aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+4
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward1-2/+6
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets1-2/+28
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning1-1/+2
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper1-4/+0
2014-10-17sfc: add support for skb->xmit_moreEdward Cree1-24/+19
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-07-29sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings1-17/+7
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko1-0/+4
2014-06-11sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper1-5/+17
2014-02-12sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings1-2/+2
2014-02-12sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings1-13/+4
2014-02-06drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker1-0/+2
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames1-2/+5
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper1-0/+151
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings1-20/+33
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-0/+10
2013-09-20sfc: Implement firmware-assisted TSO for EF10Ben Hutchings1-52/+121
2013-09-20sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings1-31/+31
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings1-1/+3
2013-08-27sfc: Add TX merged completion counterBen Hutchings1-0/+3
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-17/+4
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-1/+2
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+6
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings1-16/+12