net: Don't keep around original SKB when we software segment GSO frames.
authorDavid S. Miller <davem@davemloft.net>
Sun, 31 Aug 2014 02:22:20 +0000 (19:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 00:39:56 +0000 (17:39 -0700)
commitce93718fb7cdbc064c3000ff59e4d3200bdfa744
treee3bfb4777857095c58395e697c06a3e4ecf61c72
parent50cbe9ab5f8d92d2d4a327b56e96559d8f63a1fa
net: Don't keep around original SKB when we software segment GSO frames.

Just maintain the list properly by returning the head of the remaining
SKB list from dev_hard_start_xmit().

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/sched/sch_generic.c