summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-06-01net: hns3: add debugfs support for vlan configurationJian Shen6-12/+322
2021-06-01net: hns3: add support for VF modify VLAN filter stateJian Shen5-2/+22
2021-06-01net: hns3: add query basic info support for VFJian Shen5-20/+45
2021-06-01net: hns3: add support for modify VLAN filter stateJian Shen9-54/+214
2021-06-01net: hns3: refine function hclge_set_vf_vlan_cfg()Jian Shen2-24/+22
2021-06-01net: hns3: remove unnecessary updating port based VLANJian Shen1-9/+0
2021-06-01net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen3-9/+8
2021-06-01net: hns3: add 'QoS' support for port based VLAN configurationJian Shen1-28/+63
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-101/+77
2021-05-26net: hns: Fix kernel-docYang Li1-3/+3
2021-05-26net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan3-125/+73
2021-05-24net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...Jian Shen2-7/+6
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen3-46/+42
2021-05-21net: hns3: Fix return of uninitialized variable retColin Ian King1-0/+1
2021-05-21net: hns3: remove the useless debugfs file node cmdYufeng Mo5-119/+0
2021-05-21net: hns3: refactor dump serv info of debugfsYufeng Mo4-14/+35
2021-05-21net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang3-12/+24
2021-05-21net: hns3: refactor dump qs shaper of debugfsGuangbin Huang4-86/+76
2021-05-21net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang3-80/+115
2021-05-21net: hns3: refactor dump qos pri map of debugfsGuangbin Huang3-18/+36
2021-05-21net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang3-14/+25
2021-05-21net: hns3: refactor dump tc of debugfsGuangbin Huang3-27/+37
2021-05-21net: hns3: refactor dump tm of debugfsGuangbin Huang6-206/+257
2021-05-21net: hns3: refactor dump tm map of debugfsGuangbin Huang5-95/+145
2021-05-21net: hns3: refactor dump fd tcam of debugfsHao Chen5-32/+74
2021-05-21net: hns3: refactor queue info of debugfsHao Chen3-101/+196
2021-05-21net: hns3: refactor queue map of debugfsHao Chen3-15/+45
2021-05-21net: hns3: refactor dump reg dcb info of debugfsYufeng Mo3-100/+215
2021-05-21net: hns3: refactor dump reg of debugfsYufeng Mo5-134/+321
2021-05-18net: hns3: check the return of skb_checksum_help()Yunsheng Lin1-7/+3
2021-05-18net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2-85/+63
2021-05-18net: hns3: put off calling register_netdev() until client initialize completeJian Shen1-8/+8
2021-05-18net: hns3: fix incorrect resp_msg issueJiaran Zhang1-1/+3
2021-05-18net: hisilicon: hns: Fix wrong function name in commentsYang Shen8-24/+24
2021-05-15net: hns: remove redundant return int void functionPeng Li1-2/+0
2021-05-15net: hns: space required before the open brace '{'Peng Li1-1/+1
2021-05-15net: hns: fix some code style issue about spacePeng Li1-35/+35
2021-05-15net: hns: fix the comments style issuePeng Li1-2/+1
2021-05-15net: hns3: refactor dump ncl config of debugfsJiaran Zhang4-48/+40
2021-05-15net: hns3: refactor dump m7 info of debugfsJiaran Zhang5-38/+64
2021-05-15net: hns3: refactor dump reset info of debugfsJiaran Zhang5-35/+71
2021-05-15net: hns3: refactor dump intr of debugfsJiaran Zhang3-10/+25
2021-05-15net: hns3: refactor dump loopback of debugfsYufeng Mo3-20/+33
2021-05-15net: hns3: refactor dump mng tbl of debugfsYufeng Mo4-45/+45
2021-05-15net: hns3: refactor dump mac list of debugfsHuazhong Tan5-39/+119
2021-05-15net: hns3: refactor dump bd info of debugfsHuazhong Tan5-101/+263
2021-05-15net: hns3: refactor dev capability and dev spec of debugfsJiaran Zhang3-60/+132
2021-05-15net: hns3: refactor the debugfs processYufeng Mo8-47/+236
2021-05-15net: hns3: refactor out RX completion checksumHuazhong Tan3-32/+22
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan12-26/+393