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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 24 Jul 2013 17:55:05 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	eric.dumazet@...il.com
Cc:	netdev@...r.kernel.org, rick.jones2@...com, ycheng@...gle.com,
	ncardwell@...gle.com, mtk.manpages@...il.com
Subject: Re: [PATCH v3 net-next 1/2] net: add sk_stream_is_writeable()
 helper

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 22 Jul 2013 20:26:31 -0700

> From: Eric Dumazet <edumazet@...gle.com>
> 
> Several call sites use the hardcoded following condition :
> 
> sk_stream_wspace(sk) >= sk_stream_min_wspace(sk)
> 
> Lets use a helper because TCP_NOTSENT_LOWAT support will change this
> condition for TCP sockets.
> 
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>

Applied.
--
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