summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-3/+2
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-06-17sfc: use budget for TX completionsÍñigo Huguet1-1/+3
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree1-10/+25
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo1-0/+2
2020-09-12sfc: de-indirect TSO handlingEdward Cree1-5/+1
2020-09-12sfc: 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-04sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+1
2020-07-03sfc: 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-06sfc: 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-09sfc: move common tx codeAlex Maftei (amaftei)1-0/+310