Re: [PATCH 08/10] [TCP]: Earlier SACK block verification & simplify access to them

2007-11-15 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 15:37:32 +0200 > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> This is fine, and I can see how it sets things up for the new "fastpath" code. Applied to net-2.6.25, thanks! - To unsubscribe from this list: send the line "unsubsc

[PATCH 08/10] [TCP]: Earlier SACK block verification & simplify access to them

2007-11-15 Thread Ilpo Järvinen
Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- include/linux/tcp.h |2 +- net/ipv4/tcp_input.c | 85 ++ 2 files changed, 52 insertions(+), 35 deletions(-) diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 34acee6..794497c 100