summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet-6/+6
2021-12-08netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso-4/+7
2021-12-08nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio-1/+1
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal-1/+1
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-13/+10
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+3
2021-11-08netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen-2/+2
2021-11-08netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emitJing Yao-2/+2
2021-11-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu-4/+4
2021-11-08netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot-3/+1
2021-11-08netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot-1/+1
2021-11-08netfilter: nft_payload: Remove duplicated include in nft_payload.cWan Jiabing-1/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu-1/+0
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-1/+3
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-11/+70
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso-2/+54
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso-6/+6
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso-1/+5
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso-2/+5
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal-1/+27
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh-0/+2
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+10
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-153/+106
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish-4/+4
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish-0/+1
2021-10-17netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner-2/+4
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart-0/+5
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal-23/+14
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal-53/+4
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal-56/+6
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal-10/+16
2021-10-14netfilter: Introduce egress hookLukas Wunner-8/+57
2021-10-07netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso-10/+1
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li-0/+13
2021-10-07netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal-6/+3
2021-10-07netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum-1/+1
2021-10-07netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang-1/+1
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso-13/+36
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso-6/+4
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso-9/+25
2021-09-21netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet-33/+37
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal-3/+34
2021-09-21netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal-26/+24
2021-09-21netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal-47/+75
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso-1/+1
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal-10/+18
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal-5/+12
2021-09-21netfilter: conntrack: include zone id in tuple hash againFlorian Westphal-15/+52