aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long1-1/+1
2020-12-09net: hns3: add support for hw tc offload of tc flowerJian Shen1-2/+68
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen1-4/+9
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-17/+16
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao1-2/+6
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen1-0/+3
2020-12-01net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan1-6/+18
2020-12-01net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan1-11/+51
2020-12-01net: hns3: add support for RX completion checksumHuazhong Tan1-0/+21
2020-11-21net: hns3: add support for pf querying new interrupt resourcesYufeng Mo1-3/+0
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan1-6/+6
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan1-4/+22
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan1-16/+49
2020-09-29net: hns3: add UDP segmentation offload supportHuazhong Tan1-3/+17
2020-09-29net: hns3: rename trace event hns3_over_8bdHuazhong Tan1-2/+2
2020-09-29net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan1-19/+28
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang1-10/+0
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-3/+7
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang1-4/+4
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang1-0/+3
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo1-0/+2
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo1-2/+2
2020-09-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin1-13/+14
2020-09-17net: hns3: use writel() to optimize the barrier operationYunsheng Lin1-5/+3
2020-09-17net: hns3: optimize the rx clean processYunsheng Lin1-30/+31
2020-09-17net: hns3: optimize the tx clean processYunsheng Lin1-35/+29
2020-09-17net: hns3: batch tx doorbell operationYunsheng Lin1-10/+37
2020-09-17net: hns3: batch the page reference count updatesYunsheng Lin1-8/+24
2020-09-08net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao1-14/+0
2020-09-08net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan1-2/+0
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+4
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+7
2020-07-28net: hns3: fix a TX timeout issueYonglong Liu1-1/+1
2020-07-28net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin1-10/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+12
2020-07-21net: hns3: fix error handling for desc fillingYunsheng Lin1-0/+8
2020-07-21net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin1-1/+1
2020-07-21net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin1-11/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-06-18net: hns3: streaming dma buffer sync between cpu and deviceBarry Song1-1/+17
2020-06-18net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song1-2/+2
2020-06-18net: hns3: rename buffer-related functionsBarry Song1-6/+6
2020-06-18net: hns3: pointer type of buffer should be voidBarry Song1-1/+1