summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li2019-06-043-21/+36
* net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2019-06-042-17/+5Star
* net: hns3: remove setting bit of reset_requests when handling mac tunnel inte...Weihang Li2019-06-041-1/+0Star
* net: hns3: add handling of two bits in MAC tunnel interruptsWeihang Li2019-06-042-4/+4
* net: hns3: set ops to null when unregister ad_devWeihang Li2019-06-041-0/+2
* net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li2019-06-041-2/+5
* net: hns3: set the port shaper according to MAC speedYunsheng Lin2019-06-041-1/+1
* net: hns3: fix VLAN filter restore issue after resetJian Shen2019-06-044-37/+43
* net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen2019-06-042-0/+9
* net: hns3: remove redundant core resetHuazhong Tan2019-06-043-41/+12Star
* net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan2019-05-291-3/+1Star
* net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan2019-05-291-2/+2
* net: hns3: stop schedule reset service while unloading driverHuazhong Tan2019-05-293-2/+7
* net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-294-9/+16
* net: hns3: modify hclgevf_init_client_instance()Huazhong Tan2019-05-291-29/+50
* net: hns3: modify hclge_init_client_instance()Huazhong Tan2019-05-291-37/+53
* net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...Huazhong Tan2019-05-292-0/+8
* net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...Huazhong Tan2019-05-292-1/+8
* net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...Huazhong Tan2019-05-292-0/+7
* net: hns3: add support for dump firmware statistics by debugfsZhongzhu Liu2019-05-293-0/+66
* net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin2019-05-291-1/+1
* net: hns3: fix compile warning without CONFIG_RFS_ACCELJian Shen2019-05-291-2/+0Star
* net: hns3: fix for FEC configurationJian Shen2019-05-261-0/+7
* net: hns3: add aRFS support for PFJian Shen2019-05-264-0/+238
* net: hns3: refine the flow director handleJian Shen2019-05-262-32/+112
* net: hns3: initialize CPU reverse mappingJian Shen2019-05-261-29/+48
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King2019-05-081-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-072-2/+2
* net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin2019-05-071-4/+4
* net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2019-05-072-9/+2Star
* net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin2019-05-071-32/+13Star
* net: hns3: optimize the barrier using when cleaning TX BDYunsheng Lin2019-05-071-14/+15
* net: hns3: fix error handling for desc fillingYunsheng Lin2019-05-071-11/+7Star
* net: hns3: combine len and checksum handling for inner and outer header.Yunsheng Lin2019-05-071-111/+81Star
* net: hns3: refactor BD filling for l2l3l4 infoYunsheng Lin2019-05-071-39/+23Star
* net: hns3: fix for tunnel type handling in hns3_rx_checksumYunsheng Lin2019-05-071-6/+8
* net: hns3: add linearizing checking for TSO caseYunsheng Lin2019-05-071-0/+45
* net: hns3: add counter for times RX pages gets allocatedYunsheng Lin2019-05-073-0/+6
* net: hns3: use napi_schedule_irqoff in hard interrupts handlersYunsheng Lin2019-05-071-1/+1
* net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin2019-05-073-86/+50Star
* net: hns3: add support for FEC encoding controlJian Shen2019-05-045-1/+213
* net: hns3: add autoneg and change speed support for fibre portJian Shen2019-05-043-11/+163
* net: hns3: add support for multiple media typeJian Shen2019-05-048-63/+246
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-282-2/+2
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-232-2/+2
* | net: hns3: remove reset after command send failedWeihang Li2019-04-261-10/+0Star
* | net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan2019-04-261-5/+5
* | net: hns3: extend the loopback state acquisition timeliuzhongzhu2019-04-261-2/+2