summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: change the returned tqp number by ethtool -xPeng Li2017-12-271-1/+1
* net: hns3: add support to modify tqps numberPeng Li2017-12-275-0/+240
* net: hns3: add support to query tqps numberPeng Li2017-12-273-0/+33
* net: hns3: Add mailbox interrupt handling to PF driverSalil Mehta2017-12-152-8/+68
* net: hns3: Change PF to add ring-vect binding & resetQ to mailboxSalil Mehta2017-12-153-92/+159
* net: hns3: Add mailbox support to PF driverSalil Mehta2017-12-154-1/+309
* net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoCSalil Mehta2017-12-159-12/+46
* net: hns3: Add HNS3 VF driver to kernel build frameworkSalil Mehta2017-12-152-0/+11
* net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) SupportSalil Mehta2017-12-152-0/+1653
* net: hns3: Add mailbox support to VF driverSalil Mehta2017-12-152-0/+269
* net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interfaceSalil Mehta2017-12-152-0/+598
* net: hns3: Refactors the requested reset & pending reset handling codeSalil Mehta2017-12-052-36/+65
* net: hns3: Add reset service task for handling reset requestsSalil Mehta2017-12-052-11/+34
* net: hns3: Refactor of the reset interrupt handling logicSalil Mehta2017-12-052-32/+78
* net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIsSalil Mehta2017-11-142-81/+43Star
* net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplexFuyun Liang2017-11-111-12/+1Star
* net: hns3: fix a bug when getting phy address from NCL_config fileFuyun Liang2017-11-111-1/+1
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net: hns3: fix a bug for phy supported feature initializationFuyun Liang2017-11-031-0/+10
* net: hns3: add support for nway_resetFuyun Liang2017-11-031-0/+18
* net: hns3: add support for set_link_ksettingsFuyun Liang2017-11-031-0/+11
* net: hns3: fix a bug in hns3_driv_to_eth_capsFuyun Liang2017-11-031-7/+2Star
* net: hns3: fix for getting advertised_caps in hns3_get_link_ksettingsFuyun Liang2017-11-031-0/+3
* net: hns3: fix for getting autoneg in hns3_get_link_ksettingsFuyun Liang2017-11-031-15/+15
* net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang2017-11-021-0/+7
* net: hns3: Fix a misuse to devm_free_irqqumingguang2017-11-021-3/+2Star
* net: hns3: Add reset interface implementation in clientLipeng2017-11-021-0/+153
* net: hns3: Add timeout process in hns3_enetLipeng2017-11-022-0/+88
* net: hns3: Add reset process in hclge_mainLipeng2017-11-024-0/+326
* net: hns3: Add support for misc interruptLipeng2017-11-023-0/+81
* net: hns3: Refactor the initialization of command queueLipeng2017-11-023-16/+33
* net: hns3: Refactor mac_init functionqumingguang2017-11-021-7/+7
* net: hns3: Refactor the mapping of tqp to vportLipeng2017-11-021-11/+50
* net: hns3: remove a couple of redundant assignmentsColin Ian King2017-11-021-3/+0Star
* net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tblLipeng2017-10-261-3/+3
* net: hns3: fix a bug in hclge_uninit_client_instanceLipeng2017-10-261-2/+8
* net: hns3: add nic_client check when initialize roce base informationLipeng2017-10-261-1/+1
* net: hns3: fix the bug of hns3_set_txbd_baseinfoLipeng2017-10-261-1/+1
* net: hns3: fix a bug about hns3_clean_tx_ringLipeng2017-10-242-4/+4
* net: hns3: remove redundant memset when alloc bufferLipeng2017-10-241-2/+0Star
* net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng2017-10-241-2/+2
* net: hns3: get vf count by pci_sriov_get_totalvfsLipeng2017-10-241-1/+2
* net: hns3: fix the ops check in hns3_get_rxnfcLipeng2017-10-241-1/+1
* net: hns3: fix the bug when map buffer failLipeng2017-10-241-1/+1
* net: hns3: fix a bug when alloc new bufferLipeng2017-10-241-1/+1
* net: hns3: Add mac loopback selftest support in hns3 driverYunsheng Lin2017-10-222-0/+327
* net: hns3: Refactor the skb receiving and transmitting functionYunsheng Lin2017-10-222-5/+16
* net: hns3: Add mqprio hardware offload support in hns3 driverYunsheng Lin2017-10-194-19/+86
* net: hns: Convert timers to use timer_setup()Kees Cook2017-10-181-7/+6Star
* net: hns3: make local functions staticWei Yongjun2017-10-121-2/+4