public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [net-next 0/2] export SO_REUSEADDR and SO_REUSEPORT via sock_diag
@ 2023-09-12 14:31 Jason Baron
  2023-09-12 14:31 ` [net-next 1/2] inet_diag: export SO_REUSEADDR and SO_REUSEPORT sockopts Jason Baron
  2023-09-12 14:31 ` [net-next 2/2] sock: add SO_REUSEADDR values to include/uapi/linux/socket.h Jason Baron
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Baron @ 2023-09-12 14:31 UTC (permalink / raw)
  To: davem, dsahern, edumazet, kuba, pabeni; +Cc: netdev

Hi,

We've found it useful to have SO_REUSEADDR and SO_REUSEPORT
available to understand when apps cannot bind() to specific
ports. I think this would be nice to have available as part
of monitoring tools as well. I can add this to 'ss' if this
series is accepted.

Thanks,

-Jason

Jason Baron (2):
  inet_diag: export SO_REUSEADDR and SO_REUSEPORT sockopts
  sock: add SO_REUSEADDR values to include/uapi/linux/socket.h

 drivers/block/drbd/drbd_receiver.c |  6 +++---
 drivers/scsi/iscsi_tcp.c           |  2 +-
 fs/ocfs2/cluster/tcp.c             |  2 +-
 include/linux/inet_diag.h          |  2 ++
 include/net/sock.h                 | 11 -----------
 include/uapi/linux/inet_diag.h     |  7 +++++++
 include/uapi/linux/socket.h        | 11 +++++++++++
 net/core/sock.c                    |  4 ++--
 net/ipv4/af_inet.c                 |  2 +-
 net/ipv4/inet_connection_sock.c    |  4 ++--
 net/ipv4/inet_diag.c               |  7 +++++++
 net/ipv4/tcp.c                     |  6 +++---
 net/ipv6/af_inet6.c                |  2 +-
 net/netfilter/ipvs/ip_vs_sync.c    |  2 +-
 net/rds/tcp_listen.c               |  2 +-
 net/sunrpc/svcsock.c               |  2 +-
 16 files changed, 44 insertions(+), 28 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-12 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 14:31 [net-next 0/2] export SO_REUSEADDR and SO_REUSEPORT via sock_diag Jason Baron
2023-09-12 14:31 ` [net-next 1/2] inet_diag: export SO_REUSEADDR and SO_REUSEPORT sockopts Jason Baron
2023-09-12 16:26   ` Kuniyuki Iwashima
2023-09-12 18:54     ` Jason Baron
2023-09-12 14:31 ` [net-next 2/2] sock: add SO_REUSEADDR values to include/uapi/linux/socket.h Jason Baron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox