aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-93/+98
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+22
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-48/+67
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2016-07-12netfilter: conntrack: skip clash resolution if nat is in placePablo Neira Ayuso1-0/+1
2016-07-12netfilter: conntrack: protect early_drop by rcu read lockLiping Zhang1-0/+3
2016-07-11netfilter: conntrack: simplify early_dropFlorian Westphal1-48/+47
2016-07-11netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang1-0/+17
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-45/+31
2016-07-01netfilter: conntrack: avoid integer overflow when resizingFlorian Westphal1-0/+7
2016-06-24netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal1-13/+28
2016-06-23netfilter: move zone info into struct nf_connFlorian Westphal1-31/+2
2016-06-23netfilter: conntrack: align nf_conn on cacheline boundaryFlorian Westphal1-1/+1
2016-06-15netfilter: conntrack: destroy kmemcache on module removalFlorian Westphal1-0/+2
2016-06-14locking/spinlock, netfilter: Fix nf_conntrack_lock() barriersPeter Zijlstra1-1/+22
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-05-14nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-05-10netfilter: conntrack: remove uninitialized shadow variableArnd Bergmann1-1/+0
2016-05-09netfilter: conntrack: use single slab cacheFlorian Westphal1-22/+14
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso1-3/+50
2016-05-05netfilter: conntrack: introduce nf_ct_acct_update()Pablo Neira Ayuso1-23/+19
2016-05-05netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointerPablo Neira Ayuso1-1/+1
2016-05-05netfilter: conntrack: consider ct netns in early_drop logicFlorian Westphal1-18/+25
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-40/+40
2016-05-05netfilter: conntrack: make netns address part of hashFlorian Westphal1-17/+18
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal1-10/+13
2016-05-05netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal1-18/+11
2016-05-05netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal1-0/+3
2016-05-05netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal1-5/+19
2016-05-05netfilter: conntrack: keep BH enabled during lookupFlorian Westphal1-17/+8
2016-04-29netfilter: conntrack: init all_locks to avoid debug warningFlorian Westphal1-1/+1
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal1-23/+3
2016-04-25netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal1-9/+11
2016-03-28netfilter: nf_conntrack: Uses pr_fmt() for logging.Weongyo Jeong1-7/+8
2016-03-15netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire1-4/+2
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal1-0/+5
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin1-10/+28
2015-10-12netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso1-4/+8
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-4/+6
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann1-7/+0
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann1-1/+2
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-4/+2
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-34/+16
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-26/+27
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-28/+47
2015-08-05netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer1-2/+2
2015-07-30netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso1-3/+1
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso1-23/+44
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-9/+8