aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger4-4/+6
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang2-0/+13
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang1-0/+2
2018-01-22net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta1-2/+2
2018-01-22net: hns3: add net status led support for fiber portJian Shen3-0/+113
2018-01-22net: hns3: add ethtool -p support for fiber portJian Shen4-0/+104
2018-01-22net: hns3: add manager table initialization for hardwareFuyun Liang2-0/+123
2018-01-22net: hns3: add support for get_regsFuyun Liang4-1/+205
2018-01-22net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2-21/+38
2018-01-12net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen1-2/+4
2018-01-12net: hns3: add feature check when feature changedJian Shen1-12/+15
2018-01-12net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang3-0/+21
2018-01-12net: hns3: change the unit of GL value macroFuyun Liang1-4/+4
2018-01-12net: hns3: remove unused GL setup functionFuyun Liang1-12/+0
2018-01-12net: hns3: refactor GL update functionFuyun Liang1-19/+16
2018-01-12net: hns3: refactor interrupt coalescing init functionFuyun Liang1-9/+20
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang3-4/+188
2018-01-12net: hns3: add ethtool_ops.get_coalesce support to PFFuyun Liang3-0/+40
2018-01-12net: hns3: remove TSO config command from VF driverPeng Li2-28/+0
2018-01-12net: hns3: add ethtool_ops.get_channels support for VFPeng Li2-0/+31
2018-01-10net: hns3: report the function type the same line with hns3_nic_get_stats64Peng Li1-2/+2
2018-01-10Revert "net: hns3: Add packet statistics of netdev"Peng Li1-79/+1
2018-01-08net: hns3: Add more packet size statiscticsJian Shen2-7/+56
2018-01-08net: hns3: remove redundant semicolonPeng Li1-1/+1
2018-01-08net: hns3: fix for not setting pause parametersFuyun Liang3-7/+98
2018-01-08net: hns3: add MTU initialization for hardwareFuyun Liang1-2/+20
2018-01-08net: hns3: fix for changing MTUFuyun Liang1-0/+2
2018-01-08net: hns3: fix for setting MTUFuyun Liang3-5/+16
2018-01-08net: hns3: fix for updating fc_mode_last_timeFuyun Liang1-9/+6
2018-01-08net: hns3: Fix a response data read error of tqp statistics queryJian Shen2-4/+4
2018-01-08net: hns3: Add packet statistics of netdevJian Shen1-1/+79
2018-01-08net: hns3: Remove a useless member of struct hns3_statsJian Shen1-3/+1
2018-01-08net: hns3: Fix an error macro definition of HNS3_TQP_STATJian Shen1-1/+2
2018-01-08net: hns3: Fix a loop index error of tqp statistics queryJian Shen1-5/+5
2018-01-08net: hns3: Fix an error of total drop packet statisticsJian Shen1-2/+9
2018-01-08net: hns3: Mask the packet statistics query when NIC is downJian Shen1-0/+8
2018-01-08net: hns3: Modify the update period of packet statisticsJian Shen3-1/+17
2018-01-08net: hns3: Remove repeat statistic of rx_errorsJian Shen1-1/+0
2018-01-08net: hns3: Fix spelling errorsJian Shen2-9/+9
2018-01-08net: hns3: Unify the strings display of packet statisticsJian Shen4-66/+69
2018-01-08net: hns3: Disable VFs change rxvlan offload statusJian Shen1-2/+3
2018-01-08net: hns3: Add ethtool interface for vlan filterJian Shen3-3/+25
2018-01-02net: hns: add ACPI mode support for ethtool -pJian Shen2-2/+57
2017-12-27net: hns3: hns3_get_channels() can be statickbuild test robot1-2/+2
2017-12-27net: hns3: change TM sched mode to TC-based mode when SRIOV enabledPeng Li1-4/+1
2017-12-27net: hns3: Increase the default depth of bucket for TM shaperPeng Li1-2/+2
2017-12-27net: hns3: add support for querying advertised pause frame by ethtool ethxPeng Li3-0/+32
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 Li3-0/+41
2017-12-27net: hns3: add support for set_pauseparamPeng Li4-1/+98