aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_fib.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal1-2/+6
2023-11-08netfilter: add missing module descriptionsFlorian Westphal1-0/+1
2023-08-22netfilter: nf_tables: refactor deprecated strncpyJustin Stitt1-1/+1
2023-07-27netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal1-6/+7
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter1-1/+1
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso1-0/+4
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal1-0/+42
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-3/+2
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-3/+1
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter1-3/+3
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-5/+9
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-1/+1
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang1-1/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-1/+1
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal1-0/+159