aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+1
2009-03-25netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger1-0/+16
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet1-19/+2
2009-03-25netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet1-1/+1
2009-03-25netfilter: fix xt_LED build failurePatrick McHardy1-1/+1
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-1/+1
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller24-240/+1177
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet1-2/+3
2009-03-23netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver1-1/+2
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2-0/+8
2009-03-23netfilter: sysctl support of logger choiceEric Leblond1-1/+84
2009-03-18netfilter: ctnetlink: fix rcu context imbalancePatrick McHardy1-34/+23
2009-03-18netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal1-21/+0
2009-03-18netfilter: ctnetlink: remove remaining module refcountingFlorian Westphal1-6/+9
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+4
2009-03-16netfilter: xtables: add cluster matchPablo Neira Ayuso3-0/+181
2009-03-16net: netfilter conntrack - add per-net functionality for DCCP protocolCyrill Gorcunov1-37/+108
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2-3/+3
2009-03-16netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso1-0/+1
2009-03-16netfilter: xtables: avoid pointer to selfJan Engelhardt3-23/+76
2009-03-16netfilter: ctnetlink: move event reporting for new entries outside the lockPablo Neira Ayuso1-18/+23
2009-03-16netfilter: ctnetlink: cleanup conntrack update preliminary checkingsPablo Neira Ayuso1-11/+4
2009-03-16netfilter: ctnetlink: cleanup master conntrack assignationPablo Neira Ayuso1-29/+20
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch2-0/+4
2009-03-16netfilter: print the list of register loggersEric Leblond1-2/+26
2009-03-16netfilter: use a linked list of loggersEric Leblond2-35/+73
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-61/+148
2009-02-24netfilter: xt_hashlimit fixEric Dumazet1-4/+1
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-24netfilter: nf_conntrack: account packets drop by tcp_packet()Pablo Neira Ayuso1-0/+2
2009-02-20netfilter: x_tables: add LED trigger targetAdam Nielsen3-0/+186
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer3-4/+6
2009-02-20netfilter: nf_conntrack: table max size should hold at least table sizeHagen Paul Pfeifer1-1/+1
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-5/+21
2009-02-19netfilter: xt_physdev: unfold two loops in physdev_mt()Eric Dumazet1-11/+21
2009-02-18netfilter: xt_physdev fixesEric Dumazet1-12/+11
2009-02-18netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt3-0/+117
2009-02-18netfilter: Combine ipt_TTL and ip6t_HL sourceJan Engelhardt3-0/+187
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt1-57/+142
2009-02-18netfilter: remove unneeded gotoJan Engelhardt1-2/+0
2009-02-18netfilter: change generic l4 protocol numberChristoph Paasch1-1/+1
2009-02-18netfilter: nfnetlink_log: fix timeout handlingEric Leblond1-1/+1
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond1-2/+4
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+14
2009-02-09netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran1-1/+1
2009-02-09netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso1-2/+3
2009-02-09netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso1-0/+10
2009-02-04net: Partially allow skb destructors to be used on receive pathHerbert Xu1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison5-10/+10
2009-01-21netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy1-0/+3