aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-5/+3
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2020-03-15netfilter: nft_tunnel: add support for geneve optsXin Long1-12/+98
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski1-0/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal1-0/+3
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal1-1/+1
2019-12-17netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long1-12/+26
2019-12-17netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long1-1/+9
2019-12-17netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long1-0/+3
2019-12-17netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2019-12-17netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-10/+11
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+3
2019-03-01netfilter: nft_tunnel: Add dst_cache supportwenxu1-0/+7
2019-02-04netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu1-2/+32
2018-08-04netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso1-5/+3
2018-08-03netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso1-1/+111
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso1-0/+458