summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-19net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose1-1/+3
2019-03-19net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2019-01-01net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan1-3/+4
2018-12-20net: hns3: fix the descriptor index when get rss typePeng Li1-1/+8
2018-12-20net: hns3: add max vector number check for pfJian Shen1-0/+4
2018-12-20net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen1-0/+8
2018-12-18net: hns3: update coalesce param per secondPeng Li1-5/+3
2018-12-18net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan1-6/+6
2018-12-18net: hns3: fix napi_disable not return problemHuazhong Tan1-2/+2
2018-12-18net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan1-2/+3
2018-12-08net: hns3: rename process_hw_error functionShiju Jose1-2/+2
2018-11-24net: hns3: Add debugfs framework registrationliuzhongzhu1-2/+15
2018-11-18net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin1-11/+0
2018-11-18net: hns3: Add vport alive state checking supportYunsheng Lin1-0/+24
2018-11-18net: hns3: Refactor mac mtu setting related functionsYunsheng Lin1-2/+1
2018-11-18net: 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-11-10net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan1-5/+19
2018-11-10net: hns3: add PCIe FLR support for PFHuazhong Tan1-0/+20
2018-11-10net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan1-6/+16
2018-11-09net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong 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 ...Huazhong 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-23net: hns3: Add PCIe AER error recoveryShiju Jose1-1/+19
2018-10-23net: 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-11net: 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-02net: hns3: Add support for enable/disable flow directorJian Shen1-1/+14