summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add support for hw tc offload of tc flowerJian Shen2020-12-091-2/+68
* net: hns3: add support for tc mqprio offloadJian Shen2020-12-091-4/+9
* net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-091-17/+16
* net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao2020-12-081-2/+6
* net: hns3: add priv flags support to switch limit promisc modeJian Shen2020-12-081-0/+3
* net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan2020-12-011-0/+8
* net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2020-12-011-6/+18
* 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-011-11/+51
* net: hns3: add support for RX completion checksumHuazhong Tan2020-12-011-0/+21
* net: hns3: add support for pf querying new interrupt resourcesYufeng Mo2020-11-211-3/+0
* net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan2020-11-171-6/+6
* net: hns3: add support for 1us unit GL configurationHuazhong Tan2020-11-171-4/+22
* net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan2020-11-171-16/+49
* net: hns3: add UDP segmentation offload supportHuazhong Tan2020-09-291-3/+17
* net: hns3: rename trace event hns3_over_8bdHuazhong Tan2020-09-291-2/+2
* net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2020-09-291-19/+28
* net: hns3: add support to query device capabilityGuangbin Huang2020-09-271-10/+0
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-271-3/+7
* net: hns3: rename macro of pci device id of vfGuangbin Huang2020-09-241-4/+4
* net: hns3: add support for 200G deviceGuangbin Huang2020-09-241-0/+3
* net: hns3: add a hardware error detect typeYufeng Mo2020-09-241-0/+2
* net: hns3: remove unnecessary variable initializationYufeng Mo2020-09-241-2/+2
* net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin2020-09-171-13/+14
* net: hns3: use writel() to optimize the barrier operationYunsheng Lin2020-09-171-5/+3
* net: hns3: optimize the rx clean processYunsheng Lin2020-09-171-30/+31
* net: hns3: optimize the tx clean processYunsheng Lin2020-09-171-35/+29
* net: hns3: batch tx doorbell operationYunsheng Lin2020-09-171-10/+37
* net: hns3: batch the page reference count updatesYunsheng Lin2020-09-171-8/+24
* net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2020-09-081-14/+0
* net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2020-09-081-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-3/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-2/+4
| |\
| | * net: hns3: Fix for geneve tx checksum bugYi Li2020-08-261-2/+4
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* / net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-11/+7
|\
| * net: hns3: fix a TX timeout issueYonglong Liu2020-07-281-1/+1
| * net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin2020-07-281-10/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-12/+12
|\|
| * net: hns3: fix error handling for desc fillingYunsheng Lin2020-07-211-0/+8
| * net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2020-07-211-1/+1
| * net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin2020-07-211-11/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-2/+1
|\|
| * net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan2020-07-061-2/+1
* | net: hns3: streaming dma buffer sync between cpu and deviceBarry Song2020-06-181-1/+17
* | net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song2020-06-181-2/+2
* | net: hns3: rename buffer-related functionsBarry Song2020-06-181-6/+6
* | net: hns3: pointer type of buffer should be voidBarry Song2020-06-181-1/+1
* | net: hns3: remove unnecessary devm_kfreeBarry Song2020-06-181-4/+1
|/