summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: get PIO buffer size from the NICEdward Cree2017-01-161-1/+0
* sfc: allow PIO more oftenEdward Cree2017-01-161-0/+1
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-6/+6
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-17/+5
* sfc: remove unneeded variableDan Carpenter2016-11-271-2/+0
* sfc: remove Software TSOEdward Cree2016-11-181-5/+41
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-762/+251
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+4
* sfc: make TSO version a per-queue parameterBert Kenward2015-12-011-2/+6
* sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-021-2/+28
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-091-1/+2
* sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-221-4/+0
* sfc: add support for skb->xmit_moreEdward Cree2014-10-171-24/+19
* sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-09-091-1/+1
* sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings2014-07-291-17/+7
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-171-0/+4
* sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-111-5/+17
* sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings2014-02-121-2/+2
* sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings2014-02-121-13/+4