netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nf-next:nf_tables-experiments PATCH - v2 - 0/4] NAT expression and IPv6 NAT support
@ 2012-11-15 12:24 Tomasz Bursztyka
  2012-11-15 12:24 ` [nf-next:nf_tables-experiments PATCH - v2 - 1/4] nf_tables: Change NFTA_NAT_ attributes to better semantic significance Tomasz Bursztyka
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tomasz Bursztyka @ 2012-11-15 12:24 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Tomasz Bursztyka

Hi, 

same patches as before with modifications applied according to Pablo's comments.
Patch 3 is therefore much simpler.

Tomasz Bursztyka (4):
  nf_tables: Change NFTA_NAT_ attributes to better semantic
    significance
  nf_tables: Split IPv4 NAT into NAT expression and NAT IPv4 chain.
  nf_tables: Add support for IPv6 NAT expression
  nf_tables: Add support for IPv6 NAT chain

 include/linux/netfilter/nf_tables.h     |   9 +-
 net/ipv4/netfilter/Kconfig              |   1 +
 net/ipv4/netfilter/nft_chain_nat_ipv4.c | 154 +---------------------
 net/ipv6/netfilter/Kconfig              |   5 +
 net/ipv6/netfilter/Makefile             |   2 +
 net/ipv6/netfilter/nft_chain_nat_ipv6.c | 209 ++++++++++++++++++++++++++++++
 net/netfilter/Kconfig                   |   5 +
 net/netfilter/Makefile                  |   1 +
 net/netfilter/nft_nat.c                 | 220 ++++++++++++++++++++++++++++++++
 9 files changed, 449 insertions(+), 157 deletions(-)
 create mode 100644 net/ipv6/netfilter/nft_chain_nat_ipv6.c
 create mode 100644 net/netfilter/nft_nat.c

-- 
1.8.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-16  7:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 12:24 [nf-next:nf_tables-experiments PATCH - v2 - 0/4] NAT expression and IPv6 NAT support Tomasz Bursztyka
2012-11-15 12:24 ` [nf-next:nf_tables-experiments PATCH - v2 - 1/4] nf_tables: Change NFTA_NAT_ attributes to better semantic significance Tomasz Bursztyka
2012-11-15 12:25 ` [nf-next:nf_tables-experiments PATCH - v2 - 2/4] nf_tables: Split IPv4 NAT into NAT expression and IPv4 NAT chain Tomasz Bursztyka
2012-11-15 12:25 ` [nf-next:nf_tables-experiments PATCH - v2 - 3/4] nf_tables: Add support for IPv6 NAT expression Tomasz Bursztyka
2012-11-15 12:25 ` [nf-next:nf_tables-experiments PATCH - v2 - 4/4] nf_tables: Add support for IPv6 NAT chain Tomasz Bursztyka
2012-11-16  7:00 ` [nf-next:nf_tables-experiments PATCH - v2 - 0/4] NAT expression and IPv6 NAT support Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).