summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx.c
AgeCommit message (Expand)Author
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
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
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper
2014-10-17sfc: add support for skb->xmit_moreEdward Cree
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones
2014-07-29sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-06-11sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper
2014-02-12sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings
2014-02-12sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings
2014-02-06drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames