linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ipv4: fix comment in net/ipv4/tcp_input.c to reference the correct RFC
@ 2014-11-03  3:11 James Brown
  2014-11-03  3:49 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: James Brown @ 2014-11-03  3:11 UTC (permalink / raw)
  To: David S. Miller, Alexey Kuznetsov, James Morris,
	Hideaki YOSHIFUJI, Patrick McHardy
  Cc: netdev, linux-kernel, James Brown

RFC 5691 has to do with MPEG surround-sound; RFC 5961 has to do
with hardening TCP against in-window spoofing attacks

Signed-off-by: James Brown <roguelazer@roguelazer.com>
---
 net/ipv4/tcp_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index a12b455..d285962 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -5028,7 +5028,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb,
 	/* step 3: check security and precedence [ignored] */
 
 	/* step 4: Check for a SYN
-	 * RFC 5691 4.2 : Send a challenge ack
+	 * RFC 5961 4.2 : Send a challenge ack
 	 */
 	if (th->syn) {
 syn_challenge:
-- 
2.1.2


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

* Re: [PATCH] ipv4: fix comment in net/ipv4/tcp_input.c to reference the correct RFC
  2014-11-03  3:11 [PATCH] ipv4: fix comment in net/ipv4/tcp_input.c to reference the correct RFC James Brown
@ 2014-11-03  3:49 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-11-03  3:49 UTC (permalink / raw)
  To: roguelazer; +Cc: kuznet, jmorris, yoshfuji, kaber, netdev, linux-kernel

From: James Brown <roguelazer@roguelazer.com>
Date: Sun,  2 Nov 2014 19:11:00 -0800

> RFC 5691 has to do with MPEG surround-sound; RFC 5961 has to do
> with hardening TCP against in-window spoofing attacks
> 
> Signed-off-by: James Brown <roguelazer@roguelazer.com>

Already fixed in net-next, thanks.

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

end of thread, other threads:[~2014-11-03  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-03  3:11 [PATCH] ipv4: fix comment in net/ipv4/tcp_input.c to reference the correct RFC James Brown
2014-11-03  3:49 ` David Miller

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