aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_masq.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal1-5/+3
2023-03-22netfilter: nft_masq: deduplicate eval call-backsJeremy Sowden1-46/+29
2023-03-08netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden1-1/+1
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter1-1/+2
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso1-0/+3
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-11/+7
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-31netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso1-2/+1
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal1-13/+3
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal1-2/+1
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal1-0/+64
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal1-13/+167
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-1/+1
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-4/+0
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal1-1/+1
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez1-2/+2
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso1-11/+40
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso1-9/+17
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso1-0/+12
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero1-0/+59