summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Remove support for siena high priority queueMartin Habets2023-07-281-44/+1
* sfc: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-2/+2
* sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-191-1/+1
* sfc: support passing a representor to the EF100 TX pathEdward Cree2022-07-221-2/+4
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-2/+2
* sfc: use hardware tx timestamps for more than PTPBert Kenward2022-04-081-1/+2
* net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-061-0/+3
* sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet2021-09-091-3/+11
* sfc: fallback for lack of xdp tx queuesÍñigo Huguet2021-09-091-8/+13
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-14/+1
* sfc: de-indirect TSO handlingEdward Cree2020-09-111-2/+12
* sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-111-1/+1
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-111-1/+1
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-6/+17
* sfc: rewrite efx_tx_may_pioEdward Cree2020-09-051-1/+25
* sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree2020-09-051-8/+6
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-28/+31
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-2/+2
* sfc: assign TXQs without gapsEdward Cree2020-07-021-40/+6
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-021-2/+6
* sfc: commonise TSO fallback codeEdward Cree2020-06-301-28/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+38
|\
| * sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-0/+38
* | sfc: elide assignment of skbEdward Cree2020-02-181-2/+1
|/
* sfc: move a couple more functionsAlex Maftei (amaftei)2020-01-101-18/+0
* sfc: move more tx codeAlex Maftei (amaftei)2020-01-101-77/+0
* net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-5/+2
* sfc: move common tx codeAlex Maftei (amaftei)2020-01-081-295/+0
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-9/+10
* sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan2019-10-311-0/+88
* sfc: allocate channels for XDP tx queuesCharles McLachlan2019-10-311-0/+2
* sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2019-10-311-0/+2
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2019-04-011-7/+5
* sfc: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang2019-02-141-1/+1
* sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree2018-11-081-4/+1
* sfc: stop the TX queue before pushing new buffersMartin Habets2018-05-251-8/+25
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-1/+2
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-1/+19
* sfc: pass valid pointers from efx_enqueue_unwindBert Kenward2017-12-081-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-1/+1
|\
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
|/
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+3