aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_core.c
AgeCommit message (Expand)Author
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik
2009-11-05netfilter: nf_conntrack: avoid additional compare.Changli Gao
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-08-31netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet
2009-06-22netfilter: nf_conntrack: fix conntrack lookup racePatrick McHardy
2009-06-22netfilter: nf_conntrack: fix confirmation race conditionPatrick McHardy
2009-06-22netfilter: nf_conntrack: death_by_timeout() fixEric Dumazet
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso
2009-06-13netfilter: nf_conntrack: use mod_timer_pending() for conntrack refreshPatrick McHardy
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso
2009-06-02netfilter: conntrack: don't report events on module removalPablo Neira Ayuso
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-25netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet
2009-03-25netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch
2009-02-24netfilter: nf_conntrack: account packets drop by tcp_packet()Pablo Neira Ayuso
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer
2009-02-20netfilter: nf_conntrack: table max size should hold at least table sizeHagen Paul Pfeifer
2009-01-12netfilter 07/09: simplify nf_conntrack_alloc() error handlingJulia Lawall
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-11-24netfilter: ctnetlink: fix conntrack creation racePatrick McHardy
2008-11-18netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy
2008-11-18netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso
2008-10-08netfilter: netns nf_conntrack: final netns tweaksAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack accountingAlexey Dobriyan