netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/2] tcp: Disable header prediction for MD5.
@ 2023-08-03 22:45 Kuniyuki Iwashima
  2023-08-03 22:45 ` [PATCH v3 net-next 1/2] tcp: Disable header prediction for MD5 flow Kuniyuki Iwashima
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kuniyuki Iwashima @ 2023-08-03 22:45 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	David Ahern
  Cc: Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

The 1st patch disable header prediction for MD5 flow and the 2nd
patch updates the stale comment in tcp_parse_options().


Changes:
  v3:
    * Disable header prediction instead of enabling
    * Add the 2nd patch

  v2: https://lore.kernel.org/netdev/20230803042214.38309-1-kuniyu@amazon.com/
    * Update function graph

  v1: https://lore.kernel.org/all/20230803011658.17086-1-kuniyu@amazon.com/


Kuniyuki Iwashima (2):
  tcp: Disable header prediction for MD5 flow.
  tcp: Update stale comment for MD5 in tcp_parse_options().

 net/ipv4/tcp_input.c     | 5 ++---
 net/ipv4/tcp_minisocks.c | 2 --
 net/ipv4/tcp_output.c    | 5 -----
 3 files changed, 2 insertions(+), 10 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-08-05  1:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-03 22:45 [PATCH v3 net-next 0/2] tcp: Disable header prediction for MD5 Kuniyuki Iwashima
2023-08-03 22:45 ` [PATCH v3 net-next 1/2] tcp: Disable header prediction for MD5 flow Kuniyuki Iwashima
2023-08-04  9:16   ` Eric Dumazet
2023-08-03 22:45 ` [PATCH v3 net-next 2/2] tcp: Update stale comment for MD5 in tcp_parse_options() Kuniyuki Iwashima
2023-08-04  9:15   ` Eric Dumazet
2023-08-05  1:40 ` [PATCH v3 net-next 0/2] tcp: Disable header prediction for MD5 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).