summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: check the return of skb_checksum_help()Yunsheng Lin2021-05-181-7/+3
* net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-181-44/+40
* net: hns3: put off calling register_netdev() until client initialize completeJian Shen2021-05-181-8/+8
* net: hns3: use netif_tx_disable to stop the transmit queuePeng Li2021-04-301-1/+1
* net: hns3: fix for vxlan gpe tx checksum bugHao Chen2021-04-301-2/+3
* net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen2021-04-301-0/+5
* net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King2021-04-121-4/+4
* net: hns3: add suspend and resume pm_opsJiaran Zhang2021-04-081-0/+29
* net: hns3: change flr_prepare/flr_done function namesJiaran Zhang2021-04-081-4/+4
* net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta2021-04-061-1/+2
* net: hns3: add stats logging when skb padding failsYunsheng Lin2021-03-291-0/+5
* net: hns3: add tx send size handling for tso skbYunsheng Lin2021-03-291-7/+18
* net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-291-41/+74
* net: hns3: optimize the process of queue resetYufeng Mo2021-03-291-4/+4
* net: hns3: remove redundant blank linesPeng Li2021-03-261-7/+0
* net: hns3: refine for hns3_del_all_fd_entries()Jian Shen2021-03-221-10/+0
* net: hns3: fix return of random stack valueGustavo A. R. Silva2021-02-111-2/+1
* net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2021-02-101-9/+3
* net: hns3: modify some unmacthed types print parameterJiaran Zhang2021-02-101-1/+1
* net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo2021-02-101-1/+1
* net: hns3: remove redundant client_setup_tc handleJian Shen2021-02-101-15/+0
* net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2021-02-061-2/+1
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-051-11/+6
* net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long2021-01-231-1/+1
* net: hns3: add support for hw tc offload of tc flowerJian Shen2020-12-101-2/+68
* net: hns3: add support for tc mqprio offloadJian Shen2020-12-101-4/+9
* net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-101-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-021-0/+8
* net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2020-12-021-6/+18
* net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan2020-12-021-19/+5
* net: hns3: add support for TX hardware checksum offloadHuazhong Tan2020-12-021-11/+51
* net: hns3: add support for RX completion checksumHuazhong Tan2020-12-021-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-251-4/+4
* net: hns3: add support for 200G deviceGuangbin Huang2020-09-251-0/+3
* net: hns3: add a hardware error detect typeYufeng Mo2020-09-251-0/+2
* net: hns3: remove unnecessary variable initializationYufeng Mo2020-09-251-2/+2
* net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin2020-09-181-13/+14
* net: hns3: use writel() to optimize the barrier operationYunsheng Lin2020-09-181-5/+3
* net: hns3: optimize the rx clean processYunsheng Lin2020-09-181-30/+31