index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_ethtool.c
Age
Commit message (
Expand
)
Author
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
2016-04-20
fm10k: fix possible null pointer deref after kcalloc
Jacob Keller
2016-04-20
fm10k: drop 1588 support
Jacob Keller
2016-04-20
fm10k: remove debug-statistics support
Jacob Keller
2016-04-20
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-05
fm10k: use ethtool_rxfh_indir_default for default redirection table
Jacob Keller
2016-04-05
fm10k: prevent possibly uninitialized variable
Bruce Allan
2016-04-05
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
2015-12-13
fm10k: cleanup overly long lines
Bruce Allan
2015-12-13
fm10k: whitespace cleanups
Bruce Allan
2015-12-05
fm10k: use macro for default Tx and Rx ITR values
Jacob Keller
2015-12-05
fm10k: introduce ITR_IS_ADAPTIVE macro
Jacob Keller
2015-12-05
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
Jacob Keller
2015-12-05
fm10k: add statistics for actual DWORD count of mbmem mailbox
Jacob Keller
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-13
fm10k: use snprintf() instead of sprintf() to avoid buffer overflow
Jacob Keller
2015-09-22
fm10k: add support for extra debug statistics
Jacob Keller
2015-06-17
fm10k: Fix missing braces after if statement
Alexander Duyck
2015-06-17
fm10k: use an unsigned int for i in ethtool_get_strings
Jacob Keller
2015-04-14
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
2015-04-14
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
2015-04-14
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
2015-04-14
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
2015-04-14
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
2015-04-14
fm10k: fix unused warnings
Jeff Kirsher
2015-04-14
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
2014-12-08
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-10-01
fm10k: using vmalloc requires including linux/vmalloc.h
Stephen Rothwell
2014-09-23
fm10k: Add support for PTP
Alexander Duyck
2014-09-23
fm10k: Add support for VF
Alexander Duyck
2014-09-23
fm10k: Add support for multiple queues
Alexander Duyck
2014-09-23
fm10k: Add ethtool support
Alexander Duyck