aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao4-62/+83
2019-10-31net: hns3: cleanup some print format warningGuojia Liao14-101/+101
2019-10-31net: hns3: add or modify some commentsGuangbin Huang3-2/+5
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang2-3/+2
2019-10-31net: hns3: cleanup a format-truncation warningGuojia Liao1-1/+2
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang7-14/+13
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao6-20/+34
2019-10-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin1-0/+3
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan4-4/+35
2019-10-21net: hns3: log and clear hardware error after reset completeJian Shen1-0/+3
2019-10-21net: hns3: do not allocate linear data for fraglist skbYunsheng Lin1-2/+1
2019-10-21net: hns3: minor cleanup for hns3_handle_rx_bd()Yunsheng Lin1-25/+13
2019-10-21net: hns3: make struct hns3_enet_ring cacheline alignedYunsheng Lin1-1/+1
2019-10-21net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin2-7/+9
2019-10-21net: hns3: minor optimization for barrier in IO pathYunsheng Lin1-3/+7
2019-10-21net: hns3: optimized MAC address in management table.Guojia Liao2-4/+3
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin4-138/+74
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-6/+58
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu6-6/+58
2019-10-08net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2-93/+168
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan6-8/+158
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu8-2/+280
2019-10-08net: hns3: add support for setting VF trustJian Shen9-40/+129
2019-10-08net: hns3: add support for spoof check settingJian Shen6-9/+140
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo5-1/+111
2019-10-07net: hns3: make array tick_array static, makes object smallerColin Ian King1-1/+1
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King1-2/+2
2019-10-02net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()Yizhuo1-1/+5
2019-09-27net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter1-1/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds28-901/+2129
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-11net: hns3: fix spelling mistake "undeflow" -> "underflow"Colin Ian King1-1/+1
2019-09-11net: hns3: add some DFX info for reset issueHuazhong Tan3-15/+30
2019-09-11net: hns3: check NULL pointer before useGuangbin Huang1-1/+2
2019-09-11net: hns3: modify some logs formatGuangbin Huang3-4/+7
2019-09-11net: hns3: fix port setting handle for fibre portGuangbin Huang1-0/+15
2019-09-11net: hns3: fix shaper parameter algorithmYonglong Liu1-7/+4
2019-09-11net: hns3: revert to old channel when setting new channel num failPeng Li1-14/+37
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang2-5/+79
2019-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-1/+1
2019-09-06net: hns3: make hclge_dbg_get_m7_stats_info staticGuojia Liao1-1/+1
2019-09-06net: hns3: disable loopback setting in hclge_mac_initYufeng Mo1-1/+33
2019-09-06net: hns3: remove explicit conversion to boolGuojia Liao1-1/+1
2019-09-06net: hns3: add client node validity judgmentPeng Li1-0/+16
2019-09-06net: hns3: fix mis-assignment to hdev->reset_level in hclge_resetHuazhong Tan1-4/+5
2019-09-06net: hns3: fix double free bug when setting ringparamHuazhong Tan1-1/+3
2019-09-06net: hns3: fix error VF index when setting VLAN offloadJian Shen1-4/+10
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-01net: hns3: remove set but not used variable 'qos'YueHaibing1-2/+1