aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-09netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso1-2/+9
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao1-13/+17
2010-10-28netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet1-1/+2
2010-09-21netfilter: save the hash of the tuple in the original direction for latter useChangli Gao1-34/+78
2010-09-16netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao1-6/+13
2010-08-02netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao1-2/+1
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-4/+1
2010-06-09netfilter: nf_conntrack: per_cpu untrackingEric Dumazet1-10/+26
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet1-3/+8
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-6/+2
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse()Joerg Marx1-0/+10
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-1/+1
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer1-1/+3
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-27/+82
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-1/+2
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-53/+63
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy1-25/+28
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet1-16/+23
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-16/+34
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-1/+1
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-1/+1
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-4/+10
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+8
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik1-0/+8
2009-11-05netfilter: nf_conntrack: avoid additional compare.Changli Gao1-4/+10
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-08-31netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan1-3/+3
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-1/+1
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet1-3/+18
2009-06-22netfilter: nf_conntrack: fix conntrack lookup racePatrick McHardy1-2/+4
2009-06-22netfilter: nf_conntrack: fix confirmation race conditionPatrick McHardy1-1/+8
2009-06-22netfilter: nf_conntrack: death_by_timeout() fixEric Dumazet1-2/+8
2009-06-13netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso1-11/+78
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-10/+1
2009-06-13netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso1-7/+8
2009-06-13netfilter: nf_conntrack: use mod_timer_pending() for conntrack refreshPatrick McHardy1-11/+6
2009-06-10netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy1-0/+1
2009-06-02netfilter: conntrack: simplify event caching systemPablo Neira Ayuso1-13/+1
2009-06-02netfilter: conntrack: don't report events on module removalPablo Neira Ayuso1-5/+10
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-53/+76
2009-03-25netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger1-0/+6
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet1-53/+70
2009-03-25netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet1-1/+1
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-5/+9
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet1-2/+3
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch1-1/+1
2009-02-24netfilter: nf_conntrack: account packets drop by tcp_packet()Pablo Neira Ayuso1-0/+2
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer1-2/+3