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)
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

Simple merge
diff --cc net/core/dev.c
Simple merge
Simple merge