aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-2/+2
2019-10-21net: hns3: make struct hns3_enet_ring cacheline alignedYunsheng Lin1-1/+1
2019-10-21net: hns3: introduce ring_to_netdev() in enet moduleYunsheng Lin1-0/+2
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin1-14/+2
2019-10-08net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin1-4/+8
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li1-0/+5
2019-08-18net: hns3: add or modify commentsGuojia Liao1-4/+4
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin1-1/+2
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin1-0/+4
2019-08-01net: hns3: refine for set ring parametersJian Shen1-1/+2
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin1-3/+12
2019-07-05net: hns3: bitwise operator should use unsigned typeYonglong Liu1-1/+1
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin1-1/+0
2019-06-28net: hns3: remove unused linkmode definitionJian Shen1-19/+0
2019-06-14net: hns3: some variable modificationWeihang Li1-1/+1
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen1-1/+0
2019-05-28net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin1-1/+1
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin1-8/+1
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin1-0/+1
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin1-6/+1
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin1-2/+5
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo1-0/+1
2019-04-19net: hns3: dump more information when tx timeout happensJian Shen1-1/+3
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin1-10/+5
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin1-1/+0
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-1/+1
2019-02-24net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin1-3/+0
2019-02-24net: hns3: avoid mult + div op in critical data pathYunsheng Lin1-0/+3
2019-01-30net: hns3: reuse the definition of l3 and l4 header info unionliyongxin1-0/+1
2019-01-23net: hns3: add rx multicast packets statisticJian Shen1-0/+8
2019-01-18net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan1-1/+0
2018-12-18net: hns3: update coalesce param per secondPeng Li1-4/+0
2018-11-23net: hns3: Add debugfs framework registrationliuzhongzhu1-0/+4
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin1-1/+4
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li1-3/+6
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li1-0/+2
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li1-0/+6
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan1-0/+2
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-1/+2
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan1-1/+2
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan1-0/+7
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan1-1/+11
2018-11-07net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of enetHuazhong Tan1-1/+1
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan1-1/+1
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li1-2/+1
2018-10-12net: hns3: Enable promisc mode when mac vlan table is fullJian Shen1-0/+3
2018-10-01net: hns3: Add reset handle for flow directorJian Shen1-0/+5
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan1-0/+2