aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-19net: hns3: Remove tx budget to clean more TX descriptors in a napiPeng Li1-1/+1
2018-09-19net: hns3: Add default irq affinityPeng Li1-0/+2
2018-08-22net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-08-14net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin1-0/+1
2018-08-14net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin1-1/+0
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-4/+4
2018-07-02net: hns3: remove some unused members of some structuresHuazhong Tan1-1/+0
2018-05-29net: hns3: Clear TX/RX rings when stopping port & un-initializing clientFuyun Liang1-0/+1
2018-05-29net: hns3: Add STRP_TAGP field support for hardware revision 0x21Peng Li1-0/+3
2018-05-20net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang1-0/+2
2018-04-04net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun1-1/+1
2018-03-22net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta1-2/+0
2018-03-22net: hns3: change the time interval of int_gl calculatingFuyun Liang1-0/+1
2018-03-22net: hns3: change GL update rateFuyun Liang1-0/+2
2018-03-22net: hns3: fix for vlan table lost problem when resettingYunsheng Lin1-0/+3
2018-03-09net: hns3: refactor the coalesce related structYunsheng Lin1-3/+7
2018-01-12net: hns3: change the unit of GL value macroFuyun Liang1-4/+4
2018-01-12net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang1-0/+17