All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] dccp/tcp: Minor fixes for inet_csk_listen_start().
@ 2021-11-22 10:16 ` Kuniyuki Iwashima
  0 siblings, 0 replies; 12+ messages in thread
From: Kuniyuki Iwashima @ 2021-11-22 10:16 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Eric Dumazet, Yafang Shao
  Cc: Benjamin Herrenschmidt, Kuniyuki Iwashima, Kuniyuki Iwashima,
	netdev, dccp

The first patch removes an unused argument, and the second removes a stale
comment.


Kuniyuki Iwashima (2):
  dccp/tcp: Remove an unused argument in inet_csk_listen_start().
  dccp: Inline dccp_listen_start().

 include/net/inet_connection_sock.h            |  2 +-
 net/dccp/proto.c                              | 27 ++++++++-----------
 net/ipv4/af_inet.c                            |  2 +-
 net/ipv4/inet_connection_sock.c               |  2 +-
 .../bpf/progs/test_sk_storage_tracing.c       |  2 +-
 5 files changed, 15 insertions(+), 20 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-11-24  4:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 10:16 [PATCH net-next 0/2] dccp/tcp: Minor fixes for inet_csk_listen_start() Kuniyuki Iwashima
2021-11-22 10:16 ` Kuniyuki Iwashima
2021-11-22 10:16 ` [PATCH net-next 1/2] dccp/tcp: Remove an unused argument in inet_csk_listen_start() Kuniyuki Iwashima
2021-11-22 10:16   ` Kuniyuki Iwashima
2021-11-23 11:11   ` Yafang Shao
2021-11-23 11:11     ` Yafang Shao
2021-11-22 10:16 ` [PATCH net-next 2/2] dccp: Inline dccp_listen_start() Kuniyuki Iwashima
2021-11-22 10:16   ` Kuniyuki Iwashima
2021-11-22 17:19 ` [PATCH net-next 0/2] dccp/tcp: Minor fixes for inet_csk_listen_start() Richard Sailer
2021-11-22 17:19   ` Richard Sailer
2021-11-24  4:30 ` patchwork-bot+netdevbpf
2021-11-24  4:30   ` patchwork-bot+netdevbpf

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.