index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
1
-3
/
+4
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
1
-1
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
1
-3
/
+4
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
1
-2
/
+2
2017-03-15
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-01-16
sfc: get PIO buffer size from the NIC
Edward Cree
1
-1
/
+0
2017-01-16
sfc: allow PIO more often
Edward Cree
1
-0
/
+1
2016-12-03
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-6
/
+6
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
1
-17
/
+5
2016-11-27
sfc: remove unneeded variable
Dan Carpenter
1
-2
/
+0
2016-11-18
sfc: remove Software TSO
Edward Cree
1
-5
/
+41
2016-11-18
sfc: Firmware-Assisted TSO version 2
Bert Kenward
1
-762
/
+251
2016-03-03
net: relax setup_tc ndo op handle restriction
John Fastabend
1
-1
/
+1
2016-02-17
net: rework setup_tc ndo op to consume general tc operand
John Fastabend
1
-3
/
+6
2016-02-17
net: rework ndo tc op to consume additional qdisc handle parameter
John Fastabend
1
-1
/
+4
2015-12-01
sfc: make TSO version a per-queue parameter
Bert Kenward
1
-2
/
+6
2015-11-02
sfc: push partner queue for skb->xmit_more
Martin Habets
1
-2
/
+28
2015-07-09
sfc: Report TX completions to BQL after all TX events in interrupt
Peter Dunning
1
-1
/
+2
2014-10-22
sfc: remove incorrect EFX_BUG_ON_PARANOID check
Jon Cooper
1
-4
/
+0
2014-10-17
sfc: add support for skb->xmit_more
Edward Cree
1
-24
/
+19
2014-09-09
sfc: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
1
-1
/
+1
2014-07-29
sfc: Use __iowrite64_copy instead of a slightly different local function
Ben Hutchings
1
-17
/
+7
2014-07-17
sfc: Add per-queue statistics in ethtool
Andrew Rybchenko
1
-0
/
+4
2014-06-11
sfc: PIO:Restrict to 64bit arch and use 64-bit writes.
Jon Cooper
1
-5
/
+17
2014-02-12
sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'
Ben Hutchings
1
-2
/
+2
2014-02-12
sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN
Ben Hutchings
1
-13
/
+4
2014-02-06
drivers/net: fix build warning in ethernet/sfc/tx.c
Paul Gortmaker
1
-0
/
+2
2013-10-31
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
1
-2
/
+5
2013-09-20
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
1
-0
/
+151
2013-09-20
sfc: Introduce inline functions to simplify TX insertion
Ben Hutchings
1
-20
/
+33
2013-09-20
sfc: Allocate and link PIO buffers; map them with write-combining
Ben Hutchings
1
-0
/
+10
2013-09-20
sfc: Implement firmware-assisted TSO for EF10
Ben Hutchings
1
-52
/
+121
2013-09-20
sfc: Fold tso_get_head_fragment() into tso_start()
Ben Hutchings
1
-31
/
+31
2013-08-29
sfc: Update copyright banners
Ben Hutchings
1
-2
/
+2
2013-08-29
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
1
-1
/
+3
2013-08-27
sfc: Add TX merged completion counter
Ben Hutchings
1
-0
/
+3
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
1
-17
/
+4
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
1
-1
/
+2
2012-09-19
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
1
-0
/
+6
2012-08-24
sfc: Stash header offsets for TSO in struct tso_state
Ben Hutchings
1
-16
/
+12
2012-08-24
sfc: Replace tso_state::full_packet_space with ip_base_len
Ben Hutchings
1
-9
/
+11
2012-08-24
sfc: Simplify TSO header buffer allocation
Ben Hutchings
1
-210
/
+105
2012-08-24
sfc: Stop TX queues before they fill up
Ben Hutchings
1
-115
/
+97
2012-08-24
sfc: Refactor struct efx_tx_buffer to use a flags field
Ben Hutchings
1
-42
/
+36
2012-08-02
sfc: Fix maximum number of TSO segments and minimum TX queue size
Ben Hutchings
1
-0
/
+19
2012-07-17
sfc: Stop changing header offsets on TX
Ben Hutchings
1
-9
/
+0
2012-07-17
sfc: Remove dead write to tso_state::packet_space
Ben Hutchings
1
-1
/
+0
2012-07-17
sfc: Use generic DMA API, not PCI-DMA API
Ben Hutchings
1
-42
/
+41
2012-02-22
sfc: Minor formatting cleanup
Ben Hutchings
1
-1
/
+1
[next]