summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx_common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-1/+3
|\
| * sfc: use budget for TX completionsÍñigo Huguet2023-06-171-1/+3
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
|/
* sfc: support passing a representor to the EF100 TX pathEdward Cree2022-07-221-10/+25
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-061-0/+2
* sfc: de-indirect TSO handlingEdward Cree2020-09-111-5/+1
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-1/+3
* sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree2020-09-051-4/+1
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-2/+2
* sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-031-0/+1
* sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree2020-07-021-1/+5
* sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree2020-06-301-2/+15
* sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree2020-06-301-1/+1
* sfc: commonise TSO fallback codeEdward Cree2020-06-301-0/+27
* sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-13/+16
* sfc: move a couple more functionsAlex Maftei (amaftei)2020-01-101-0/+18
* sfc: move more tx codeAlex Maftei (amaftei)2020-01-101-0/+76
* sfc: move common tx codeAlex Maftei (amaftei)2020-01-081-0/+310