index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: add RR2DCDELAY to ethtool registers dump
Artem Bityutskiy
2019-06-28
1
-1
/
+4
*
igb: minor ethool regdump amendment
Artem Bityutskiy
2019-06-28
1
-35
/
+35
*
igb: fix various indentation issues
Colin Ian King
2019-03-19
1
-2
/
+2
*
Revert "igb: reduce CPU0 latency when updating statistics"
Jeff Kirsher
2019-01-15
1
-2
/
+2
*
igb: reduce CPU0 latency when updating statistics
Jeff Kirsher
2018-12-20
1
-2
/
+2
*
i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE
Todd Fujinaka
2018-11-07
1
-1
/
+1
*
igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
Jia-Ju Bai
2018-08-24
1
-1
/
+1
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+4
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-22
/
+1
*
igb: Add MAC address support for ethtool nftuple filters
Vinicius Costa Gomes
2018-04-25
1
-4
/
+39
*
igb: Enable nfc filters to specify MAC addresses
Vinicius Costa Gomes
2018-04-25
1
-0
/
+28
*
igb: Fix not adding filter elements to the list
Vinicius Costa Gomes
2018-04-25
1
-1
/
+1
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
igb: add function to get maximum RSS queues
Zhang Shengju
2018-01-24
1
-31
/
+1
*
igb: Remove useless argument
Benjamin Poirier
2017-06-06
1
-1
/
+1
*
igb: add statistic indicating number of skipped Tx timestamps
Jacob Keller
2017-06-06
1
-0
/
+1
*
igb: use new API ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-21
1
-65
/
+73
*
igb: Add support for ethtool private flag to allow use of legacy Rx
Alexander Duyck
2017-03-17
1
-0
/
+48
*
igb: Only sync size of expected frame in ethtool testing
Alexander Duyck
2017-03-17
1
-2
/
+2
*
igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ring
Alexander Duyck
2017-03-17
1
-1
/
+10
*
igb: Use length to determine if descriptor is done
Alexander Duyck
2017-03-17
1
-1
/
+1
*
igb: fix non static symbol warning
Wei Yongjun
2016-09-27
1
-2
/
+2
*
igb: fix error code in igb_add_ethtool_nfc_entry()
Gangfeng Huang
2016-08-18
1
-1
/
+1
*
igb: support RX flow classification by VLAN priority
Gangfeng Huang
2016-08-18
1
-7
/
+84
*
igb: support RX flow classification by ethertype
Gangfeng Huang
2016-08-18
1
-1
/
+76
*
igb: add support of RX network flow classification
Gangfeng Huang
2016-08-18
1
-0
/
+193
*
igb: use BIT() macro or unsigned prefix
Jacob Keller
2016-05-13
1
-9
/
+9
*
igb: Garbled output for "ethtool -m"
Doron Shikmoni
2016-04-06
1
-1
/
+2
*
igb: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-02-24
1
-2
/
+2
*
igb: Explicitly label self-test result indices
Joe Schultz
2015-12-14
1
-14
/
+24
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-4
/
+0
*
igb: Fix oops caused by missing queue pairing
Shota Suzuki
2015-08-18
1
-1
/
+4
*
igb: report unsupported ethtool settings in set_coalesce
Todd Fujinaka
2015-07-23
1
-0
/
+21
*
igb: only report generic filters in get_ts_info
Jacob Keller
2015-07-17
1
-4
/
+0
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-08
1
-2
/
+14
*
igb: add flags to set eee advertisement mode
Todd Fujinaka
2014-09-06
1
-7
/
+17
*
igb: unhide invariant returns
Todd Fujinaka
2014-06-11
1
-5
/
+5
*
net: use ethtool_cmd_speed_set helper to set ethtool speed value
Jiri Pirko
2014-06-06
1
-5
/
+7
*
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-06-06
1
-2
/
+2
*
igb: use mac loopback for i354 backplane
Todd Fujinaka
2014-06-03
1
-2
/
+2
*
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
2014-06-03
1
-4
/
+5
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
igb: Replace 1/0 return values with true/false
Carolyn Wyborny
2014-04-24
1
-4
/
+4
*
igb: Cleanups to fix msleep warnings
Carolyn Wyborny
2014-04-24
1
-8
/
+8
*
igb: Cleanups to fix line length warnings
Carolyn Wyborny
2014-04-24
1
-5
/
+8
*
igb: Cleanups to fix missing break in switch statements
Carolyn Wyborny
2014-04-24
1
-0
/
+4
*
igb: Cleanups to change comment style on license headers
Carolyn Wyborny
2014-04-24
1
-25
/
+22
*
igb: Cleanups to fix incorrect indentation
Carolyn Wyborny
2014-04-23
1
-9
/
+11
*
igb: Cleanups to fix braces location warnings
Carolyn Wyborny
2014-04-23
1
-2
/
+2
[next]