commit | 53f6b708f89668cfb5eb9e49384b64b237bae0b2 | [log] [tgz] |
---|---|---|
author | Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> | Wed Dec 10 11:43:13 2014 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 12 10:58:53 2014 -0500 |
tree | 1189164adb4f6654cd99bfe4cafa38bfd8a9296b | |
parent | 5fbea33740aeb948422d7b7e8aafbeac362264b2 [diff] |
vlan: Add ability to always enable TSO/UFO 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>