commit | 1080e512d44d4f67b8beb8edf25a1bbcb1066dc7 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jul 20 09:23:17 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 22 12:39:33 2012 -0700 |
tree | 02cecc2d69f820ac082578daa228cdbe2a4503dd | |
parent | 868eefeb17d40f6acde00ad8165a268529cf6d24 [diff] |
net: orphan frags on receive zero copy packets are normally sent to the outside network, but bridging, tun etc might loop them back to host networking stack. If this happens destructors will never be called, so orphan the frags immediately on receive. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>