summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c
AgeCommit message (Expand)Author
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
2017-01-16sfc: get PIO buffer size from the NICEdward Cree
2017-01-16sfc: allow PIO more oftenEdward Cree
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-27sfc: remove unneeded variableDan Carpenter
2016-11-18sfc: remove Software TSOEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend