aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-5/+1
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-1/+3
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree1-4/+1
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-2/+2
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+1
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree1-1/+5
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree1-2/+15
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree1-1/+1
2020-06-30sfc: commonise TSO fallback codeEdward Cree1-0/+27
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-13/+16
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)1-0/+18
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)1-0/+76
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)1-0/+310