summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx_common.c
AgeCommit message (Expand)Author
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-17sfc: use budget for TX completionsÍñigo Huguet
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2020-09-11sfc: de-indirect TSO handlingEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree
2020-06-30sfc: commonise TSO fallback codeEdward Cree
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)