summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2021-03-26net: hns3: remove redundant blank linesPeng Li
2021-03-22net: hns3: refine for hns3_del_all_fd_entries()Jian Shen
2021-02-11net: hns3: fix return of random stack valueGustavo A. R. Silva
2021-02-09net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang
2021-02-09net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo
2021-02-09net: hns3: remove redundant client_setup_tc handleJian Shen
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long
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