summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2017-12-27net: hns3: add support to modify tqps numberPeng Li5-0/+240
2017-12-27net: hns3: add support to query tqps numberPeng Li3-0/+33
2017-12-15net: hns3: Add mailbox interrupt handling to PF driverSalil Mehta2-8/+68
2017-12-15net: hns3: Change PF to add ring-vect binding & resetQ to mailboxSalil Mehta3-92/+159
2017-12-15net: hns3: Add mailbox support to PF driverSalil Mehta4-1/+309
2017-12-15net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoCSalil Mehta9-12/+46
2017-12-15net: hns3: Add HNS3 VF driver to kernel build frameworkSalil Mehta3-9/+30
2017-12-15net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) SupportSalil Mehta2-0/+1653
2017-12-15net: hns3: Add mailbox support to VF driverSalil Mehta2-0/+269
2017-12-15net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interfaceSalil Mehta2-0/+598
2017-12-05net: hns3: Refactors the requested reset & pending reset handling codeSalil Mehta2-36/+65
2017-12-05net: hns3: Add reset service task for handling reset requestsSalil Mehta2-11/+34
2017-12-05net: hns3: Refactor of the reset interrupt handling logicSalil Mehta2-32/+78
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-662/+2848
2017-11-14net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIsSalil Mehta2-81/+43
2017-11-11net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplexFuyun Liang1-12/+1
2017-11-11net: hns3: fix a bug when getting phy address from NCL_config fileFuyun Liang1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-2/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-03net: hns3: fix a bug for phy supported feature initializationFuyun Liang1-0/+10
2017-11-03net: hns3: add support for nway_resetFuyun Liang1-0/+18
2017-11-03net: hns3: add support for set_link_ksettingsFuyun Liang1-0/+11
2017-11-03net: hns3: fix a bug in hns3_driv_to_eth_capsFuyun Liang1-7/+2
2017-11-03net: hns3: fix for getting advertised_caps in hns3_get_link_ksettingsFuyun Liang1-0/+3
2017-11-03net: hns3: fix for getting autoneg in hns3_get_link_ksettingsFuyun Liang1-15/+15
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2017-11-02net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang1-0/+7
2017-11-02net: hns3: Fix a misuse to devm_free_irqqumingguang1-3/+2
2017-11-02net: hns3: Add reset interface implementation in clientLipeng1-0/+153
2017-11-02net: hns3: Add timeout process in hns3_enetLipeng2-0/+88
2017-11-02net: hns3: Add reset process in hclge_mainLipeng4-0/+326
2017-11-02net: hns3: Add support for misc interruptLipeng3-0/+81
2017-11-02net: hns3: Refactor the initialization of command queueLipeng3-16/+33
2017-11-02net: hns3: Refactor mac_init functionqumingguang1-7/+7
2017-11-02net: hns3: Refactor the mapping of tqp to vportLipeng1-11/+50
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02net: hns3: remove a couple of redundant assignmentsColin Ian King1-3/+0
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-01net: hns: set correct return valuePan Bian1-2/+2
2017-10-26net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tblLipeng1-3/+3
2017-10-26net: hns3: fix a bug in hclge_uninit_client_instanceLipeng1-2/+8
2017-10-26net: hns3: add nic_client check when initialize roce base informationLipeng1-1/+1
2017-10-26net: hns3: fix the bug of hns3_set_txbd_baseinfoLipeng1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-24net: hns3: fix a bug about hns3_clean_tx_ringLipeng2-4/+4
2017-10-24net: hns3: remove redundant memset when alloc bufferLipeng1-2/+0
2017-10-24net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng1-2/+2
2017-10-24net: hns3: get vf count by pci_sriov_get_totalvfsLipeng1-1/+2
2017-10-24net: hns3: fix the ops check in hns3_get_rxnfcLipeng1-1/+1