All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: use IP_OUTNOROUTES drop reason
@ 2026-05-07  8:43 Eric Dumazet
  2026-05-07  8:43 ` [PATCH net-next 1/3] net: constify sk_skb_reason_drop() sock parameter Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Eric Dumazet @ 2026-05-07  8:43 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni, Neal Cardwell
  Cc: Simon Horman, Ido Schimmel, David Ahern, Kuniyuki Iwashima,
	netdev, eric.dumazet, Eric Dumazet

First patch changes sk_skb_reason_drop() sock to be const.

Second and last patch add SKB_DROP_REASON_IP_OUTNOROUTES
to both tcp_v6_send_response() and inet6_csk_xmit().

Eric Dumazet (3):
  net: constify sk_skb_reason_drop() sock parameter
  tcp: use SKB_DROP_REASON_IP_OUTNOROUTES in tcp_v6_send_response()
  ipv6: use SKB_DROP_REASON_IP_OUTNOROUTES in inet6_csk_xmit()

 include/linux/skbuff.h           | 3 ++-
 include/trace/events/skb.h       | 4 ++--
 net/core/skbuff.c                | 5 +++--
 net/ipv6/inet6_connection_sock.c | 3 ++-
 net/ipv6/tcp_ipv6.c              | 2 +-
 5 files changed, 10 insertions(+), 7 deletions(-)

-- 
2.54.0.563.g4f69b47b94-goog


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

end of thread, other threads:[~2026-05-11  7:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07  8:43 [PATCH net-next 0/3] net: use IP_OUTNOROUTES drop reason Eric Dumazet
2026-05-07  8:43 ` [PATCH net-next 1/3] net: constify sk_skb_reason_drop() sock parameter Eric Dumazet
2026-05-07 15:14   ` David Ahern
2026-05-07 22:43   ` Kuniyuki Iwashima
2026-05-08 22:15   ` Jakub Kicinski
2026-05-11  7:16     ` Eric Dumazet
2026-05-07  8:43 ` [PATCH net-next 2/3] tcp: use SKB_DROP_REASON_IP_OUTNOROUTES in tcp_v6_send_response() Eric Dumazet
2026-05-07 15:14   ` David Ahern
2026-05-07 22:56   ` Kuniyuki Iwashima
2026-05-07  8:43 ` [PATCH net-next 3/3] ipv6: use SKB_DROP_REASON_IP_OUTNOROUTES in inet6_csk_xmit() Eric Dumazet
2026-05-07 15:14   ` David Ahern
2026-05-07 22:56   ` Kuniyuki Iwashima
2026-05-11  7:13 ` [PATCH net-next 0/3] net: use IP_OUTNOROUTES drop reason 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.