aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-2/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+5
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10
2021-05-25net: hns: Fix kernel-docYang Li1-3/+3
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan1-1/+0
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan1-1/+1
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck1-66/+37
2020-12-28net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-4/+4
2020-09-16net: hns: kerneldoc fixesLu Wei1-20/+20
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2019-06-02net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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