commit | 41664c03f6c96a1f8a91714309b36f1b5ca85610 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu May 12 17:55:08 2005 +1000 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun May 15 18:08:05 2005 -0400 |
tree | 42805cf7bf92cf639f4c2e4dba8d1163cb11844b | |
parent | eb235aef724568ae15af831968000cf9a3974b26 [diff] |
[PATCH] iseries_veth: Don't leak skbs in RX path Hi Andrew, Jeff, Under some strange circumstances the iseries_veth driver can leak skbs. Fix is simply to call dev_kfree_skb() in the right place. Fix up the comment as well. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>