commit | f7ea333765438232ac346a2f23cfec3e2012758f | [log] [tgz] |
---|---|---|
author | Paul Janzen <pcj@linux.sez.to> | Mon Jan 16 16:52:13 2006 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Jan 17 07:23:37 2006 -0500 |
tree | 9a1f685e3220e9b6b4170586e7f4b4d19fc6e753 | |
parent | b44cd572623cb6a931a947d9108595517fd945f8 [diff] |
[PATCH] mv643xx_eth: Fix handling of small, unaligned fragments Fix handling of small, unaligned fragments. It also solves a potential deadlock if skb_linearize() returns -ENOMEM. Signed-off-by: Paul Janzen <pcj@linux.sez.to> Signed-off-by: Dale Farnsworth <dale@farnsworth.org> mv643xx_eth.c | 54 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 23 deletions(-) Signed-off-by: Jeff Garzik <jgarzik@pobox.com>