summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Add PCIe AER error recoveryShiju Jose2018-10-221-1/+19
* net: hns3: Add PCIe AER callback error_detectedShiju Jose2018-10-221-0/+30
* net: hns3: fix for multiple unmapping DMA problemFuyun Liang2018-10-161-5/+8
* net: hns3: rename hns_nic_dma_unmapFuyun Liang2018-10-161-7/+7
* net: hns3: add handling for big TX fragmentFuyun Liang2018-10-161-14/+31
* net: hns3: move DMA map into hns3_fill_descPeng Li2018-10-161-24/+23
* net: hns3: remove hns3_fill_desc_tsoPeng Li2018-10-161-39/+5
* net: hns3: Resume promisc mode and vlan filter status after resetJian Shen2018-10-121-1/+5
* net: hns3: Enable promisc mode when mac vlan table is fullJian Shen2018-10-121-10/+68
* net: hns3: Add HW RSS hash information to RX skbPeng Li2018-10-101-0/+17
* net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen2018-10-051-17/+13
* net: hns3: Drop depricated mta table supportJian Shen2018-10-051-3/+0
* net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen2018-10-051-17/+28
* net: hns3: Add support for enable/disable flow directorJian Shen2018-10-011-1/+14
* net: hns3: Remove all flow director rules when unload hns3 driverJian Shen2018-10-011-0/+2
* net: hns3: Add reset handle for flow directorJian Shen2018-10-011-0/+30
* net: hns3: Add flow director initializationJian Shen2018-10-011-0/+8
* net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan2018-09-281-37/+34
* net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan2018-09-281-6/+8
* net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin2018-09-281-5/+3
* net: hns3: Add support for sctp checksum offloadPeng Li2018-09-281-4/+4
* net: hns3: Remove print messages for error packetJian Shen2018-09-211-5/+0
* net: hns3: Add unlikely for dma_mapping_error checkJian Shen2018-09-211-1/+1
* net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen2018-09-211-1/+3
* net: hns3: Add handle for default caseJian Shen2018-09-211-0/+2
* net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctlXi Wang2018-09-191-0/+15
* net: hns3: Remove tx budget to clean more TX descriptors in a napiPeng Li2018-09-191-11/+6
* net: hns3: Add unlikely for buf_num checkPeng Li2018-09-191-1/+1
* net: hns3: Add default irq affinityPeng Li2018-09-191-0/+49
* net: hns3: Implement shutdown ops in hns3 pci driverYunsheng Lin2018-09-031-0/+13
* net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
* net: hns3: Add vlan filter setting by ethtool command -KPeng Li2018-08-141-0/+6
* net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2018-08-141-0/+24
* net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2018-08-141-2/+0
* net: hns3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-031-1/+2
* net: hns3: Add SPDX tags to HNS3 PF driverJian Shen2018-07-211-8/+2
* net: hns3: Fix misleading parameter nameJian Shen2018-07-211-2/+2
* net: hns3: Fix for reset_level default assignment probelmYunsheng Lin2018-07-161-1/+5
* net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan2018-07-161-8/+0
* net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan2018-07-161-1/+1
* net: hns3: Fix for l4 checksum offload bugYunsheng Lin2018-07-071-3/+3
* net: hns3: Fix tc setup when netdev is first upYunsheng Lin2018-07-071-47/+31
* net: hns3: remove redundant variable 'protocol'Colin Ian King2018-07-041-2/+0
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-021-106/+112
* net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-021-16/+10
* net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li2018-06-291-4/+0
* net: hns3: add unlikely for error checkPeng Li2018-06-291-2/+2
* net: hns3: add l4_type check for both ipv4 and ipv6Peng Li2018-06-291-5/+5
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
OpenPOWER on IntegriCloud