summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: cleanup some coding style issueHuazhong Tan2020-01-214-86/+35
* net: hns3: remove redundant print on ENOMEMHuazhong Tan2020-01-211-3/+1
* net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang2020-01-212-7/+6
* net: hns3: rewrite a log in hclge_put_vector()Yonglong Liu2020-01-211-1/+1
* net: hns3: refine the input parameter 'size' for snprintf()Guojia Liao2020-01-211-1/+1
* net: hns3: move duplicated macro definition into headerGuojia Liao2020-01-213-5/+3
* net: hns3: set VF's default reset_type to HNAE3_NONE_RESETHuazhong Tan2020-01-211-0/+2
* net: hns3: do not reuse pfmemalloc pagesYunsheng Lin2020-01-211-2/+8
* net: hns3: limit the error logging in the hns3_clean_tx_ring()Yunsheng Lin2020-01-211-2/+2
* net: hns3: replace snprintf with scnprintf in hns3_update_stringsChen Zhou2020-01-211-3/+2
* net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_readChen Zhou2020-01-211-2/+2
* 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-222-2/+2
|\|
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
* | net: hns3: only print misc interrupt status when handling failsHuazhong Tan2019-12-201-3/+6
* | net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan2019-12-201-1/+6
* | net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan2019-12-201-0/+3
* | net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin2019-12-201-0/+32
* | net: hns3: get FD rules location before dump in debugfsYufeng Mo2019-12-201-7/+67
* | net: hns3: optimization for CMDQ uninitializationHuazhong Tan2019-12-202-15/+3
* | net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan2019-12-203-13/+0
* | net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin2019-12-201-33/+13
* | net: hns3: do not schedule the periodic task when reset failGuojia Liao2019-12-164-2/+13
* | net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2019-12-162-6/+24
* | net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2019-12-162-96/+88
* | net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin2019-12-164-73/+118
* | net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2019-12-162-27/+15
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-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-221-1/+1
|\
| * net: hns3: fix a wrong reset interrupt status maskHuazhong Tan2019-11-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-163-9/+31
|\|