aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_tunnel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-19/+25
* netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-01-311-0/+1
* netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal2023-06-261-2/+2
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+1
* netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-241-0/+1
* netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-111-1/+2
* netfilter: nft_tunnel: track register operationsPablo Neira Ayuso2022-03-201-0/+28
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-271-5/+3
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-251-0/+1
* netfilter: nft_tunnel: add support for geneve optsXin Long2020-03-151-12/+98
* netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski2020-03-041-0/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+4
|\
| * netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-161-0/+3
| * netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-161-1/+1
* | netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long2019-12-171-12/+26
* | netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long2019-12-171-1/+9
* | netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long2019-12-171-0/+3
* | netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long2019-12-171-1/+2
* | netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long2019-12-171-2/+2
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-10/+11
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+3
* netfilter: nft_tunnel: Add dst_cache supportwenxu2019-03-011-0/+7
* netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu2019-02-041-2/+32
* netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso2018-08-041-5/+3
* netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso2018-08-031-1/+111
* netfilter: nf_tables: add tunnel supportPablo Neira Ayuso2018-08-031-0/+458