summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu2022-04-251-1/+5
* net: hns3: add return value for mailbox handling in PFJian Shen2022-04-251-10/+12
* net: hns3: add validity check for message data lengthJian Shen2022-04-251-0/+7
* net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang2022-04-251-1/+1
* net: hns3: fix error log of tx/rx tqps statsPeng Li2022-04-251-2/+2
* net: hns3: align the debugfs output to the leftHao Chen2022-04-251-42/+42
* net: hns3: clear inited state and stop client after failed to register netdevJian Shen2022-04-251-0/+9
* net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang2022-03-311-3/+3
* net: hns3: fix the concurrency between functions reading debugfsYufeng Mo2022-03-313-5/+12
* net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang2022-03-261-2/+2
* net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen2022-03-261-3/+9
* net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen2022-03-261-3/+5
* net: hns3: clean residual vf config after disable sriovPeng Li2022-03-263-0/+71
* net: hns3: add max order judgement for tx spare bufferHao Chen2022-03-261-0/+6
* net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-262-9/+14
* net: hns3: refine the process when PF set VF VLANJian Shen2022-03-252-5/+18
* net: hns3: add vlan list lock to protect vlan listJian Shen2022-03-252-4/+35
* net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2022-03-252-19/+46
* net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen2022-03-251-3/+2
* net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King2022-03-161-1/+1
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-2/+2
* net: hns3: Remove unused inline function hclge_is_reset_pending()YueHaibing2022-02-161-5/+0
* net: hns3: add support for TX push modeYufeng Mo2022-02-078-8/+118
* net: hns3: handle empty unknown interrupt for VFYufeng Mo2022-01-251-2/+1
* net: hns3: create new common cmd code for PF and VF modulesJie Wang2022-01-057-329/+279
* net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2022-01-052-134/+11
* net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang2022-01-052-156/+17
* net: hns3: create new set of common tqp stats APIs for PF and VF reuseJie Wang2022-01-054-2/+161
* net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2022-01-052-176/+25
* net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang2022-01-052-131/+11
* net: hns3: create new set of common rss init APIs for PF and VF reuseJie Wang2022-01-053-5/+213
* net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang2022-01-053-293/+42
* net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang2022-01-053-298/+36
* net: hns3: create new set of common rss set APIs for PF and VF moduleJie Wang2022-01-053-1/+230
* net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2022-01-052-99/+24
* net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang2022-01-055-160/+67
* net: hns3: create new set of common rss get APIs for PF and VF rss moduleJie Wang2022-01-053-2/+197
* net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang2022-01-054-53/+38
* net: hns3: create new rss common structure hclge_comm_rss_cfgJie Wang2022-01-051-0/+34
* net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang2021-12-315-66/+42
* net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang2021-12-315-204/+36
* net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang2021-12-315-197/+27
* net: hns3: create common cmdq init and uninit APIsJie Wang2021-12-312-0/+163
* net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2021-12-312-231/+19
* net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang2021-12-315-323/+63
* net: hns3: create common cmdq resource allocate/free/query APIsJie Wang2021-12-312-1/+311
* net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-315-360/+82
* net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-318-373/+100
* net: hns3: create new set of unified hclge_comm_cmd_send APIsJie Wang2021-12-312-0/+325
* net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang2021-12-314-35/+28