summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
...
* net: hns3: cleanup mac auto-negotiation state queryFuyun Liang2017-12-271-24/+0Star
* net: hns3: add handling vlan tag offload in bdPeng Li2017-12-271-5/+78
* net: hns3: add ethtool related offload commandPeng Li2017-12-273-0/+32
* net: hns3: add vlan offload config commandPeng Li2017-12-273-6/+233
* net: hns3: add a mask initialization for mac_vlan tablePeng Li2017-12-272-1/+48
* net: hns3: get rss_size_max from configuration but not hardcodePeng Li2017-12-273-1/+8
* net: hns3: free the ring_data structrue when change tqpsPeng Li2017-12-271-0/+4
* 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-153-9/+30
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1517-662/+2848
|\
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\
| * | 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
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+2
| |\ \
| * | | 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