All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf 0/4] NAT fixes
@ 2023-03-07 23:22 Jeremy Sowden
  2023-03-07 23:22 ` [PATCH nf 1/4] netfilter: nft_nat: correct length for loading protocol registers Jeremy Sowden
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jeremy Sowden @ 2023-03-07 23:22 UTC (permalink / raw)
  To: Netfilter Devel

These bug-fixes were originally part of a larger series adding shifted
port-ranges to nft NAT and targetting nf-next, but Florian suggested
sending them via nf instead to get them upstream more quickly.

* Patches 1-3 correct the sizes in `nft_parse_register_load` calls in
  nft_nat, nft_masq and nft_redir.
* Patch 4 corrects a C&P mistake in an nft_redir `nft_expr_type`
  definition.

Jeremy Sowden (4):
  netfilter: nft_nat: correct length for loading protocol registers
  netfilter: nft_masq: correct length for loading protocol registers
  netfilter: nft_redir: correct length for loading protocol registers
  netfilter: nft_redir: correct value of inet type `.maxattrs`

 net/netfilter/nft_masq.c  | 2 +-
 net/netfilter/nft_nat.c   | 2 +-
 net/netfilter/nft_redir.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-09  9:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 23:22 [PATCH nf 0/4] NAT fixes Jeremy Sowden
2023-03-07 23:22 ` [PATCH nf 1/4] netfilter: nft_nat: correct length for loading protocol registers Jeremy Sowden
2023-03-07 23:22 ` [PATCH nf 2/4] netfilter: nft_masq: " Jeremy Sowden
2023-03-07 23:22 ` [PATCH nf 3/4] netfilter: nft_redir: " Jeremy Sowden
2023-03-07 23:22 ` [PATCH nf 4/4] netfilter: nft_redir: correct value of inet type `.maxattrs` Jeremy Sowden
2023-03-08 11:14 ` [PATCH nf 0/4] NAT fixes Florian Westphal
2023-03-09  9:27 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.