summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_tunnel.c
AgeCommit message (Expand)AuthorLines
2024-11-11net: convert to nla_get_*_default()Johannes Berg-4/+1
2024-09-26netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso-2/+3
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-19/+25
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso-0/+1
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal-2/+2
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter-1/+1
2022-08-24netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso-0/+1
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal-1/+2
2022-03-20netfilter: nft_tunnel: track register operationsPablo Neira Ayuso-0/+28
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso-5/+3
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill-0/+1
2020-03-15netfilter: nft_tunnel: add support for geneve optsXin Long-12/+98
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski-0/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal-0/+3
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal-1/+1
2019-12-17netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long-12/+26
2019-12-17netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long-1/+9
2019-12-17netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long-0/+3
2019-12-17netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long-1/+2
2019-12-17netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long-2/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-10/+11
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-3/+3
2019-03-01netfilter: nft_tunnel: Add dst_cache supportwenxu-0/+7
2019-02-04netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu-2/+32
2018-08-04netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso-5/+3
2018-08-03netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso-1/+111
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso-0/+458