]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc715164e5f35f0eaf0cd0da45954518dfc88e7ab
treee3bfb4777857095c58395e697c06a3e4ecf61c72
parente448498fd5007befbfab8aaa8fe46f80f30d35a7
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