aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet1-3/+11
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet1-8/+13
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-14/+1
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-2/+12
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree1-1/+1
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree1-1/+1
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-6/+17
2020-09-05sfc: rewrite efx_tx_may_pioEdward Cree1-1/+25
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree1-8/+6
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-28/+31
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-2/+2
2020-07-02sfc: assign TXQs without gapsEdward Cree1-40/+6
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-2/+6
2020-06-30sfc: commonise TSO fallback codeEdward Cree1-28/+0
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+38
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-0/+38
2020-02-18sfc: elide assignment of skbEdward Cree1-2/+1
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)1-18/+0
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)1-77/+0
2020-01-08net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+2
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)1-295/+0
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-9/+10
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan1-0/+88
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan1-0/+2
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan1-0/+2
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal1-7/+5
2019-02-14sfc: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang1-1/+1
2018-11-08sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree1-4/+1
2018-05-25sfc: stop the TX queue before pushing new buffersMartin Habets1-8/+25
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-1/+2
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets1-1/+19
2017-12-08sfc: pass valid pointers from efx_enqueue_unwindBert Kenward1-1/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-01-16sfc: get PIO buffer size from the NICEdward Cree1-1/+0
2017-01-16sfc: allow PIO more oftenEdward Cree1-0/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-6/+6
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-17/+5
2016-11-27sfc: remove unneeded variableDan Carpenter1-2/+0
2016-11-18sfc: remove Software TSOEdward Cree1-5/+41
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-762/+251