Re: [-mm patch] remove tcp header from tcp_v4_check (take #2)

2007-02-04 Thread David Miller
From: Frederik Deweerdt <[EMAIL PROTECTED]> Date: Fri, 12 Jan 2007 13:55:14 + > On Fri, Jan 12, 2007 at 01:33:09PM +, Frederik Deweerdt wrote: > > On Thu, Jan 11, 2007 at 10:26:27PM -0800, Andrew Morton wrote: > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/

[-mm patch] remove tcp header from tcp_v4_check (take #2)

2007-01-12 Thread Frederik Deweerdt
On Fri, Jan 12, 2007 at 01:33:09PM +, Frederik Deweerdt wrote: > On Thu, Jan 11, 2007 at 10:26:27PM -0800, Andrew Morton wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc4-mm1/ > > Hi, Sorry for the resend, I forgot the Signed-off-by lin

[-mm patch] remove tcp header from tcp_v4_check

2007-01-12 Thread Frederik Deweerdt
On Thu, Jan 11, 2007 at 10:26:27PM -0800, Andrew Morton wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc4-mm1/ > Hi, The tcphdr struct passed to tcp_v4_check is not used, the following patch removes it from the parameter list. (This adds the netf

[-mm patch] remove tcp header from tcp_v4_check

2007-01-11 Thread Frederik Deweerdt
On Thu, Jan 04, 2007 at 10:02:00PM -0800, Andrew Morton wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ > The tcphdr struct passed to tcp_v4_check is not used, the following patch removes it from the parameter list. Regards, Frederik