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