aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-13/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+15
2021-09-14net: hns3: PF support get multicast MAC address space assigned by firmwareGuangbin Huang4-7/+36
2021-09-14net: hns3: PF support get unicast MAC address space assigned by firmwareGuangbin Huang2-4/+11
2021-09-13net: hns3: fix the exception when query imp infoJiaran Zhang1-0/+4
2021-09-13net: hns3: disable mac in flr processYufeng Mo1-2/+3
2021-09-13net: hns3: change affinity_mask to numa node rangeYufeng Mo1-6/+8
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng1-1/+1
2021-08-31net: hns3: remove unnecessary spacesHao Chen1-1/+1
2021-08-31net: hns3: add some required spacesHao Chen1-11/+11
2021-08-31net: hns3: clean up a type mismatch warningGuojia Liao1-1/+8
2021-08-30net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen1-1/+1
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang1-28/+42
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang1-12/+35
2021-08-30net: hns3: initialize each member of structure array on a separate lineJiaran Zhang1-549/+1116
2021-08-28net: hns3: add required space in commentHao Chen2-2/+2
2021-08-28net: hns3: don't config TM DWRR twice when set ETSGuangbin Huang1-3/+1
2021-08-28net: hns3: add new function hclge_get_speed_bit()Guangbin Huang2-31/+35
2021-08-28net: hns3: refactor function hclge_parse_capability()Guangbin Huang2-29/+28
2021-08-28net: hns3: add trace event in hclge_gen_resp_to_vf()Yufeng Mo1-0/+2
2021-08-27net: hns3: merge some repetitive macrosPeng Li3-32/+22
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang2-18/+31
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-19/+57
2021-08-26net: hns3: fix get wrong pfc_en when query PFC configurationGuangbin Huang1-11/+2
2021-08-26net: hns3: fix GRO configuration error after resetYufeng Mo2-5/+14
2021-08-26net: hns3: fix duplicate node in VLAN listGuojia Liao1-1/+5
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu1-1/+1
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo2-1/+6
2021-08-26net: hns3: clear hardware resource when loading driverYufeng Mo2-0/+29
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo1-0/+1
2021-08-19net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-11/+13
2021-08-16net: hns3: add support ethtool extended link stateGuangbin Huang2-0/+27
2021-08-14net: hns3: remove always exist devlink pointer checkLeon Romanovsky1-7/+1
2021-08-11net: hns3: add support for triggering reset by ethtoolYufeng Mo2-0/+7
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+37
2021-07-27net: hns3: change the method of obtaining default ptp cycleYufeng Mo2-9/+37
2021-07-26net: hns3: add devlink reload support for PFHao Chen1-0/+70
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo5-2/+81
2021-07-20net: hns3: disable port VLAN filter when support function level VLAN filter controlJian Shen1-2/+6
2021-07-20net: hns3: fix possible mismatches resp of mailboxChengwen Feng1-0/+1
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen1-0/+34
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen3-2/+54
2021-06-21net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error_info_log()'Christophe JAILLET1-2/+4
2021-06-21net: hns3: fix a double shift bugDan Carpenter1-3/+3
2021-06-21net: hns3: fix different snprintf() limitDan Carpenter1-3/+1
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan3-0/+18
2021-06-11net: hns3: add debugfs support for ptp infoHuazhong Tan1-0/+55
2021-06-11net: hns3: add support for PTPHuazhong Tan6-4/+747