aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-10net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo2-0/+41
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2-6/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang2-0/+4
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-10-20net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky1-3/+0
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+34
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-13/+1
2021-09-20net: hns3: fix change RSS 'hfunc' ineffective issueJian Shen1-18/+34
2021-09-13net: hns3: fix the timing issue of VF clearing interrupt sourcesJiaran Zhang1-3/+3
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng1-1/+1
2021-08-28net: hns3: remove unnecessary "static" of local variables in functionHao Chen1-1/+1
2021-08-28net: hns3: refactor function hclgevf_parse_capability()Guangbin Huang2-13/+20
2021-08-27net: hns3: merge some repetitive macrosPeng Li3-31/+22
2021-08-27net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li1-48/+55
2021-08-27net: hns3: remove redundant param to simplify codePeng Li1-3/+1
2021-08-27net: hns3: use memcpy to simplify codePeng Li1-7/+2
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li2-13/+0
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+25
2021-08-26net: hns3: fix GRO configuration error after resetYufeng Mo2-5/+16
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu2-2/+2
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo2-1/+7
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo1-0/+1
2021-08-14net: hns3: remove always exist devlink pointer checkLeon Romanovsky1-7/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-3/+4
2021-07-26net: hns3: add devlink reload support for VFHao Chen1-0/+71
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo5-1/+81
2021-07-20net: hns3: fix rx VLAN offload state inconsistent issueJian Shen1-0/+10
2021-07-20net: hns3: add match_id to check mailbox response from PF to VFPeng Li1-0/+19
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_main.cBaokun Li1-6/+3
2021-05-31net: hns3: add support for VF modify VLAN filter stateJian Shen1-0/+17
2021-05-31net: hns3: add query basic info support for VFJian Shen2-13/+21
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan4-0/+21
2021-04-19net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.cHuazhong Tan1-1/+1
2021-04-19net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_statsHuazhong Tan1-2/+2
2021-04-15net: hns3: VF not request link status when PF support push link status featureGuangbin Huang3-3/+12
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta1-2/+2
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang1-12/+15
2021-04-06net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-03-29net: hns3: expand the tc config commandGuojia Liao2-2/+8
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo1-17/+42
2021-03-26net: hns3: remove redundant blank linesPeng Li2-3/+0