aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-18netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy1-2/+4
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy5-6/+36
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-2/+2
2010-02-12netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan1-5/+1
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-1/+1
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy1-7/+25
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy1-0/+1
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+3
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2-1/+7
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-31/+28
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-10/+11
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy1-1/+1
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deliveryPatrick McHardy1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+7
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2-5/+7
2009-11-04net: cleanup include/netEric Dumazet9-36/+18
2009-10-03this_cpu: Use this_cpu ops for network statisticsChristoph Lameter1-2/+2
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-1/+1
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-1/+1
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy1-2/+2
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2-17/+46
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-0/+2
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso2-61/+71
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2-2/+4
2009-06-08netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak3-21/+0
2009-06-03netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso1-20/+48
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-30/+6
2009-06-02netfilter: conntrack: remove events flags from userspace exposed filePablo Neira Ayuso1-0/+69
2009-06-02netfilter: conntrack: don't report events on module removalPablo Neira Ayuso1-1/+1
2009-06-02netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definitionPablo Neira Ayuso1-0/+2
2009-04-16netfilter: nf_nat: add support for persistent mappingsPatrick McHardy1-0/+1
2009-04-06netfilter: ctnetlink: fix regression in expectation handlingPablo Neira Ayuso1-1/+4
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller5-9/+27
2009-03-25netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger1-0/+1
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2-9/+11
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+2
2009-03-25netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2-0/+13
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-13/+10
2009-03-18netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_putFlorian Westphal1-5/+0
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch1-4/+1
2009-03-16netfilter: conntrack: don't deliver events for racy packetsPablo Neira Ayuso1-1/+2
2009-03-16netfilter: use a linked list of loggersEric Leblond1-3/+8
2009-02-20netfilter: nf_conntrack: table max size should hold at least table sizeHagen Paul Pfeifer1-1/+1
2009-02-18netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy1-1/+1
2008-11-25netfilter: fix warning in net/netfilter/nf_conntrack_proto_tcp.cIngo Molnar1-1/+1
2008-11-18netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy1-1/+1