linux_dsm_epyc7002/drivers/net/ethernet/tile
Chris Metcalf 8388546e79 tilegx net driver: handle payload data not in frags
The original driver implementation assumed that for TSO, all the
payload data would be in the frags.  This isn't always true; change
the driver to support payload data at skb->data between
"skb_transport_offset(skb) + tcp_hdrlen(skb)" and "skb->hdr_len",
followed by the data in the frags.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2012-07-18 15:03:00 -04:00
..
Kconfig tilegx network driver: initial support 2012-06-11 17:01:26 -07:00
Makefile tilegx network driver: initial support 2012-06-11 17:01:26 -07:00
tilegx.c tilegx net driver: handle payload data not in frags 2012-07-18 15:03:00 -04:00
tilepro.c drivers/net: Convert compare_ether_addr to ether_addr_equal 2012-05-10 23:33:01 -04:00