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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 15 Dec 2008 23:42:42 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	herbert@...dor.apana.org.au
Cc:	netdev@...r.kernel.org, johnpol@....mipt.ru,
	bhutchings@...arflare.com
Subject: Re: [PATCH 5/8] net: Add skb_gro_receive

From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Sat, 13 Dec 2008 13:52:46 +1100

> On Sat, Dec 13, 2008 at 12:35:23PM +1100, Herbert Xu wrote:
> > net: Add skb_gro_receive
> > 
> > This patch adds the helper skb_gro_receive to merge packets for
> > GRO.  The current method is to allocate a new header skb and then
> > chain the original packets to its frag_list.  This is done to
> > make it easier to integrate into the existing GSO framework.
> > 
> > In future as GSO is moved into the drivers, we can undo this and
> > simply chain the original packets together.
> > 
> > Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
> 
> Looks like I forgot to stop the merging at 64K.  Here is an update
> with the check added.

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