summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Fix kernel-docYang Li2021-05-251-3/+3
* net: hns3: check the return of skb_checksum_help()Yunsheng Lin2021-05-181-7/+3
* net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-182-85/+63
* net: hns3: put off calling register_netdev() until client initialize completeJian Shen2021-05-181-8/+8
* net: hns3: fix incorrect resp_msg issueJiaran Zhang2021-05-181-1/+3
* net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo2021-04-301-0/+2
* net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo2021-04-301-0/+6
* net: hns3: use netif_tx_disable to stop the transmit queuePeng Li2021-04-301-1/+1
* net: hns3: fix for vxlan gpe tx checksum bugHao Chen2021-04-301-2/+3
* net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen2021-04-291-0/+5
* net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo2021-04-291-1/+1
* net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2021-04-292-2/+4
* net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.cHuazhong Tan2021-04-191-1/+1
* net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_statsHuazhong Tan2021-04-191-2/+2
* net: hns3: remove a duplicate pf reset countingHuazhong Tan2021-04-191-2/+0
* net: hns3: VF not request link status when PF support push link status featureGuangbin Huang2021-04-153-3/+12
* net: hns3: PF add support for pushing link status to VFsGuangbin Huang2021-04-154-8/+43
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-10/+4
* net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King2021-04-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-9/+8
|\
| * net: hns3: Trivial spell fix in hns3 driverSalil Mehta2021-04-092-3/+3
| * net: hns3: clear VF down state bit before request link statusGuangbin Huang2021-04-061-2/+2
| * net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta2021-04-051-1/+3
| * net: hns3: Remove the left over redundant check & assignmentSalil Mehta2021-04-051-3/+0
* | net: hns3: add suspend and resume pm_opsJiaran Zhang2021-04-082-0/+31
* | net: hns3: change flr_prepare/flr_done function namesJiaran Zhang2021-04-084-30/+37
* | net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta2021-04-051-1/+2
* | net: hns: Fix some typosLu Wei2021-04-011-3/+3
* | net: hns3: add stats logging when skb padding failsYunsheng Lin2021-03-291-0/+5
* | net: hns3: expand the tc config commandGuojia Liao2021-03-292-2/+8
* | net: hns3: add tx send size handling for tso skbYunsheng Lin2021-03-292-8/+24
* | net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-293-41/+78
* | net: hns3: optimize the process of queue resetYufeng Mo2021-03-297-109/+182
* | net: hns3: remove the rss_size limitation by vector numJian Shen2021-03-291-9/+0
* | net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang2021-03-291-7/+20
* | net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()Jian Shen2021-03-291-1/+1
* | net: hns3: fix missing rule state assignmentJian Shen2021-03-291-3/+4
* | net: hns3: no return statement in hclge_clear_arfs_rulesLiu Jian2021-03-281-1/+1
* | net: hns3: split out hclge_tm_vport_tc_info_update()Guojia Liao2021-03-261-2/+9
* | net: hns3: split function hclge_reset_rebuild()Yufeng Mo2021-03-261-10/+16
* | net: hns3: fix some typos in hclge_main.cHuazhong Tan2021-03-261-3/+3
* | net: hns3: fix prototype warningHuazhong Tan2021-03-261-1/+1
* | net: hns3: remove unused parameter from hclge_dbg_dump_loopback()Huazhong Tan2021-03-261-3/+2
* | net: hns3: remove unused parameter from hclge_set_vf_vlan_common()Peng Li2021-03-261-4/+2
* | net: hns3: remove redundant query in hclge_config_tm_hw_err_int()Jiaran Zhang2021-03-261-7/+1
* | net: hns3: remove redundant blank linesPeng Li2021-03-266-18/+0
* | net: hns3: remove unused code of vmdqJian Shen2021-03-264-149/+96
* | net: hns: remove redundant variable initializationYonglong Liu2021-03-247-17/+17
* | net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu2021-03-241-1/+1
* | net: hns: remove unused HNS_LED_PC_REGHuazhong Tan2021-03-241-1/+0