summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_fib.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2023-12-061-2/+6
* netfilter: add missing module descriptionsFlorian Westphal2023-11-081-0/+1
* netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal2023-07-271-6/+7
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+1
* netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso2022-04-111-0/+4
* netfilter: nft_fib: add reduce supportFlorian Westphal2022-03-201-0/+42
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-271-3/+2
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-3/+1
* netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-3/+3
* netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-5/+9
* netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-061-1/+1
* netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-1/+1
* netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-011-0/+159