aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy1-0/+2
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-5/+11
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso1-6/+1
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-5/+11
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+6
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-1/+2
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller1-11/+6
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng1-11/+6
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+1
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond1-8/+7
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng1-1/+1
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-01nf_conntrack_core: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso1-17/+22
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso1-1/+10
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso1-0/+7
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-6/+12
2012-03-06netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso1-2/+6
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik1-4/+34
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller1-9/+6
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy1-0/+1
2011-12-19net: two vzalloc() cleanupsEric Dumazet1-2/+1
2011-12-18netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet1-9/+5
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-6/+6
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-0/+3
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-0/+1
2011-03-14netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger1-0/+1
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+9
2011-02-09netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso1-2/+9
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso1-0/+26
2011-01-18netfilter: nf_conntrack: remove an atomic bit operationChangli Gao1-1/+1
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy1-17/+9
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman1-13/+17
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao1-13/+17
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao1-1/+2
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