aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-13/+1
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
2021-03-26net: hns3: remove unused code of vmdqJian Shen1-1/+0
2021-02-12net: hns3: refactor out hclgevf_set_rss_tuple()Huazhong Tan1-15/+32
2021-02-12net: hns3: split out hclgevf_cmd_send()Yufeng Mo1-60/+81
2021-02-12net: hns3: refactor out hclgevf_get_rss_tuple()Jian Shen1-25/+42
2021-02-12net: hns3: refactor out hclgevf_cmd_convert_err_code()Peng Li1-28/+27
2021-02-09net: hns3: cleanup for endian issue for VF RSSJian Shen2-8/+13
2021-02-09net: hns3: remove unused macro definitionPeng Li1-1/+0
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang1-2/+2
2021-02-09net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo1-2/+2
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo3-1/+8
2021-02-06net: hns3: RSS indirection table use device specificationGuangbin Huang2-17/+32
2021-02-06net: hns3: add api capability bits for firmwareJian Shen2-1/+15
2021-01-05net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2-3/+8
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-10/+11