Sign in
android-kvm
/
linux
/
9c9d1896fa92e05e7af5a7a47e335f834aa4248c
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_ethtool.c
7462494
ethtool: extend ringparam setting/getting API with rx_buf_len
by Hao Chen
· 3 years, 4 months ago
f3ccfda1
ethtool: extend coalesce setting uAPI with CQE mode
by Yufeng Mo
· 3 years, 7 months ago
cc69837
net: don't include ethtool.h from netdevice.h
by Jakub Kicinski
· 4 years, 4 months ago
5463fce6
ethernet/intel: Convert fallthrough code comments
by Jeff Kirsher
· 4 years, 9 months ago
34a2a3b8
net/intel: remove driver versions from Intel drivers
by Jeff Kirsher
· 4 years, 9 months ago
194219a
net: fm10k: reject unsupported coalescing params
by Jakub Kicinski
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
a3ffeaf
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
by Jacob Keller
· 6 years ago
4f9e05f
fm10k: reduce the scope of qv local variable
by Jacob Keller
· 6 years ago
a5c0d86
fm10k: reduce scope of *p local variable
by Jacob Keller
· 6 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
454ca38
fm10k: warn if the stat size is unknown
by Jacob Keller
· 7 years ago
36592d6
fm10k: use macro to avoid passing the array and size separately
by Jacob Keller
· 7 years ago
d63bb21
fm10k: use variadic arguments to fm10k_add_stat_strings
by Jacob Keller
· 7 years ago
2ead8ae
fm10k: reduce duplicate fm10k_stat macro code
by Jacob Keller
· 7 years ago
51dce24
net: intel: Cleanup the copyright/license headers
by Jeff Kirsher
· 7 years ago
ae06c70
intel: add SPDX identifiers to all the Intel drivers
by Jeff Kirsher
· 7 years ago
4692955
fm10k: future-proof state bitmaps using DECLARE_BITMAP
by Jacob Keller
· 8 years ago
3ee7b3a
fm10k: use a BITMAP for flags to avoid race conditions
by Jacob Keller
· 8 years ago
540fca3
fm10k: correctly check if interface is removed
by Phil Turnbull
· 8 years ago
aee2433
fm10k: remove extraneous variable definition in fm10k_ethtool.c
by Jacob Keller
· 8 years ago
bab02a6
fm10k: use generic ethtool_op_get_ts_info callback
by Jacob Keller
· 9 years ago
88cdcfe
fm10k: remove fm10k_get_reta_size from namespace
by Jacob Keller
· 9 years ago
ce33624
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
by Jacob Keller
· 9 years ago
3487588
fm10k: fix incorrect index calculation in fm10k_write_reta
by Jacob Keller
· 9 years ago
8664109
fm10k: consistently use Intel(R) for driver names
by Jacob Keller
· 9 years ago
540a5d8
fm10k: fix possible null pointer deref after kcalloc
by Jacob Keller
· 9 years ago
9de6a1a
fm10k: drop 1588 support
by Jacob Keller
· 9 years ago
3ef2f56
fm10k: remove debug-statistics support
by Jacob Keller
· 9 years ago
09401ae
fm10k: add helper functions to set strings and data for ethtool stats
by Jacob Keller
· 9 years ago
0ea7fae
fm10k: use ethtool_rxfh_indir_default for default redirection table
by Jacob Keller
· 9 years ago
c4114e3
fm10k: prevent possibly uninitialized variable
by Bruce Allan
· 9 years ago
d2e0721
fm10k: add helper functions to set strings and data for ethtool stats
by Jacob Keller
· 9 years ago
fcdb0a9
fm10k: cleanup remaining right-bit-shifted 1
by Bruce Allan
· 9 years ago
3d02b3d
fm10k: cleanup overly long lines
by Bruce Allan
· 9 years ago
a4fcad6
fm10k: whitespace cleanups
by Bruce Allan
· 9 years ago
436ea95
fm10k: use macro for default Tx and Rx ITR values
by Jacob Keller
· 9 years ago
584373f
fm10k: introduce ITR_IS_ADAPTIVE macro
by Jacob Keller
· 9 years ago
5680ea6
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
by Jacob Keller
· 9 years ago
17d39fa
fm10k: add statistics for actual DWORD count of mbmem mailbox
by Jacob Keller
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
f6f19f8
fm10k: use snprintf() instead of sprintf() to avoid buffer overflow
by Jacob Keller
· 10 years ago
80043f3
fm10k: add support for extra debug statistics
by Jacob Keller
· 10 years ago
986eec4
fm10k: Fix missing braces after if statement
by Alexander Duyck
· 10 years ago
c0e58e9
fm10k: use an unsigned int for i in ethtool_get_strings
by Jacob Keller
· 10 years ago
750c607
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
by Jeff Kirsher
· 10 years ago
e05546e
fm10k: expose tx_timeout_count as an ethtool stat
by Jeff Kirsher
· 10 years ago
fbdb159
fm10k: separate PF only stats so that VF does not display them
by Jeff Kirsher
· 10 years ago
c0e6178
fm10k: use hw->mac.max_queues for stats
by Jeff Kirsher
· 10 years ago
29a928e
fm10k: only show actual queues, not the maximum in hardware
by Jeff Kirsher
· 10 years ago
de44519
fm10k: fix unused warnings
by Jeff Kirsher
· 10 years ago
97c71e3
fm10k: Remove redundant rx_errors in ethtool
by Jeff Kirsher
· 10 years ago
eca3204
fm10k: Resolve various spelling errors and checkpatch warnings
by Matthew Vick
· 10 years ago
892311f
ethtool: Support for configurable RSS hash function
by Eyal Perry
· 10 years ago
eb51bba
fm10k: using vmalloc requires including linux/vmalloc.h
by Stephen Rothwell
· 10 years ago
a211e01
fm10k: Add support for PTP
by Alexander Duyck
· 10 years ago
5cb8db4
fm10k: Add support for VF
by Alexander Duyck
· 10 years ago
aa3ac82
fm10k: Add support for multiple queues
by Alexander Duyck
· 10 years ago
82dd0f7
fm10k: Add ethtool support
by Alexander Duyck
· 10 years ago