summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2020-12-09net: hns3: add support for hw tc offload of tc flowerJian Shen
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen
2020-12-01net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan
2020-12-01net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan
2020-12-01net: hns3: add support for RX completion checksumHuazhong Tan
2020-11-21net: hns3: add support for pf querying new interrupt resourcesYufeng Mo
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan
2020-09-29net: hns3: add UDP segmentation offload supportHuazhong Tan
2020-09-29net: hns3: rename trace event hns3_over_8bdHuazhong Tan
2020-09-29net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo
2020-09-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin
2020-09-17net: hns3: use writel() to optimize the barrier operationYunsheng Lin
2020-09-17net: hns3: optimize the rx clean processYunsheng Lin
2020-09-17net: hns3: optimize the tx clean processYunsheng Lin
2020-09-17net: hns3: batch tx doorbell operationYunsheng Lin
2020-09-17net: hns3: batch the page reference count updatesYunsheng Lin
2020-09-08net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao
2020-09-08net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-28net: hns3: fix a TX timeout issueYonglong Liu
2020-07-28net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21net: hns3: fix error handling for desc fillingYunsheng Lin
2020-07-21net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin
2020-07-21net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan
2020-06-18net: hns3: streaming dma buffer sync between cpu and deviceBarry Song
2020-06-18net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song
2020-06-18net: hns3: rename buffer-related functionsBarry Song
2020-06-18net: hns3: pointer type of buffer should be voidBarry Song
2020-06-18net: hns3: remove unnecessary devm_kfreeBarry Song