summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-054-5/+14
* net: hns3: fix the number of queues actually used by ARQYufeng Mo2021-01-051-2/+2
* net: hns3: fix a phy loopback fail issueYonglong Liu2021-01-051-1/+2
* net: hns3: fix expression that is currently always trueColin Ian King2020-12-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-4/+0
|\
| * net: hns3: remove a misused pragma packedHuazhong Tan2020-12-061-4/+0
* | net: hns3: adjust rss tc mode configure commandGuojia Liao2020-12-092-1/+5
* | net: hns3: adjust rss indirection table configure commandGuojia Liao2020-12-092-8/+19
* | net: hns3: add support for max 512 rss sizeGuojia Liao2020-12-095-16/+39
* | net: hns3: add support for hw tc offload of tc flowerJian Shen2020-12-094-13/+397
* | net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen2020-12-094-5/+27
* | net: hns3: add support for tc mqprio offloadJian Shen2020-12-095-53/+220
* | net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-098-67/+64
* | hisilicon/hns3: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
* | net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao2020-12-085-17/+64
* | net: hns3: add priv flags support to switch limit promisc modeJian Shen2020-12-087-1/+119
* | net: hns3: add support for extended promiscuous commandGuojia Liao2020-12-082-49/+41
* | net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu2020-12-011-1/+22
* | net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan2020-12-011-0/+8
* | net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan2020-12-011-10/+40
* | net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2020-12-018-8/+33
* | net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan2020-12-011-19/+5
* | net: hns3: add support for TX hardware checksum offloadHuazhong Tan2020-12-018-18/+74
* | net: hns3: add support for RX completion checksumHuazhong Tan2020-12-013-0/+29
* | net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King2020-11-242-2/+2
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* | net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu2020-11-211-2/+16
* | net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2020-11-212-12/+46
* | net: hns3: add support for pf querying new interrupt resourcesYufeng Mo2020-11-214-53/+69
* | net: hns3: add support for mapping device memoryHuazhong Tan2020-11-215-0/+69
* | net: hns3: add support for 1280 queuesYonglong Liu2020-11-217-22/+111
* | net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan2020-11-173-11/+11
* | net: hns3: add support for 1us unit GL configurationHuazhong Tan2020-11-173-4/+31
* | net: hns3: add support for querying maximum value of GLHuazhong Tan2020-11-178-7/+38
* | net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan2020-11-175-18/+105
* | net: hns3: Remove duplicated includeYueHaibing2020-11-021-1/+0
|/
* net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu2020-10-261-1/+1
* net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter2020-10-261-1/+1
* net: hns3: dump tqp enable status in debugfsGuangbin Huang2020-09-293-2/+25
* net: hns3: debugfs add new command to query device specificationsGuangbin Huang2020-09-291-0/+28
* net: hns3: remove unused code in hns3_self_test()Guojia Liao2020-09-291-7/+2
* net: hns3: Add RoCE VF reset supportHuazhong Tan2020-09-292-0/+51
* net: hns3: add UDP segmentation offload supportHuazhong Tan2020-09-291-3/+17
* net: hns3: rename trace event hns3_over_8bdHuazhong Tan2020-09-292-3/+3
* net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2020-09-292-22/+31
* net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2020-09-272-44/+49
* net: hns3: add a check for device specifications queried from firmwareGuangbin Huang2020-09-272-0/+28
* net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang2020-09-275-13/+29
* net: hns3: add support to query device specificationsGuangbin Huang2020-09-275-1/+167
* net: hns3: add debugfs to dump device capabilitiesGuangbin Huang2020-09-271-0/+24