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