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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 29 Oct 2007 05:47:24 -0400 From: Jeff Garzik <jeff@...zik.org> To: Auke Kok <auke-jan.h.kok@...el.com> CC: netdev@...r.kernel.org Subject: Re: [PATCH 1/4] e1000e: Fix jumbo frame receive code. Auke Kok wrote: > Fix allocation and freeing of jumbo frames where several bugs > were recently introduced by cleanups after we forked this code > from e1000. This moves ps_pages to buffer_info where it really > belongs and makes it a dynamically allocated array. The penalty > is not that high since it's allocated outside of the buffer_info > struct anyway. > > Without this patch all jumbo frames are completely broken and the > driver panics. > > Signed-off-by: Jesse Brandeburg <jesse.brandeburg@...el.com> > Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com> > --- > > drivers/net/e1000e/e1000.h | 4 +- > drivers/net/e1000e/netdev.c | 102 ++++++++++++++++++++++--------------------- > 2 files changed, 54 insertions(+), 52 deletions(-) applied 1-4 to #upstream-fixes - 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