summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_tx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: use budget for TX completionsÍñigo Huguet2023-06-171-2/+2
* sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)2022-11-021-1/+2
* sfc: support passing a representor to the EF100 TX pathEdward Cree2022-07-221-4/+80
* sfc: support GRE TSO on EF100Edward Cree2020-11-131-1/+5
* sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-131-1/+5
* sfc: only use fixed-id if the skb asks for itEdward Cree2020-10-301-6/+7
* sfc: implement encap TSO on EF100Edward Cree2020-10-301-19/+26
* sfc: de-indirect TSO handlingEdward Cree2020-09-111-1/+8
* sfc: remove spurious unreachable return statementEdward Cree2020-09-111-1/+0
* sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree2020-09-051-2/+6
* sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree2020-09-051-11/+11
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-7/+7
* sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-031-5/+362
* sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-271-0/+19
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+32