netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/3] NF NAT deduplication refactoring
@ 2023-03-13 13:46 Jeremy Sowden
  2023-03-13 13:46 ` [PATCH nf-next 1/3] netfilter: nf_nat_redirect: use `struct nf_nat_range2` in ipv4 API Jeremy Sowden
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jeremy Sowden @ 2023-03-13 13:46 UTC (permalink / raw)
  To: Netfilter Devel

These three patches perform refactoring in NF NAT modules to remove
duplicate code.

Jeremy Sowden (3):
  netfilter: nf_nat_redirect: use `struct nf_nat_range2` in ipv4 API
  netfilter: nft_masq: deduplicate eval call-backs
  netfilter: nft_redir: deduplicate eval call-backs

 include/net/netfilter/nf_nat_redirect.h |  3 +-
 net/netfilter/nf_nat_redirect.c         | 58 ++++++++---------
 net/netfilter/nft_masq.c                | 75 +++++++++-------------
 net/netfilter/nft_redir.c               | 84 +++++++++----------------
 net/netfilter/xt_REDIRECT.c             | 10 ++-
 5 files changed, 96 insertions(+), 134 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH nf-next 0/3] NF NAT deduplication refactoring
@ 2023-03-15 21:47 Jeremy Sowden
  2023-03-15 21:47 ` [PATCH nf-next 3/3] netfilter: nft_redir: deduplicate eval call-backs Jeremy Sowden
  0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Sowden @ 2023-03-15 21:47 UTC (permalink / raw)
  To: Netfilter Devel

These three patches perform refactoring in NF NAT modules to remove
duplicate code.

Jeremy Sowden (3):
  netfilter: nf_nat_redirect: use `struct nf_nat_range2` in ipv4 API
  netfilter: nft_masq: deduplicate eval call-backs
  netfilter: nft_redir: deduplicate eval call-backs

 include/net/netfilter/nf_nat_redirect.h |  3 +-
 net/netfilter/nf_nat_redirect.c         | 58 ++++++++---------
 net/netfilter/nft_masq.c                | 75 +++++++++-------------
 net/netfilter/nft_redir.c               | 84 +++++++++----------------
 net/netfilter/xt_REDIRECT.c             | 10 ++-
 5 files changed, 96 insertions(+), 134 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-15 21:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 13:46 [PATCH nf-next 0/3] NF NAT deduplication refactoring Jeremy Sowden
2023-03-13 13:46 ` [PATCH nf-next 1/3] netfilter: nf_nat_redirect: use `struct nf_nat_range2` in ipv4 API Jeremy Sowden
2023-03-13 13:46 ` [PATCH nf-next 2/3] netfilter: nft_masq: deduplicate eval call-backs Jeremy Sowden
2023-03-13 13:46 ` [PATCH nf-next 3/3] netfilter: nft_redir: " Jeremy Sowden
2023-03-14 10:52 ` [PATCH nf-next 0/3] NF NAT deduplication refactoring Pablo Neira Ayuso
2023-03-15 10:25   ` Pablo Neira Ayuso
2023-03-15 10:59     ` Jeremy Sowden
2023-03-15 21:47 Jeremy Sowden
2023-03-15 21:47 ` [PATCH nf-next 3/3] netfilter: nft_redir: deduplicate eval call-backs Jeremy Sowden

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).