aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack.h
AgeCommit message (Expand)Author
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden
2019-06-17netfilter: conntrack: small conntrack lookup optimizationFlorian Westphal
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal
2018-02-07netfilter: remove useless prototypeTaehee Yoo
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal
2016-08-30netfilter: remove __nf_ct_kill_acct helperFlorian Westphal
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal
2016-08-18netfilter: conntrack: simplify the code by using nf_conntrack_get_htLiping Zhang
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-11netfilter: constify arg to is_dying/confirmedFlorian Westphal
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal
2016-07-11netfilter: conntrack: simplify early_dropFlorian Westphal
2016-07-08netfilter: nft_ct: fix expiration getterFlorian Westphal
2016-06-24netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal
2016-06-23netfilter: move zone info into struct nf_connFlorian Westphal
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal
2015-10-05netfilter: remove dead codeFlavio Leitner
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2015-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-09-01netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann