aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan1-3/+1
2019-05-28net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan1-2/+2
2019-05-28net: hns3: stop schedule reset service while unloading driverHuazhong Tan3-2/+7
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan4-9/+16
2019-05-28net: hns3: modify hclgevf_init_client_instance()Huazhong Tan1-29/+50
2019-05-28net: hns3: modify hclge_init_client_instance()Huazhong Tan1-37/+53
2019-05-28net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has registeredHuazhong Tan2-0/+8
2019-05-28net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has registeredHuazhong Tan2-1/+8
2019-05-28net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has registeredHuazhong Tan2-0/+7
2019-05-28net: hns3: add support for dump firmware statistics by debugfsZhongzhu Liu3-0/+66
2019-05-28net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin1-1/+1
2019-05-28net: hns3: fix compile warning without CONFIG_RFS_ACCELJian Shen1-2/+0
2019-05-26net: hns3: fix for FEC configurationJian Shen1-0/+7
2019-05-26net: hns3: add aRFS support for PFJian Shen4-0/+238
2019-05-26net: hns3: refine the flow director handleJian Shen2-32/+112
2019-05-26net: hns3: initialize CPU reverse mappingJian Shen1-29/+48
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2-2/+2
2019-05-07net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin1-4/+4
2019-05-07net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2-9/+2
2019-05-07net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin1-32/+13
2019-05-07net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin1-14/+15
2019-05-07net: hns3: fix error handling for desc fillingYunsheng Lin1-11/+7
2019-05-07net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin1-111/+81
2019-05-07net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin1-39/+23
2019-05-07net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin1-6/+8
2019-05-07net: hns3: add linearizing checking for TSO caseYunsheng Lin1-0/+45
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin3-0/+6
2019-05-07net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin1-1/+1
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin3-86/+50
2019-05-04net: hns3: add support for FEC encoding controlJian Shen5-1/+213
2019-05-04net: hns3: add autoneg and change speed support for fibre portJian Shen3-11/+163
2019-05-04net: hns3: add support for multiple media typeJian Shen8-63/+246
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-2/+2
2019-04-26net: hns3: remove reset after command send failedWeihang Li1-10/+0
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan1-5/+5
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan3-5/+9
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan3-5/+6
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin1-18/+20
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin1-1/+2
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2-5/+16
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen1-0/+3
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev2-2/+2
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo3-1/+8