summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/netfilter: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
* netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2013-01-231-3/+10
* netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2013-01-231-9/+8
* netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-231-4/+11
* netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2013-01-231-7/+8
* netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2013-01-231-4/+11
* netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2013-01-231-4/+11
* netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng2013-01-231-4/+11
* netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-231-3/+11
* netfilter: nf_conntrack: move initialization out of pernet operationsGao feng2013-01-231-60/+36
* netfilter: add connlabel conntrack extensionFlorian Westphal2013-01-181-0/+12
* netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso2013-01-121-4/+5
* netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-161-0/+2
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-111-1/+0
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-101-1/+4
* netfilter: nf_conntrack: improve nf_conn object traceabilityPablo Neira Ayuso2012-12-031-16/+9
* netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy2012-09-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-031-5/+11
|\
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-5/+11
* | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-6/+1
* | netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-0/+6
|/
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-1/+2
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-06-111-11/+6
|\
| * netfilter: nf_ct_generic: add namespace supportGao feng2012-06-071-11/+6
* | net: Remove casts to same typeJoe Perches2012-06-041-1/+1
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+1
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-081-8/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-121-1/+1
|\
| * netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng2012-04-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-0/+1
|\ \ | |/
| * netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso2012-04-031-0/+1
* | nf_conntrack_core: Stop using NLA_PUT*().David S. Miller2012-04-011-2/+3
|/
* netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso2012-03-231-17/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-2/+6
|\
| * netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso2012-03-061-2/+6
* | netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso2012-03-071-1/+10
* | netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2012-03-071-0/+7
* | netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-6/+12
|/
* netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-4/+34
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-251-9/+6
|\
| * netfilter: nf_nat: use hash random for bysource hashPatrick McHardy2011-12-231-0/+1
| * netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet2011-12-181-9/+5
* | net: two vzalloc() cleanupsEric Dumazet2011-12-191-2/+1
* | net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
|/
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-4/+1
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-6/+6
* 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
OpenPOWER on IntegriCloud