summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
2018-11-23net: hns3: Add debugfs framework registrationliuzhongzhu
2018-11-17net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin
2018-11-17net: hns3: Support two vlan header when setting mtuYunsheng Lin
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong Tan
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan
2018-11-07net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan
2018-11-07net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...Huazhong Tan
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan
2018-10-31net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()Huazhong Tan
2018-10-31net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan
2018-10-31net: hns3: add error handler for hns3_nic_init_vector_data()Huazhong Tan
2018-10-22net: hns3: Add PCIe AER error recoveryShiju Jose
2018-10-22net: hns3: Add PCIe AER callback error_detectedShiju Jose
2018-10-16net: hns3: fix for multiple unmapping DMA problemFuyun Liang
2018-10-16net: hns3: rename hns_nic_dma_unmapFuyun Liang
2018-10-16net: hns3: add handling for big TX fragmentFuyun Liang
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li
2018-10-16net: hns3: remove hns3_fill_desc_tsoPeng Li
2018-10-12net: hns3: Resume promisc mode and vlan filter status after resetJian Shen
2018-10-12net: hns3: Enable promisc mode when mac vlan table is fullJian Shen
2018-10-10net: hns3: Add HW RSS hash information to RX skbPeng Li
2018-10-05net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen
2018-10-05net: hns3: Drop depricated mta table supportJian Shen
2018-10-05net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen
2018-10-01net: hns3: Add support for enable/disable flow directorJian Shen
2018-10-01net: hns3: Remove all flow director rules when unload hns3 driverJian Shen
2018-10-01net: hns3: Add reset handle for flow directorJian Shen
2018-10-01net: hns3: Add flow director initializationJian Shen
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li
2018-09-21net: hns3: Remove print messages for error packetJian Shen
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen
2018-09-21net: hns3: Add handle for default caseJian Shen
2018-09-19net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctlXi Wang