summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/tx.c
Commit message (Expand)AuthorAge
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-25
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-25
* sfc: pass valid pointers from efx_enqueue_unwindBert Kenward2017-12-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-08
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-07
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-07
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-07
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-07
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-08
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-15
* sfc: get PIO buffer size from the NICEdward Cree2017-01-16
* sfc: allow PIO more oftenEdward Cree2017-01-16
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-03
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-30
* sfc: remove unneeded variableDan Carpenter2016-11-27
* sfc: remove Software TSOEdward Cree2016-11-18
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-18
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-03
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-17
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-17
* sfc: make TSO version a per-queue parameterBert Kenward2015-12-01
* sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-02
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-09
* sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-22
* sfc: add support for skb->xmit_moreEdward Cree2014-10-17
* sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-09-09
* sfc: Use __iowrite64_copy instead of a slightly different local functionBen Hutchings2014-07-29
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-17
* sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-11
* sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings2014-02-12
* sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings2014-02-12
* drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker2014-02-06
* sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames2013-10-31
* sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-20
* sfc: Introduce inline functions to simplify TX insertionBen Hutchings2013-09-20
* sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings2013-09-20
* sfc: Implement firmware-assisted TSO for EF10Ben Hutchings2013-09-20
* sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings2013-09-20
* sfc: Update copyright bannersBen Hutchings2013-08-29
* sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings2013-08-29
* sfc: Add TX merged completion counterBen Hutchings2013-08-27
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-21
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-21
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-19
* sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings2012-08-24
* sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings2012-08-24
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-24
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-24