aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-07net: hns: fix device reference leaksJohan Hovold1-1/+7
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+2
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds9-53/+118
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+11
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-41/+92
2016-10-06net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King1-11/+11
2016-10-03net: hns: delete redundant broadcast packet filter processDaode Huang1-10/+0
2016-10-03net: hns: bug fix about broadcast/multicast packetsDaode Huang1-0/+16
2016-10-03net: hns: fix the bug of forwarding tableDaode Huang3-5/+18
2016-10-03net: hns: fix port not available after testing loopbackKejian Yan4-14/+7
2016-10-03net: hns: delete repeat read fbd num after whileDaode Huang1-13/+2
2016-10-03net: hns: add fini_process for v2 napi processDaode Huang1-7/+38
2016-10-03net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2-0/+20
2016-10-03net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng1-5/+18
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-22net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-47/+58
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes3-33/+24
2016-09-17hisilicon: constify net_device_ops structuresJulia Lawall1-1/+1
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall4-4/+4
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-26net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King1-1/+2
2016-08-25net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil6-41/+92
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-19net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-15net: hns: mdio->irq is an array, so no need to check if it is nullColin Ian King1-2/+1
2016-08-10net: hns: fix typo in g_gmac_stats_string[]Fabian Frederick1-1/+1
2016-08-01ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after calling of_parse_phandlePeter Chen1-3/+4
2016-08-01ethernet: hisilicon: hns: hns_dsaf_mac: add missing of_node_put after calling of_parse_phandlePeter Chen1-3/+6
2016-07-16net: hisilicon: Add Fast Ethernet MAC driverDongpo Li3-0/+1020
2016-07-05net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun1-8/+8
2016-07-01net: hns: get reset registers from DTKejian Yan1-14/+66
2016-07-01net: hns: add media-type property for hnsKejian Yan5-3/+48
2016-07-01net: hns: remove redundant hns_mac_dev_to_enet_if()Kejian Yan1-15/+0
2016-07-01net: hns: normalize two different loopDaode Huang1-9/+9
2016-07-01net: hns: add a space before "*/"Daode Huang1-2/+2
2016-07-01net: hns: delete redundant parentheseDaode Huang1-2/+2
2016-07-01net: hns: change code style from a = a + x to a += xDaode Huang1-16/+16
2016-07-01net: hns: fix code style about hns driverDaode Huang1-9/+7
2016-06-28net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-28net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes1-17/+13
2016-06-21net: hns: bug fix about TSO on|off when there is trafficDaode Huang1-4/+4
2016-06-21net: hns: change the default coalesce usecsDaode Huang2-2/+2
2016-06-21net: hns: fix sbm default parameters config errorDaode Huang2-17/+39
2016-06-21net: hns: fix bug that alloc skb fail lead to port unavailableJun He1-2/+3
2016-06-21net: hns: bug fix about led control logic when link downDaode Huang1-5/+7
2016-06-21net: hns: delete redundancy ring enable operationsDaode Huang4-21/+10