summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-0/+4
|\
| * net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-08-301-0/+2
* net: hns: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: hns: Make many functions staticYueHaibing2018-07-261-11/+13
* net: hns: Fix ethtool private flagsMatthias Brugger2018-03-181-1/+3
* net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng2017-08-031-2/+5
* hns: remove useless void caststephen hemminger2017-07-201-1/+1
* net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-031-71/+34Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+14
|\
| * net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng2017-06-191-2/+14
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+1
|/
* net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-031-1/+0Star
* net: hns: Avoid Hip06 chip TX packet line buglipeng2017-04-031-13/+11Star
* net: hns: Correct HNS RSS key set functionlipeng2017-04-031-5/+4Star
* net: hns: bug fix of ethtool show the speedDaode Huang2017-04-031-1/+1
* net: hns: bug fix about restart auto-negotiationDaode Huang2016-11-101-1/+2
* Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-141-0/+7
|\
| * net: hns: fix port not available after testing loopbackKejian Yan2016-10-031-0/+7
* | net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-221-47/+58
* | net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-221-18/+15Star
* | net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
|/
* net: hns: add media-type property for hnsKejian Yan2016-07-011-3/+11
* net: hns: add get_coalesce_range api for hnsDaode Huang2016-06-211-0/+10
* net: hns: fix the wrong speed for bondQianqian Xie2016-06-211-1/+1
* net: hns: fix ethtool loopback fail bugKejian Yan2016-06-211-21/+14Star
* net: hns: add uniform interface for phy connectionKejian Yan2016-06-051-1/+1
* net: hns: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-231-11/+0Star
* net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng2016-03-281-2/+4
* net: hns: bug fix for return valuesQianqian Xie2016-03-241-2/+2
* net: hns: fixes a bug of RSSKejian Yan2016-03-221-0/+18
* net: hns: fix return value of the function about rssKejian Yan2016-03-221-18/+6Star
* net: hns: fix the bug about loopbackyankejian2016-03-071-1/+14
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* phy: Use phy_read() instead of mdiobus_read()Andrew Lunn2016-01-071-68/+36Star
* net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS DriverSalil2015-12-041-0/+93
* net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil2015-12-041-1/+1
* net: hns: fixes the issue by using ethtool -sChenny Xu2015-10-191-27/+12Star
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0Star
* net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode2015-09-211-0/+1230