summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-02-10net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-10net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-10net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-01-06net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen4-5/+14
2021-01-06net: hns3: fix the number of queues actually used by ARQYufeng Mo1-2/+2
2021-01-06net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2020-12-29net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-15net: hns3: fix expression that is currently always trueColin Ian King1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2020-12-10net: hns3: adjust rss tc mode configure commandGuojia Liao2-1/+5
2020-12-10net: hns3: adjust rss indirection table configure commandGuojia Liao2-8/+19
2020-12-10net: hns3: add support for max 512 rss sizeGuojia Liao5-16/+39
2020-12-10net: hns3: add support for hw tc offload of tc flowerJian Shen4-13/+397
2020-12-10net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen4-5/+27
2020-12-10net: hns3: add support for tc mqprio offloadJian Shen5-53/+220
2020-12-10net: hns3: refine the struct hane3_tc_infoJian Shen8-67/+64
2020-12-10hisilicon/hns3: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-10hisilicon/hns: convert comma to semicolonZheng Yongjun1-6/+6
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao5-17/+64
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen7-1/+119
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao2-49/+41
2020-12-07net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-12-02net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-02net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-02net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan8-8/+33
2020-12-02net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan8-18/+74
2020-12-02net: hns3: add support for RX completion checksumHuazhong Tan3-0/+29
2020-11-25net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King2-2/+2
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-22net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-22net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2-12/+46
2020-11-22net: hns3: add support for pf querying new interrupt resourcesYufeng Mo4-53/+69
2020-11-22net: hns3: add support for mapping device memoryHuazhong Tan5-0/+69
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu7-22/+111
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan3-11/+11
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan3-4/+31
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan8-7/+38
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan5-18/+105
2020-11-03net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-10-27net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-10-27net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
2020-09-29net: hns3: dump tqp enable status in debugfsGuangbin Huang3-2/+25
2020-09-29net: hns3: debugfs add new command to query device specificationsGuangbin Huang1-0/+28
2020-09-29net: hns3: remove unused code in hns3_self_test()Guojia Liao1-7/+2
2020-09-29net: hns3: Add RoCE VF reset supportHuazhong Tan2-0/+51
2020-09-29net: hns3: add UDP segmentation offload supportHuazhong Tan1-3/+17
2020-09-29net: hns3: rename trace event hns3_over_8bdHuazhong Tan2-3/+3
2020-09-29net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2-22/+31