aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing1-2/+0
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-0/+5
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal1-2/+1
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-6/+0
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-1/+1
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal1-0/+3
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal1-0/+4
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-3/+3
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal1-19/+0
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-5/+0
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-9/+1
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)1-1/+1
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-5/+6
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-0/+2
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-0/+8
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-0/+4
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal1-3/+3
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-1/+1
2016-08-30netfilter: remove __nf_ct_kill_acct helperFlorian Westphal1-10/+3
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal1-5/+18
2016-08-18netfilter: conntrack: simplify the code by using nf_conntrack_get_htLiping Zhang1-0/+20
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+7
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2016-07-11netfilter: constify arg to is_dying/confirmedFlorian Westphal1-2/+2
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal1-1/+2
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal1-0/+3
2016-07-11netfilter: conntrack: simplify early_dropFlorian Westphal1-0/+1
2016-07-08netfilter: nft_ct: fix expiration getterFlorian Westphal1-0/+8
2016-06-24netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal1-0/+1
2016-06-23netfilter: move zone info into struct nf_connFlorian Westphal1-0/+3
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal1-2/+0
2015-10-05netfilter: remove dead codeFlavio Leitner1-4/+0
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+2
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann1-0/+1
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-2/+8
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso1-1/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+2
2015-01-08netfilter: conntrack: Remove nf_ct_conntrack_flush_reportKristian Evensen1-2/+0
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal1-6/+9
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer1-1/+2
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer1-1/+7
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso1-0/+2
2013-09-23netfilter: Remove extern from function prototypesJoe Perches1-39/+30
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal1-1/+3