summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
AgeCommit message (Expand)AuthorFilesLines
2023-05-30net: hns3: fix reset delay time to avoid configuration timeoutJie Wang1-1/+4
2023-01-14net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2
2022-02-01net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2021-12-22net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-01net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-18net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-10-27net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-09-30net: hns3: fix change RSS 'hfunc' ineffective issueJian Shen1-18/+34
2021-09-22net: hns3: fix the timing issue of VF clearing interrupt sourcesJiaran Zhang1-3/+3
2021-09-03net: hns3: add waiting time before cmdq memory is releasedYufeng Mo2-1/+7
2021-07-28net: hns3: fix rx VLAN offload state inconsistent issueJian Shen1-0/+10
2021-04-14net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-01-17net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2-3/+8
2020-10-27net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-09-29net: hns3: Add RoCE VF reset supportHuazhong Tan2-0/+51
2020-09-27net: hns3: add a check for device specifications queried from firmwareGuangbin Huang1-0/+13
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang2-0/+79
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang2-5/+43
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang2-4/+14
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang3-25/+27
2020-09-25net: hns3: rename macro of pci device id of vfGuangbin Huang1-2/+3
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-09net: hns3: skip periodic service task if reset failedGuangbin Huang1-0/+3
2020-09-09net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao1-4/+6
2020-07-28net: hns3: add reset check for VF updating port based VLANJian Shen1-9/+21
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-05-31net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan1-2/+1
2020-05-31net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan1-1/+1
2020-05-31net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan1-3/+0
2020-05-29net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2-6/+4
2020-05-29net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2-3/+3
2020-05-28net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen1-11/+18
2020-04-26net: hns3: refactor the promisc mode settingJian Shen2-0/+27
2020-04-26net: hns3: refactor the MAC address configureJian Shen2-28/+310
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo3-0/+95
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-25/+29
2020-03-30net: hns3: fix RSS config lost after VF reset.Guojia Liao1-24/+28
2020-03-30net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin1-1/+1
2020-03-22net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan1-2/+3
2020-03-22net: hns3: refactor the mailbox message between PF and VFYufeng Mo3-164/+191
2020-03-22net: hns3: add a conversion for mailbox's response codeJian Shen1-1/+6
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+3
2020-03-10net: hns3: print out status register when VF receives unknown source interruptHuazhong Tan1-1/+4
2020-01-21net: hns3: cleanup some coding style issueHuazhong Tan1-20/+8
2020-01-21net: hns3: delete unnecessary blank line and space for cleanupGuangbin Huang1-4/+3