summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-12-155-18/+9
|\
| * netfilter: conntrack: Remove useless assignment statementsluo penghao2021-12-161-1/+0
| * netfilter: nft_fwd_netdev: Support egress hookPablo Neira Ayuso2021-11-301-2/+5
| * netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao2021-11-301-1/+1
| * netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal2021-11-301-6/+0
| * netfilter: conntrack: Use memset_startat() to zero struct nf_connKees Cook2021-11-301-3/+1
| * ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng2021-11-301-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-096-12/+15
|\ \ | |/ |/|
| * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-083-6/+6
| * netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso2021-12-081-4/+7
| * nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio2021-12-081-1/+1
| * netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal2021-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-265-13/+10
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-11-195-13/+10
| |\
| | * netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen2021-11-081-2/+2
| | * netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emitJing Yao2021-11-081-2/+2
| | * netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-11-081-4/+4
| | * netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot2021-11-081-3/+1
| | * netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot2021-11-081-1/+1
| | * netfilter: nft_payload: Remove duplicated include in nft_payload.cWan Jiabing2021-11-081-1/+0
* | | net: align static siphash keysEric Dumazet2021-11-164-5/+5
|/ /
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-1/+3
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-022-1/+3
| |\
| | * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
| | * netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-10-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ \ | |/ / |/| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-015-11/+70
|\ \
| * | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-011-2/+54
| * | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-014-6/+6
| * | netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso2021-11-011-1/+5
| * | netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso2021-11-011-2/+5
* | | netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2021-10-262-1/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-224-8/+10
|\ \ \ | |/ / |/| / | |/
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
| * netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal2021-10-071-6/+3
| * netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum2021-10-071-1/+1
| * netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang2021-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-188-153/+106
|\ \
| * | netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner2021-10-171-2/+4
| * | netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal2021-10-141-23/+14
| * | netfilter: ipvs: remove unneeded input wrappersFlorian Westphal2021-10-141-53/+4
| * | netfilter: ipvs: remove unneeded output wrappersFlorian Westphal2021-10-141-56/+6
| * | netfilter: ipvs: prepare for hook function reductionFlorian Westphal2021-10-141-10/+16
| * | netfilter: Introduce egress hookLukas Wunner2021-10-144-8/+57
| * | netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso2021-10-071-10/+1
| * | ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-072-0/+13
* | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-4/+4
* | | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-0/+1
| |/ |/|
* | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-022-13/+36