summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add tx send size handling for tso skbYunsheng Lin2021-03-291-1/+6
* net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-291-0/+2
* net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2021-02-101-1/+0
* net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo2021-02-101-5/+5
* net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2021-02-061-3/+2
* net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2020-12-021-1/+3
* net: hns3: add support for TX hardware checksum offloadHuazhong Tan2020-12-021-1/+9
* net: hns3: add support for RX completion checksumHuazhong Tan2020-12-021-0/+7
* net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan2020-11-171-1/+1
* net: hns3: add support for 1us unit GL configurationHuazhong Tan2020-11-171-0/+3
* net: hns3: add support for querying maximum value of GLHuazhong Tan2020-11-171-1/+0
* net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan2020-11-171-1/+12
* net: hns3: dump tqp enable status in debugfsGuangbin Huang2020-09-291-0/+2
* net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2020-09-291-3/+3
* net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin2020-09-181-1/+1
* net: hns3: use writel() to optimize the barrier operationYunsheng Lin2020-09-181-3/+0
* net: hns3: optimize the tx clean processYunsheng Lin2020-09-181-8/+4
* net: hns3: batch tx doorbell operationYunsheng Lin2020-09-181-1/+1
* net: hns3: batch the page reference count updatesYunsheng Lin2020-09-181-0/+1
* net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2020-09-091-1/+0
* net: hns3: remove some unused macros related to queueHuazhong Tan2020-09-091-5/+0
* net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2020-09-091-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-2/+0
|\
| * net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2020-07-221-2/+0
* | net: hns3: pointer type of buffer should be voidBarry Song2020-06-191-1/+1
|/
* net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan2020-05-291-22/+0
* net: hns3: remove some unused macrosHuazhong Tan2020-05-141-17/+0
* net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-261-9/+0
* net: hns3: refactor the promisc mode settingJian Shen2020-04-261-0/+1
* net/hns: Remove custom driver version in favour of global oneLeon Romanovsky2020-04-211-4/+0
* net: hns3: add trace event support for HNS3 driverYunsheng Lin2020-01-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\
| * net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-061-1/+1
* | net: hns3: cleanup some coding style issuesGuangbin Huang2019-10-311-2/+2
* | net: hns3: make struct hns3_enet_ring cacheline alignedYunsheng Lin2019-10-211-1/+1
* | net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin2019-10-211-0/+2
* | net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin2019-10-211-14/+2
* | net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2019-10-091-4/+8
|/
* net: hns3: implement .process_hw_error for hns3 clientWeihang Li2019-08-301-0/+5
* net: hns3: add or modify commentsGuojia Liao2019-08-181-4/+4
* net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin2019-08-091-1/+2
* net: hns3: add some statitics info to tx processYunsheng Lin2019-08-091-0/+4
* net: hns3: refine for set ring parametersJian Shen2019-08-011-1/+2
* net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2019-07-291-3/+12
* net: hns3: bitwise operator should use unsigned typeYonglong Liu2019-07-061-1/+1
* net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin2019-06-281-1/+0
* net: hns3: remove unused linkmode definitionJian Shen2019-06-281-19/+0
* net: hns3: some variable modificationWeihang Li2019-06-151-1/+1
* net: hns3: fix VLAN filter restore issue after resetJian Shen2019-06-041-1/+0
* net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin2019-05-291-1/+1