summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan1-24/+56
2018-10-31net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()Huazhong Tan1-3/+0
2018-10-31net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan1-3/+21
2018-10-31net: hns3: add error handler for hns3_nic_init_vector_data()Huazhong Tan1-2/+8
2018-10-22net: hns3: Add PCIe AER error recoveryShiju Jose1-1/+19
2018-10-22net: hns3: Add PCIe AER callback error_detectedShiju Jose1-0/+30
2018-10-16net: hns3: fix for multiple unmapping DMA problemFuyun Liang1-5/+8
2018-10-16net: hns3: rename hns_nic_dma_unmapFuyun Liang1-7/+7
2018-10-16net: hns3: add handling for big TX fragmentFuyun Liang1-14/+31
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li1-24/+23
2018-10-16net: hns3: remove hns3_fill_desc_tsoPeng Li1-39/+5
2018-10-12net: hns3: Resume promisc mode and vlan filter status after resetJian Shen1-1/+5
2018-10-12net: hns3: Enable promisc mode when mac vlan table is fullJian Shen1-10/+68
2018-10-10net: hns3: Add HW RSS hash information to RX skbPeng Li1-0/+17
2018-10-05net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen1-17/+13
2018-10-05net: hns3: Drop depricated mta table supportJian Shen1-3/+0
2018-10-05net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen1-17/+28
2018-10-01net: hns3: Add support for enable/disable flow directorJian Shen1-1/+14
2018-10-01net: hns3: Remove all flow director rules when unload hns3 driverJian Shen1-0/+2
2018-10-01net: hns3: Add reset handle for flow directorJian Shen1-0/+30
2018-10-01net: hns3: Add flow director initializationJian Shen1-0/+8
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan1-37/+34
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan1-6/+8
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li1-4/+4
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen1-0/+2
2018-09-19net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctlXi Wang1-0/+15
2018-09-19net: hns3: Remove tx budget to clean more TX descriptors in a napiPeng Li1-11/+6
2018-09-19net: hns3: Add unlikely for buf_num checkPeng Li1-1/+1
2018-09-19net: hns3: Add default irq affinityPeng Li1-0/+49
2018-09-03net: hns3: Implement shutdown ops in hns3 pci driverYunsheng Lin1-0/+13
2018-08-22net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-14net: hns3: Add vlan filter setting by ethtool command -KPeng Li1-0/+6
2018-08-14net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin1-0/+24
2018-08-14net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin1-2/+0
2018-08-07net: hns3: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-03net: hns3: Fix MSIX allocation issue for VFJian Shen1-1/+2
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-21net: hns3: Fix misleading parameter nameJian Shen1-2/+2
2018-07-16net: hns3: Fix for reset_level default assignment probelmYunsheng Lin1-1/+5
2018-07-16net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan1-8/+0
2018-07-16net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan1-1/+1
2018-07-07net: hns3: Fix for l4 checksum offload bugYunsheng Lin1-3/+3
2018-07-07net: hns3: Fix tc setup when netdev is first upYunsheng Lin1-47/+31
2018-07-04net: hns3: remove redundant variable 'protocol'Colin Ian King1-2/+0
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-106/+112