aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nft_chain_nat_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal1-83/+0
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-4/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-42/+6
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-6/+14
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal1-2/+1
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+12
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso1-5/+1
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso1-1/+1
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso1-1/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-10/+10
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-1/+1
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller1-1/+1
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller1-7/+6
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-16/+8
2014-09-09netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from corePablo Neira Ayuso1-127/+36
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-5/+5
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal1-9/+3
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy1-1/+1
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka1-0/+211