summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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-081-4/+8
|/
* net: hns3: implement .process_hw_error for hns3 clientWeihang Li2019-08-291-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-051-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-141-1/+1
* net: hns3: fix VLAN filter restore issue after resetJian Shen2019-06-031-1/+0
* net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin2019-05-281-1/+1
* net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2019-05-071-8/+1
* net: hns3: add counter for times RX pages gets allocatedYunsheng Lin2019-05-071-0/+1
* net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin2019-05-071-6/+1
* net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2019-04-261-2/+5
* net: hns3: add function type check for debugfs help informationYufeng Mo2019-04-191-0/+1
* net: hns3: dump more information when tx timeout happensJian Shen2019-04-191-1/+3
* net: hns3: minor optimization for ring_spaceYunsheng Lin2019-04-041-10/+5
* net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-211-1/+0
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-241-1/+1
* net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2019-02-241-3/+0
* net: hns3: avoid mult + div op in critical data pathYunsheng Lin2019-02-241-0/+3
* net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2019-01-301-0/+1
* net: hns3: add rx multicast packets statisticJian Shen2019-01-231-0/+8
* net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan2019-01-181-1/+0
* net: hns3: update coalesce param per secondPeng Li2018-12-181-4/+0
* net: hns3: Add debugfs framework registrationliuzhongzhu2018-11-231-0/+4
* net: hns3: Refactor mac mtu setting related functionsYunsheng Lin2018-11-171-1/+4
* net: hns3: Adds GRO params to SKB for the stackPeng Li2018-11-151-3/+6
* net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2018-11-151-0/+2
* net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2018-11-151-0/+6
* net: hns3: add PCIe FLR support for PFHuazhong Tan2018-11-091-0/+2
* net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-091-1/+2
* net: hns3: adjust VF's reset processHuazhong Tan2018-11-091-1/+2
* net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan2018-11-071-0/+7
* net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan2018-11-071-1/+11
* net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...Huazhong Tan2018-11-071-1/+1
* net: hns3: fix incorrect return value/type of some functionsHuazhong Tan2018-10-311-1/+1
* net: hns3: move DMA map into hns3_fill_descPeng Li2018-10-161-2/+1
* net: hns3: Enable promisc mode when mac vlan table is fullJian Shen2018-10-121-0/+3
* net: hns3: Add reset handle for flow directorJian Shen2018-10-011-0/+5