index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-17
net: ixgbe: add support for tc_u32 offload
John Fastabend
1
-3
/
+3
2016-01-08
ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
Emil Tantilov
1
-5
/
+2
2015-12-30
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
1
-13
/
+42
2015-12-30
ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
Emil Tantilov
1
-0
/
+4
2015-12-12
ixgbe: do not report 2.5 Gbps as supported
Emil Tantilov
1
-4
/
+0
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-3
/
+0
2015-09-16
ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
Alexander Duyck
1
-1
/
+1
2015-09-02
ixgbe: Add support for reporting 2.5G link speed
Mark Rustad
1
-0
/
+7
2015-09-02
ixgbe: support for ethtool set_rxfh
Tom Barbette
1
-0
/
+47
2015-07-18
ixgbe: only report generic filters in get_ts_info
Jacob Keller
1
-8
/
+0
2015-06-10
ixgbe: add define for X557 PHY ID
Don Skidmore
1
-0
/
+1
2015-06-10
ixgbe: add array of MAC type dependent values
Don Skidmore
1
-3
/
+3
2015-05-28
ixgbe: Allow flow director to use entire queue space
John Fastabend
1
-10
/
+24
2015-05-04
ixgbe: Use a signed type to hold error codes
Mark Rustad
1
-5
/
+5
2015-04-11
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
1
-0
/
+42
2015-03-31
ethernet: Use bool function returns of true/false instead of 1/0
Joe Perches
1
-2
/
+2
2015-03-13
ixgbe: add new wrapper for X550 support
Don Skidmore
1
-6
/
+7
2014-12-05
ixgbe: add support for X550 extended RSS support
Don Skidmore
1
-4
/
+5
2014-11-11
ixgbe: Add new support for X550 MAC's
Don Skidmore
1
-5
/
+32
2014-10-30
ixgbe: fix race when setting advertised speed
Emil Tantilov
1
-0
/
+4
2014-10-02
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
Emil Tantilov
1
-2
/
+1
2014-09-12
ixgbe: Resolve warnings produced in W=2 builds
Mark Rustad
1
-2
/
+2
2014-08-07
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-1
/
+1
2014-07-21
ixgbe: remove unnecessary break after return
Fabian Frederick
1
-2
/
+0
2014-06-07
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
1
-2
/
+2
2014-06-04
ixgbe: fix detection of SFP+ capable interfaces
Emil Tantilov
1
-7
/
+0
2014-05-23
ixgbe: add /* fallthrough */ comment to case statements
Jacob Keller
1
-0
/
+4
2014-05-23
ixgbe: add space between operands to &
Jacob Keller
1
-1
/
+1
2014-05-23
ixgbe: fix several concatenated strings to single line
Jacob Keller
1
-16
/
+9
2014-05-23
ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE
Jacob Keller
1
-26
/
+26
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-4
/
+4
2014-03-13
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
1
-0
/
+1
2014-03-03
ixgbe: Fix up some ethtool results when adapter is removed
Mark Rustad
1
-1
/
+8
2014-01-15
ixgbe: Additional adapter removal checks
Mark Rustad
1
-0
/
+22
2014-01-15
ixgbe: Make ethtool register test use accessors
Mark Rustad
1
-51
/
+47
2013-10-24
ixgbe: fix rx-usecs range checks for BQL
Emil Tantilov
1
-3
/
+3
2013-10-01
ixgbe: remove marketing names from busy poll code
Jacob Keller
1
-14
/
+14
2013-10-01
ixgbe: ethtool DCB registers dump for 82599 and x540
Leonardo Potenza
1
-15
/
+60
2013-09-13
ixgbe: fix ethtool reporting of supported links for SFP modules
Emil Tantilov
1
-0
/
+7
2013-09-13
ixgbe: limit setting speed to only one at a time for QSFP modules
Emil Tantilov
1
-0
/
+13
2013-09-13
ixgbe: fix ethtool loopback diagnostic with DCB enabled
Emil Tantilov
1
-0
/
+5
2013-08-29
ixgbe: add 1Gbps support for QSFP+
Emil Tantilov
1
-3
/
+0
2013-08-29
ixgbe: fix SFF data dumps of SFP+ modules from an offset
Emil Tantilov
1
-5
/
+4
2013-08-29
ixgbe: fix link test when connected to 1Gbps link partner
Emil Tantilov
1
-17
/
+10
2013-08-29
ixgbe: fix incorrect limit value in ring transverse
Don Skidmore
1
-1
/
+1
2013-07-31
ixgbe: rename LL_EXTENDED_STATS to use queue instead of q
Jacob Keller
1
-6
/
+6
2013-07-31
ixgbe: fix SFF data dumps of SFP+ modules
Emil Tantilov
1
-55
/
+18
2013-07-31
ixgbe: fix fc autoneg ethtool reporting.
Don Skidmore
1
-4
/
+5
2013-06-11
ixgbe: add extra stats for ndo_ll_poll
Eliezer Tamir
1
-0
/
+40
[next]