Files
linux-stable-mirror/include/linux
Tom Herbert 04ffcb255f net: Add ndo_gso_check
Add ndo_gso_check which a device can define to indicate whether is
is capable of doing GSO on a packet. This funciton would be called from
the stack to determine whether software GSO is needed to be done. A
driver should populate this function if it advertises GSO types for
which there are combinations that it wouldn't be able to handle. For
instance a device that performs UDP tunneling might only implement
support for transparent Ethernet bridging type of inner packets
or might have limitations on lengths of inner headers.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-15 12:11:00 -04:00
..
2014-09-22 16:48:47 +09:00
2014-09-29 11:54:02 -04:00
2014-09-26 15:05:15 -04:00
2014-09-23 11:10:20 -07:00
2014-09-26 15:05:15 -04:00
2014-10-08 16:01:41 -04:00
2014-09-25 16:07:15 +02:00
2014-09-29 15:37:01 -04:00
2014-09-24 14:07:58 +02:00
2014-10-15 12:11:00 -04:00
2014-09-29 14:35:20 -04:00
2014-09-23 21:40:48 -07:00
2014-09-25 17:05:12 +02:00