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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
/
hisilicon
/
hns
/
hns_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
net: hns: Restart autoneg need return failed when autoneg off
Yonglong Liu
1
-7
/
+9
2018-08-30
net: hns: add netif_carrier_off before change speed and duplex
Peng Li
1
-0
/
+2
2018-08-08
net: hns: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-26
net: hns: Make many functions static
YueHaibing
1
-11
/
+13
2018-03-18
net: hns: Fix ethtool private flags
Matthias Brugger
1
-1
/
+3
2017-08-03
net: hns: Add self-adaptive interrupt coalesce support in hns driver
Lin Yun Sheng
1
-2
/
+5
2017-07-20
hns: remove useless void cast
stephen hemminger
1
-1
/
+1
2017-07-03
net: hns: Use phy_driver to setup Phy loopback
Lin Yun Sheng
1
-71
/
+34
2017-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+14
2017-06-19
net/hns:bugfix of ethtool -t phy self_test
Lin Yun Sheng
1
-2
/
+14
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
1
-1
/
+1
2017-04-04
net: hns: Some checkpatch.pl script & warning fixes
Salil
1
-1
/
+0
2017-04-04
net: hns: Avoid Hip06 chip TX packet line bug
lipeng
1
-13
/
+11
2017-04-04
net: hns: Correct HNS RSS key set function
lipeng
1
-5
/
+4
2017-04-04
net: hns: bug fix of ethtool show the speed
Daode Huang
1
-1
/
+1
2016-11-10
net: hns: bug fix about restart auto-negotiation
Daode Huang
1
-1
/
+2
2016-10-14
Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...
Linus Torvalds
1
-0
/
+7
2016-10-03
net: hns: fix port not available after testing loopback
Kejian Yan
1
-0
/
+7
2016-09-22
net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-47
/
+58
2016-09-22
net: ethernet: hisilicon: hns: use phydev from struct net_device
Philippe Reynes
1
-18
/
+15
2016-08-31
net: hisilicon: constify ethtool_ops structures
Julia Lawall
1
-1
/
+1
2016-07-01
net: hns: add media-type property for hns
Kejian Yan
1
-3
/
+11
2016-06-21
net: hns: add get_coalesce_range api for hns
Daode Huang
1
-0
/
+10
2016-06-21
net: hns: fix the wrong speed for bond
Qianqian Xie
1
-1
/
+1
2016-06-21
net: hns: fix ethtool loopback fail bug
Kejian Yan
1
-21
/
+14
2016-06-05
net: hns: add uniform interface for phy connection
Kejian Yan
1
-1
/
+1
2016-05-23
net: hns: avoid null pointer dereference
xypron.glpk@gmx.de
1
-11
/
+0
2016-03-28
net: hns: set-coalesce-usecs returns errno by dsaf.ko
Lisheng
1
-2
/
+4
2016-03-24
net: hns: bug fix for return values
Qianqian Xie
1
-2
/
+2
2016-03-22
net: hns: fixes a bug of RSS
Kejian Yan
1
-0
/
+18
2016-03-22
net: hns: fix return value of the function about rss
Kejian Yan
1
-18
/
+6
2016-03-07
net: hns: fix the bug about loopback
yankejian
1
-1
/
+14
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+1
2016-01-07
phy: Use phy_read() instead of mdiobus_read()
Andrew Lunn
1
-68
/
+36
2015-12-04
net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS Driver
Salil
1
-0
/
+93
2015-12-04
net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem
Salil
1
-1
/
+1
2015-10-19
net: hns: fixes the issue by using ethtool -s
Chenny Xu
1
-27
/
+12
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-09-21
net: add Hisilicon Network Subsystem basic ethernet support
huangdaode
1
-0
/
+1230