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
/
intel
/
fm10k
/
fm10k_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-13
fm10k: cleanup overly long lines
Bruce Allan
1
-4
/
+8
2015-12-13
fm10k: whitespace cleanups
Bruce Allan
1
-2
/
+2
2015-12-05
fm10k: use macro for default Tx and Rx ITR values
Jacob Keller
1
-2
/
+2
2015-12-05
fm10k: introduce ITR_IS_ADAPTIVE macro
Jacob Keller
1
-4
/
+2
2015-12-05
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
Jacob Keller
1
-1
/
+1
2015-12-05
fm10k: add statistics for actual DWORD count of mbmem mailbox
Jacob Keller
1
-0
/
+2
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-4
/
+0
2015-10-13
fm10k: use snprintf() instead of sprintf() to avoid buffer overflow
Jacob Keller
1
-4
/
+4
2015-09-22
fm10k: add support for extra debug statistics
Jacob Keller
1
-35
/
+181
2015-06-17
fm10k: Fix missing braces after if statement
Alexander Duyck
1
-1
/
+2
2015-06-17
fm10k: use an unsigned int for i in ethtool_get_strings
Jacob Keller
1
-1
/
+1
2015-04-14
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
1
-1
/
+1
2015-04-14
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
1
-0
/
+2
2015-04-14
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
1
-14
/
+37
2015-04-14
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
1
-7
/
+11
2015-04-14
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
1
-2
/
+3
2015-04-14
fm10k: fix unused warnings
Jeff Kirsher
1
-6
/
+6
2015-04-14
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
1
-2
/
+1
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
1
-1
/
+1
2014-12-08
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-2
/
+10
2014-10-01
fm10k: using vmalloc requires including linux/vmalloc.h
Stephen Rothwell
1
-0
/
+2
2014-09-23
fm10k: Add support for PTP
Alexander Duyck
1
-0
/
+30
2014-09-23
fm10k: Add support for VF
Alexander Duyck
1
-0
/
+114
2014-09-23
fm10k: Add support for multiple queues
Alexander Duyck
1
-0
/
+57
2014-09-23
fm10k: Add ethtool support
Alexander Duyck
1
-0
/
+868