summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-11/+11
|\
| * net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-061-11/+11
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-096-41/+92
|\ \ | |/ |/|
| * net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil2016-08-256-41/+92
* | net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-221-47/+58
* | net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-223-33/+24
* | net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\ \
| * | net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King2016-08-261-1/+2
* | | net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun2016-08-231-12/+4
| |/ |/|
* | net: hns: Add reset function support for RoCE driveroulijun2016-08-194-0/+162
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-1/+1
|\ \ | |/
| * net: hns: fix typo in g_gmac_stats_string[]Fabian Frederick2016-08-101-1/+1
* | net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King2016-08-151-2/+1
|/
* ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin...Peter Chen2016-08-011-3/+4
* ethernet: hisilicon: hns: hns_dsaf_mac: add missing of_node_put after calling...Peter Chen2016-08-011-3/+6
* net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun2016-07-051-8/+8
* net: hns: add media-type property for hnsKejian Yan2016-07-015-3/+48
* net: hns: remove redundant hns_mac_dev_to_enet_if()Kejian Yan2016-07-011-15/+0
* net: hns: normalize two different loopDaode Huang2016-07-011-9/+9
* net: hns: add a space before "*/"Daode Huang2016-07-011-2/+2
* net: hns: delete redundant parentheseDaode Huang2016-07-011-2/+2
* net: hns: change code style from a = a + x to a += xDaode Huang2016-07-011-16/+16
* net: hns: fix code style about hns driverDaode Huang2016-07-011-9/+7
* net: hns: bug fix about TSO on|off when there is trafficDaode Huang2016-06-211-4/+4
* net: hns: change the default coalesce usecsDaode Huang2016-06-212-2/+2
* net: hns: fix sbm default parameters config errorDaode Huang2016-06-212-17/+39
* net: hns: fix bug that alloc skb fail lead to port unavailableJun He2016-06-211-2/+3
* net: hns: bug fix about led control logic when link downDaode Huang2016-06-211-5/+7
* net: hns: delete redundancy ring enable operationsDaode Huang2016-06-214-21/+10
* net: hns: add get_coalesce_range api for hnsDaode Huang2016-06-213-0/+40
* net: hns: fix bug of getting the wrong tcam dataDaode Huang2016-06-211-4/+4
* net: hns: add spin lock for tcam table operationDaode Huang2016-06-212-0/+27
* net: hns: bugfix about pfc pause frame statisticsDaode Huang2016-06-214-12/+81
* net: hns: fix the wrong speed for bondQianqian Xie2016-06-212-20/+25
* net: hns: fix ethtool loopback fail bugKejian Yan2016-06-211-21/+14
* net: hns: select Hilink before serdes loopback for HNS V2Kejian Yan2016-06-211-6/+20
* net: hns: fix the error info when dma_set_mask_and_coherent failQianqian Xie2016-06-211-1/+1
* net: hns: Remove unnecessary device resource freeQianqian Xie2016-06-211-35/+4
* net: hns: typo fix of annotation info for hns_nic_reset_subtask()Qianqian Xie2016-06-211-1/+1
* net: hns: add skb_reset_mac_header() after skb being allocKejian Yan2016-06-211-0/+1
* net: hns: fix hns dsaf v1 dont support tx_pause closeQianqian Xie2016-06-211-3/+3
* net: hns: bug fix of ge reset sequenceQianqian Xie2016-06-211-1/+5
* net: hns: net: hns: enet adds support of acpiKejian Yan2016-06-041-12/+44
* net: hns: implement the miscellaneous operation by aslKejian Yan2016-06-041-0/+167
* net: hns: register phy device in each mac initial sequenceKejian Yan2016-06-041-7/+126
* net: hns: dsaf adds support of acpiKejian Yan2016-06-043-83/+114
* net: hns: add dsaf misc operation methodKejian Yan2016-06-0410-70/+111
* net: hns: add uniform interface for phy connectionKejian Yan2016-06-048-25/+49
* net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan2016-06-044-14/+16
OpenPOWER on IntegriCloud