aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_tproxy.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso1-0/+5
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal1-1/+1
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter1-1/+1
2022-08-23netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal1-0/+8
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal1-3/+3
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso1-0/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2021-06-16netfilter: nft_tproxy: restrict support to TCP and UDP transport protocolsPablo Neira Ayuso1-1/+8
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal1-2/+2
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal1-0/+24
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-7/+7
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+2
2019-12-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter1-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2018-08-16netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl1-1/+3
2018-08-03netfilter: nft_tproxy: Add missing config checkMáté Eckl1-0/+2
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl1-0/+314