All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] inet: ping: misc changes
@ 2025-08-28 16:41 Eric Dumazet
  2025-08-28 16:41 ` [PATCH v2 net-next 1/3] inet: ping: check sock_net() in ping_get_port() and ping_lookup() Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Dumazet @ 2025-08-28 16:41 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, David Ahern, netdev, eric.dumazet, Eric Dumazet

First and third patches improve security a bit.

Second patch (ping_hash removal) is a cleanup.

Eric Dumazet (3):
  inet: ping: check sock_net() in ping_get_port() and ping_lookup()
  inet: ping: remove ping_hash()
  inet: ping: make ping_port_rover per netns

 include/net/netns/ipv4.h |  1 +
 net/ipv4/ping.c          | 34 +++++++++++++++-------------------
 net/ipv6/ping.c          |  1 -
 3 files changed, 16 insertions(+), 20 deletions(-)

-- 
2.51.0.268.g9569e192d0-goog


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

end of thread, other threads:[~2025-08-29  7:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 16:41 [PATCH v2 net-next 0/3] inet: ping: misc changes Eric Dumazet
2025-08-28 16:41 ` [PATCH v2 net-next 1/3] inet: ping: check sock_net() in ping_get_port() and ping_lookup() Eric Dumazet
2025-08-28 16:41 ` [PATCH v2 net-next 2/3] inet: ping: remove ping_hash() Eric Dumazet
2025-08-29  6:47   ` Yue Haibing
2025-08-29  6:57     ` Eric Dumazet
2025-08-29  7:13       ` Yue Haibing
2025-08-28 16:41 ` [PATCH v2 net-next 3/3] inet: ping: make ping_port_rover per netns Eric Dumazet

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.