aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07net: hns3: rename process_hw_error functionShiju Jose1-2/+2
2018-11-23net: hns3: Add debugfs framework registrationliuzhongzhu1-2/+15
2018-11-17net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin1-11/+0
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin1-0/+24
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin1-2/+1
2018-11-17net: hns3: Support two vlan header when setting mtuYunsheng Lin1-2/+3
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li1-0/+43
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li1-2/+35
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li1-1/+12
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li1-62/+134
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li1-1/+3
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan1-5/+19
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan1-0/+20
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan1-6/+16
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan1-13/+3
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan1-0/+10
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan1-0/+30
2018-11-07net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan1-10/+10
2018-11-07net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of enetHuazhong Tan1-0/+17
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