summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2021-12-23netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso-7/+32
2021-12-23netfilter: nft_payload: WARN_ON_ONCE instead of BUGPablo Neira Ayuso-2/+4
2021-12-23netfilter: nf_tables: remove rcu read-size lockPablo Neira Ayuso-2/+0
2021-12-16netfilter: ctnetlink: remove expired entries firstFlorian Westphal-2/+3
2021-12-16netfilter: nf_nat_masquerade: add netns refcount tracker to masq_dev_workEric Dumazet-1/+3
2021-12-16netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instanceEric Dumazet-2/+3
2021-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-18/+9
2021-12-16netfilter: conntrack: Remove useless assignment statementsluo penghao-1/+0
2021-12-16netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki-2/+4
2021-12-15netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet-2/+2
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+15
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: nft_fwd_netdev: Support egress hookPablo Neira Ayuso-2/+5
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal-1/+1
2021-11-30netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao-1/+1
2021-11-30netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal-6/+0
2021-11-30netfilter: conntrack: Use memset_startat() to zero struct nf_connKees Cook-3/+1
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng-5/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+10
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-13/+10
2021-11-16net: align static siphash keysEric Dumazet-5/+5
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