summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski3-8/+49
2022-01-09netfilter: nft_bitwise: track register operationsPablo Neira Ayuso1-0/+2
2022-01-09netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso1-0/+12
2022-01-09netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso1-1/+3
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso1-4/+18
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal1-2/+6
2022-01-09netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong1-1/+1
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2-0/+54
2021-12-23netfilter: conntrack: tag conntracks picked up in local out hookFlorian Westphal1-0/+1
2021-12-23netfilter: nf_tables: make counter support built-inPablo Neira Ayuso1-0/+6
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet1-3/+3
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso1-0/+2
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso3-8/+13
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-1/+1
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso1-1/+1
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal1-1/+0
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-0/+7
2021-08-25netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal1-16/+7
2021-08-25netfilter: ecache: prepare for event notifier mergeFlorian Westphal1-6/+5
2021-08-25netfilter: ecache: remove one indent levelFlorian Westphal1-1/+1
2021-08-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal1-2/+2
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin1-1/+0
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal1-8/+12
2021-06-17netfilter: nf_tables: add last expressionPablo Neira Ayuso1-0/+1
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-0/+9
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+0
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo1-0/+2
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso1-0/+7
2021-05-29netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal3-24/+25
2021-05-29netfilter: nf_tables: remove unused arg in nft_set_pktinfo_unspec()Florian Westphal3-35/+26
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal1-0/+5
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal1-0/+5
2021-05-29netfilter: nf_tables: prefer direct calls for set lookupsFlorian Westphal1-0/+24
2021-05-28netfilter: add and use nft_set_do_lookup helperFlorian Westphal1-0/+7
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso1-6/+0
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan1-1/+0
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso1-0/+5
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso1-0/+8
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal2-2/+4
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal1-2/+0
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso2-0/+3
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso1-1/+10
2021-04-18netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso1-0/+1
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan1-1/+2
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal1-0/+2
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal1-0/+1
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal1-0/+1
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal1-0/+4
2021-04-13netfilter: flowtable: add vlan match offload supportwenxu1-0/+2
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal2-21/+16