summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2020-01-16net: hns3: pad the short frame before sending to the hardwareYunsheng Lin
2020-01-11net: hns3: refactor the notification scheme of PF resetHuazhong Tan
2020-01-11net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan
2020-01-11net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan
2020-01-11net: hns3: refactor the procedure of VF FLRHuazhong Tan
2020-01-11net: hns3: refactor the precedure of PF FLRHuazhong Tan
2020-01-11net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan
2020-01-11net: hns3: split hclge_reset() into preparing and rebuilding partHuazhong Tan
2020-01-06net: hns3: modify an unsuitable reset level for hardware errorHuazhong Tan
2020-01-06net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_t...Huazhong Tan
2020-01-06net: hns3: add protection when get SFP speed as 0Guojia Liao
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu
2020-01-06net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()Yonglong Liu
2020-01-06net: hns3: modify the IRQ name of TQP vectorYonglong Liu
2020-01-06net: hns3: re-organize vector handleYonglong Liu
2020-01-06net: hns3: add trace event support for HNS3 driverYunsheng Lin
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20net: hns3: only print misc interrupt status when handling failsHuazhong Tan
2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan
2019-12-20net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan
2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin
2019-12-20net: hns3: get FD rules location before dump in debugfsYufeng Mo
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan
2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-05net: hns3: fix VF ID issue for setting VF VLANJian Shen
2019-12-05net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin
2019-12-05net: hns3: fix for TX queue not restarted problemYunsheng Lin
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net: hns3: fix a wrong reset interrupt status maskHuazhong Tan
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta
2019-11-14net: hns3: fix ETS bandwidth validation bugYonglong Liu
2019-11-14net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin
2019-11-14net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta
2019-11-06net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan
2019-11-05net: hns3: remove unused macrosColin Ian King
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn