summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang
2022-03-31net: hns3: fix the concurrency between functions reading debugfsYufeng Mo
2022-03-26net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang
2022-03-26net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen
2022-03-26net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li
2022-03-26net: hns3: add max order judgement for tx spare bufferHao Chen
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen
2022-03-25net: hns3: add vlan list lock to protect vlan listJian Shen
2022-03-25net: hns3: fix port base vlan add fail when concurrent with resetJian Shen
2022-03-25net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen
2022-03-16net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-02-16net: hns3: Remove unused inline function hclge_is_reset_pending()YueHaibing
2022-02-07net: hns3: add support for TX push modeYufeng Mo
2022-01-25net: hns3: handle empty unknown interrupt for VFYufeng Mo
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang
2022-01-05net: hns3: create new set of common tqp stats APIs for PF and VF reuseJie Wang
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang
2022-01-05net: hns3: create new set of common rss init APIs for PF and VF reuseJie Wang
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang
2022-01-05net: hns3: create new set of common rss set APIs for PF and VF moduleJie Wang
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang
2022-01-05net: hns3: create new set of common rss get APIs for PF and VF rss moduleJie Wang
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang
2022-01-05net: hns3: create new rss common structure hclge_comm_rss_cfgJie Wang
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang
2021-12-31net: hns3: create common cmdq init and uninit APIsJie Wang
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang
2021-12-31net: hns3: create common cmdq resource allocate/free/query APIsJie Wang
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang
2021-12-31net: hns3: create new set of unified hclge_comm_cmd_send APIsJie Wang
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang
2021-12-31net: hns3: create new cmdq hardware description structure hclge_comm_hwJie Wang
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-12net: hns3: fix race condition in debugfsYufeng Mo
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang
2021-12-07net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King
2021-12-06Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang