aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen1-1/+1
2022-03-26net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang1-2/+2
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang1-2/+2
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-03-13net: hns3: add ioctl support for imp-controlled PHYsGuangbin Huang1-0/+39
2020-05-30net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan1-1/+1
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-1/+1
2019-08-18net: hns3: add phy_attached_info() to the hns3 driverYonglong Liu1-0/+2
2019-06-28net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu1-0/+7
2019-06-14net: hns3: some variable modificationWeihang Li1-4/+4
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen1-0/+3
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen1-1/+7
2019-02-21net: hns3: fix port info query issue for copper portJian Shen1-15/+2
2019-01-30net: hns3: Fix NULL deref when unloading driverHuazhong Tan1-2/+6
2018-12-18net: hns3: synchronize speed and duplex from phy when phy link upPeng Li1-0/+4
2018-12-18net: hns3: remove 1000M/half support of phyFuyun Liang1-1/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-2/+11
2018-10-31net: hns3: bugfix for hclge_mdio_write and hclge_mdio_readHuazhong Tan1-2/+2
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-3/+1
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-08-14net: hns3: Fix for phy link issue when using marvell phy driverJian Shen1-0/+2
2018-08-14net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang1-4/+21
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-19/+19
2018-05-01net: hns3: fix for phy_addr error in hclge_mac_mdio_configHuazhong Tan1-2/+5
2018-03-26net: hns3: never send command queue message to IMP when resetPeng Li1-0/+6
2017-12-27net: hns3: add Asym Pause support to phy default featuresFuyun Liang1-0/+1
2017-12-27net: hns3: add support to update flow control settings after autonegPeng Li1-0/+4
2017-11-03net: hns3: fix a bug for phy supported feature initializationFuyun Liang1-0/+10
2017-08-30net: hns3: Fixes the wrong IS_ERR check on the returned phydev valueSalil Mehta1-1/+1
2017-08-03net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil1-0/+213