vlan: Add ability to always enable TSO/UFO
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Wed, 10 Dec 2014 02:43:13 +0000 (11:43 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 15:58:53 +0000 (10:58 -0500)
Since the real device can segment packets by software, a vlan device
can set TSO/UFO even when the real device doesn't have those features.
Unlike GSO, this allows packets to be segmented after Qdisc.

Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found