All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v6 0/2] Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
@ 2021-09-20 20:44 Cole Dishington
  2021-09-20 20:44 ` [PATCH net v6 1/2] net: netfilter: Limit the number of ftp helper port attempts Cole Dishington
  2021-09-20 20:44 ` [PATCH net v6 2/2] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED Cole Dishington
  0 siblings, 2 replies; 3+ messages in thread
From: Cole Dishington @ 2021-09-20 20:44 UTC (permalink / raw)
  To: pablo, kadlec, fw, davem, kuba, shuah
  Cc: linux-kernel, netfilter-devel, coreteam, netdev, Cole Dishington

Thanks for your time reviewing!

Changes:
- Fix compiler warning in 1/2 patch.
- Add Acked-by: Florian Westphal <fw@strlen.de> to 1/2 and 2/2.

Cole Dishington (2):
  net: netfilter: Limit the number of ftp helper port attempts
  net: netfilter: Fix port selection of FTP for
    NF_NAT_RANGE_PROTO_SPECIFIED

 include/net/netfilter/nf_nat.h |  6 ++++
 net/netfilter/nf_nat_core.c    |  9 ++++++
 net/netfilter/nf_nat_ftp.c     | 51 ++++++++++++++++++++++++++--------
 net/netfilter/nf_nat_helper.c  | 10 +++++++
 4 files changed, 65 insertions(+), 11 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-09-21  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 20:44 [PATCH net v6 0/2] Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED Cole Dishington
2021-09-20 20:44 ` [PATCH net v6 1/2] net: netfilter: Limit the number of ftp helper port attempts Cole Dishington
2021-09-20 20:44 ` [PATCH net v6 2/2] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED Cole Dishington

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.