summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx.c
AgeCommit message (Expand)Author
2023-07-28sfc: Remove support for siena high priority queueMartin Habets
2022-11-25sfc: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan
2022-09-19sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-04-08sfc: use hardware tx timestamps for more than PTPBert Kenward
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2020-09-11sfc: de-indirect TSO handlingEdward Cree
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-09-05sfc: rewrite efx_tx_may_pioEdward 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-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-02sfc: assign TXQs without gapsEdward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-06-30sfc: commonise TSO fallback codeEdward Cree
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-02-18sfc: elide assignment of skbEdward Cree
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)
2020-01-08net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal
2019-02-14sfc: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang
2018-11-08sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree
2018-05-25sfc: stop the TX queue before pushing new buffersMartin Habets
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets
2017-12-08sfc: pass valid pointers from efx_enqueue_unwindBert Kenward
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar