index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
2020-07-01
1
-2
/
+2
*
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
2020-06-25
1
-2
/
+0
*
net: fm10k: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
1
-0
/
+2
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
2019-08-04
1
-4
/
+2
*
fm10k: reduce the scope of qv local variable
Jacob Keller
2019-08-01
1
-2
/
+2
*
fm10k: reduce scope of *p local variable
Jacob Keller
2019-08-01
1
-3
/
+2
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
fm10k: warn if the stat size is unknown
Jacob Keller
2018-05-09
1
-0
/
+2
*
fm10k: use macro to avoid passing the array and size separately
Jacob Keller
2018-05-09
1
-27
/
+21
*
fm10k: use variadic arguments to fm10k_add_stat_strings
Jacob Keller
2018-05-09
1
-26
/
+27
*
fm10k: reduce duplicate fm10k_stat macro code
Jacob Keller
2018-05-09
1
-14
/
+15
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-19
/
+1
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
2017-04-05
1
-2
/
+2
*
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
2017-04-05
1
-21
/
+41
*
fm10k: correctly check if interface is removed
Phil Turnbull
2017-04-05
1
-1
/
+1
*
fm10k: remove extraneous variable definition in fm10k_ethtool.c
Jacob Keller
2017-01-08
1
-12
/
+9
*
fm10k: use generic ethtool_op_get_ts_info callback
Jacob Keller
2016-10-02
1
-0
/
+1
*
fm10k: remove fm10k_get_reta_size from namespace
Jacob Keller
2016-08-29
1
-1
/
+1
*
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
Jacob Keller
2016-07-20
1
-0
/
+2
*
fm10k: fix incorrect index calculation in fm10k_write_reta
Jacob Keller
2016-06-29
1
-2
/
+3
*
fm10k: consistently use Intel(R) for driver names
Jacob Keller
2016-04-20
1
-1
/
+1
*
fm10k: fix possible null pointer deref after kcalloc
Jacob Keller
2016-04-20
1
-6
/
+20
*
fm10k: drop 1588 support
Jacob Keller
2016-04-20
1
-29
/
+1
*
fm10k: remove debug-statistics support
Jacob Keller
2016-04-20
1
-71
/
+1
*
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-20
1
-25
/
+34
*
fm10k: use ethtool_rxfh_indir_default for default redirection table
Jacob Keller
2016-04-05
1
-15
/
+22
*
fm10k: prevent possibly uninitialized variable
Bruce Allan
2016-04-05
1
-1
/
+1
*
fm10k: add helper functions to set strings and data for ethtool stats
Jacob Keller
2016-04-05
1
-81
/
+83
*
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
2016-04-05
1
-11
/
+9
*
fm10k: cleanup overly long lines
Bruce Allan
2015-12-13
1
-4
/
+8
*
fm10k: whitespace cleanups
Bruce Allan
2015-12-13
1
-2
/
+2
*
fm10k: use macro for default Tx and Rx ITR values
Jacob Keller
2015-12-05
1
-2
/
+2
*
fm10k: introduce ITR_IS_ADAPTIVE macro
Jacob Keller
2015-12-05
1
-4
/
+2
*
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
Jacob Keller
2015-12-05
1
-1
/
+1
*
fm10k: add statistics for actual DWORD count of mbmem mailbox
Jacob Keller
2015-12-05
1
-0
/
+2
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-4
/
+0
*
fm10k: use snprintf() instead of sprintf() to avoid buffer overflow
Jacob Keller
2015-10-13
1
-4
/
+4
*
fm10k: add support for extra debug statistics
Jacob Keller
2015-09-22
1
-35
/
+181
*
fm10k: Fix missing braces after if statement
Alexander Duyck
2015-06-17
1
-1
/
+2
*
fm10k: use an unsigned int for i in ethtool_get_strings
Jacob Keller
2015-06-17
1
-1
/
+1
*
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
2015-04-14
1
-1
/
+1
*
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
2015-04-14
1
-0
/
+2
*
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
2015-04-14
1
-14
/
+37
*
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
2015-04-14
1
-7
/
+11
*
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
2015-04-14
1
-2
/
+3
*
fm10k: fix unused warnings
Jeff Kirsher
2015-04-14
1
-6
/
+6
*
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
2015-04-14
1
-2
/
+1
*
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
2015-03-03
1
-1
/
+1
[next]