summaryrefslogtreecommitdiff
path: root/include/net/netfilter/nf_conntrack.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-14netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet1-3/+3
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso1-0/+7
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal1-0/+2
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal1-0/+1
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal1-0/+1
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal1-0/+4
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal1-0/+4
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal1-0/+3
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan1-0/+12
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-05-11netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden1-19/+5
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden1-1/+0
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden1-0/+10
2019-06-17netfilter: conntrack: small conntrack lookup optimizationFlorian Westphal1-4/+3
2019-05-31netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso1-0/+1
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal1-5/+5
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal1-2/+0
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-0/+5
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-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-25Merge 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