summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-0/+6
|\
| * net: hns3: pad the short frame before sending to the hardwareYunsheng Lin2020-01-161-0/+6
* | net: hns3: refactor the notification scheme of PF resetHuazhong Tan2020-01-111-23/+19
* | net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan2020-01-111-20/+9
* | net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan2020-01-111-1/+2
* | net: hns3: refactor the procedure of VF FLRHuazhong Tan2020-01-113-65/+55
* | net: hns3: refactor the precedure of PF FLRHuazhong Tan2020-01-112-43/+43
* | net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan2020-01-111-42/+39
* | net: hns3: split hclge_reset() into preparing and rebuilding partHuazhong Tan2020-01-111-25/+34
* | net: hns3: modify an unsuitable reset level for hardware errorHuazhong Tan2020-01-061-2/+2
* | net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_t...Huazhong Tan2020-01-062-1/+4
* | net: hns3: add protection when get SFP speed as 0Guojia Liao2020-01-061-0/+6
* | net: hns3: modify the IRQ name of misc vectorsYonglong Liu2020-01-065-4/+10
* | net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()Yonglong Liu2020-01-061-1/+1
* | net: hns3: modify the IRQ name of TQP vectorYonglong Liu2020-01-061-9/+12
* | net: hns3: re-organize vector handleYonglong Liu2020-01-061-48/+52
* | net: hns3: add trace event support for HNS3 driverYunsheng Lin2020-01-064-2/+172
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-232-2/+2
|\|
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
* | net: hns3: only print misc interrupt status when handling failsHuazhong Tan2019-12-211-3/+6
* | net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan2019-12-211-1/+6
* | net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan2019-12-211-0/+3
* | net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin2019-12-211-0/+32
* | net: hns3: get FD rules location before dump in debugfsYufeng Mo2019-12-211-7/+67
* | net: hns3: optimization for CMDQ uninitializationHuazhong Tan2019-12-212-15/+3
* | net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan2019-12-213-13/+0
* | net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin2019-12-211-33/+13
* | net: hns3: do not schedule the periodic task when reset failGuojia Liao2019-12-174-2/+13
* | net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2019-12-172-6/+24
* | net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2019-12-172-96/+88
* | net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin2019-12-174-73/+118
* | net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2019-12-172-27/+15
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* net: hns3: fix VF ID issue for setting VF VLANJian Shen2019-12-051-12/+6
* net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin2019-12-051-13/+6
* net: hns3: fix for TX queue not restarted problemYunsheng Lin2019-12-051-12/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-231-1/+1
|\
| * net: hns3: fix a wrong reset interrupt status maskHuazhong Tan2019-11-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-173-9/+31
|\|
| * net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta2019-11-161-5/+0
| * net: hns3: fix ETS bandwidth validation bugYonglong Liu2019-11-151-1/+1
| * net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin2019-11-151-1/+16
| * net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang2019-11-151-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-098-8/+24
|\|
| * net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan2019-11-071-1/+17
| * net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-067-7/+7
* | net: hns3: remove unused macrosColin Ian King2019-11-062-4/+0
* | net: hns3: cleanup byte order issues when printedGuojia Liao2019-10-314-62/+83
* | net: hns3: cleanup some print format warningGuojia Liao2019-10-3114-101/+101
* | net: hns3: add or modify some commentsGuangbin Huang2019-10-313-2/+5