aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Change %p to %pK in debug messagesMin Chong2016-12-131-10/+10
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-5/+11
|\
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-5/+11
* | samsung update 1codeworkx2012-06-021-0/+9
|/
* netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso2011-06-061-0/+3
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-151-0/+1
|\
| * netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger2011-03-141-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-2/+9
|\ \ | |/ |/|
| * netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso2011-02-091-2/+9
* | netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso2011-01-191-0/+26
* | netfilter: nf_conntrack: remove an atomic bit operationChangli Gao2011-01-181-1/+1
* | netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy2011-01-141-17/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-13/+17
|\ \ | |/
| * netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao2011-01-061-13/+17
* | netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-121-1/+2
|/
* netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet2010-10-281-1/+2
* netfilter: save the hash of the tuple in the original direction for latter useChangli Gao2010-09-211-34/+78
* netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao2010-09-161-6/+13
* netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao2010-08-021-2/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-4/+1
|\
| * net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-6/+2
* | netfilter: nf_conntrack: per_cpu untrackingEric Dumazet2010-06-091-10/+26
* | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-081-3/+8
|/
* netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-0/+10
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-231-1/+3
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-27/+82
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-1/+2
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-101-53/+63
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-25/+28
| * netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-16/+23
| * netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-081-12/+12
* | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-16/+34
* | netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-031-1/+1
* | netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-031-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-031-4/+10
|\
| * netfilter: nf_conntrack: avoid additional compare.Changli Gao2009-11-051-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-091-0/+8
|\ \
| * | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-061-0/+8
| |/
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan2009-08-311-3/+3
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-1/+1
* netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2009-07-161-3/+18
* netfilter: nf_conntrack: fix conntrack lookup racePatrick McHardy2009-06-221-2/+4
* netfilter: nf_conntrack: fix confirmation race conditionPatrick McHardy2009-06-221-1/+8
* netfilter: nf_conntrack: death_by_timeout() fixEric Dumazet2009-06-221-2/+8
* netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-131-11/+78