lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 26 Oct 2007 04:28:18 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	takano-ryousei@...t.go.jp
Cc:	netdev@...r.kernel.org, ilpo.jarvinen@...sinki.fi,
	y-kodama@...t.go.jp
Subject: Re: [PATCH net-2.6] [TCP]: fix D-SACK cwnd handling

From: Ryousei Takano <takano-ryousei@...t.go.jp>
Date: Thu, 25 Oct 2007 17:11:47 +0900 (JST)

> In the current net-2.6 kernel, handling FLAG_DSACKING_ACK is broken.
> The flag is cleared to 1 just after FLAG_DSACKING_ACK is set.
> 
>         if (found_dup_sack)
>                 flag |= FLAG_DSACKING_ACK;
> 	:
> 	flag = 1;
> 
> To fix it, this patch introduces a part of the tcp_sacktag_state patch:
> 	http://marc.info/?l=linux-netdev&m=119210560431519&w=2
> 
> Do you plan to apply the tcp_sacktag_state patch?
> Or please apply this patch.
> 
> Signed-off-by: David S. Miller <davem@...emloft.net>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
> Signed-off-by: Ryousei Takano <takano-ryousei@...t.go.jp>

I've applied this patch, thank you!

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ