aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-27net: hns: Restart autoneg need return failed when autoneg offYonglong Liu1-7/+9
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-08-29net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-08-07net: hns: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-26net: hns: Make many functions staticYueHaibing1-11/+13
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger1-1/+3
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng1-2/+5
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-03net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng1-71/+34
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2017-06-19net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng1-2/+14
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+1
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil1-1/+0
2017-04-03net: hns: Avoid Hip06 chip TX packet line buglipeng1-13/+11
2017-04-03net: hns: Correct HNS RSS key set functionlipeng1-5/+4
2017-04-03net: hns: bug fix of ethtool show the speedDaode Huang1-1/+1
2016-11-10net: hns: bug fix about restart auto-negotiationDaode Huang1-1/+2
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+7
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan1-0/+7
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-47/+58
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes1-18/+15
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-07-01net: hns: add media-type property for hnsKejian Yan1-3/+11
2016-06-21net: hns: add get_coalesce_range api for hnsDaode Huang1-0/+10
2016-06-21net: hns: fix the wrong speed for bondQianqian Xie1-1/+1
2016-06-21net: hns: fix ethtool loopback fail bugKejian Yan1-21/+14
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan1-1/+1
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0
2016-03-28net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng1-2/+4
2016-03-24net: hns: bug fix for return valuesQianqian Xie1-2/+2
2016-03-22net: hns: fixes a bug of RSSKejian Yan1-0/+18
2016-03-22net: hns: fix return value of the function about rssKejian Yan1-18/+6
2016-03-07net: hns: fix the bug about loopbackyankejian1-1/+14
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07phy: Use phy_read() instead of mdiobus_read()Andrew Lunn1-68/+36
2015-12-04net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS DriverSalil1-0/+93
2015-12-04net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil1-1/+1
2015-10-18net: hns: fixes the issue by using ethtool -sChenny Xu1-27/+12
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-20net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode1-0/+1230