summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-08-28net: hns3: add required space in commentHao Chen4-4/+4
2021-08-28net: hns3: remove unnecessary "static" of local variables in functionHao 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 hclgevf_parse_capability()Guangbin Huang2-13/+20
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: uniform type of function parameter cmdHao Chen1-3/+2
2021-08-27net: hns3: merge some repetitive macrosPeng Li6-63/+44
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-27net: hns3: add hns3_state_init() to do state initializationHuazhong Tan1-10/+19
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang2-18/+31
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-34/+90
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 Mo4-10/+30
2021-08-26net: hns3: change the method of getting cmd index in debugfsYufeng Mo2-7/+8
2021-08-26net: hns3: fix duplicate node in VLAN listGuojia Liao1-1/+5
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu3-3/+3
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo4-2/+13
2021-08-26net: hns3: clear hardware resource when loading driverYufeng Mo2-0/+29
2021-08-24net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo3-4/+23
2021-08-24net: hns3: add support for EQE/CQE mode configurationYufeng Mo5-2/+58
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo3-6/+22
2021-08-19net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-11/+13
2021-08-17net: hns3: add support ethtool extended link stateGuangbin Huang5-0/+101
2021-08-17net: hns3: add header file hns3_ethtoo.hGuangbin Huang2-15/+26
2021-08-14net: hns3: remove always exist devlink pointer checkLeon Romanovsky2-14/+2
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-12net: hns3: add support for triggering reset by ethtoolYufeng Mo4-0/+68
2021-08-10net: hns3: support skb's frag page recycling based on page poolYunsheng Lin3-5/+78
2021-08-09devlink: Set device as early as possibleLeon Romanovsky2-5/+6
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-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann3-3/+3
2021-07-26net: hns3: add devlink reload support for VFHao Chen1-0/+71
2021-07-26net: hns3: add devlink reload support for PFHao Chen1-0/+70
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo1-0/+30
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 VFYufeng Mo5-1/+81
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo6-2/+82
2021-07-20net: hns3: fix rx VLAN offload state inconsistent issueJian Shen1-0/+10
2021-07-20net: hns3: disable port VLAN filter when support function level VLAN filter c...Jian Shen1-2/+6
2021-07-20net: hns3: add match_id to check mailbox response from PF to VFPeng Li2-0/+20
2021-07-20net: hns3: fix possible mismatches resp of mailboxChengwen Feng2-2/+5
2021-07-19net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap1-3/+3
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen3-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen5-2/+62