aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13sfc: support GRE TSO on EF100Edward Cree1-1/+5
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree1-1/+5
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree1-6/+7
2020-10-30sfc: implement encap TSO on EF100Edward Cree1-19/+26
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-1/+8
2020-09-11sfc: remove spurious unreachable return statementEdward Cree1-1/+0
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree1-2/+6
2020-09-05sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree1-11/+11
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-7/+7
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree1-5/+362
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree1-0/+19
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+32