Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal
2022-01-10netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-10netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong
2021-12-23netfilter: conntrack: tag conntracks picked up in local out hookFlorian Westphal
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish
2020-05-11netfilter: 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-31netfilter: 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-16Merge 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