summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
|\
| * net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0
| * net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| * net: hns: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| * net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
| * net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
| * net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| * net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | 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: hip04: mark tx_done() staticBaoyou Xie2016-09-261-1/+1
* | net: hisilicon: mark symbols static where possibleBaoyou Xie2016-09-261-3/+3
* | 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
* | hisilicon: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* | net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-314-4/+4
* | 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: hisilicon: Add Fast Ethernet MAC driverDongpo Li2016-07-163-0/+1020
* net: hns: fix return value check in hns_dsaf_get_cfg()Wei Yongjun2016-07-051-8/+8
* net: hns: get reset registers from DTKejian Yan2016-07-011-14/+66
* 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: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-20/+2
* net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes2016-06-281-17/+13
* 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
OpenPOWER on IntegriCloud