| Commit message (Expand) | Author | Age | Files | Lines |
* | net: hns: remove redundant dev_err call in hns_dsaf_get_cfg() | Wei Yongjun | 2016-08-23 | 1 | -12/+4 |
* | net: hns: Add reset function support for RoCE driver | oulijun | 2016-08-19 | 4 | -0/+162 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 1 | -1/+1 |
|\ |
|
| * | net: hns: fix typo in g_gmac_stats_string[] | Fabian Frederick | 2016-08-10 | 1 | -1/+1 |
* | | net: hns: mdio->irq is an array, so no need to check if it is null | Colin Ian King | 2016-08-15 | 1 | -2/+1 |
|/ |
|
* | ethernet: hisilicon: hns: hns_dsaf_main: add missing of_node_put after callin... | Peter Chen | 2016-08-01 | 1 | -3/+4 |
* | ethernet: hisilicon: hns: hns_dsaf_mac: add missing of_node_put after calling... | Peter Chen | 2016-08-01 | 1 | -3/+6 |
* | net: hisilicon: Add Fast Ethernet MAC driver | Dongpo Li | 2016-07-16 | 3 | -0/+1020 |
* | net: hns: fix return value check in hns_dsaf_get_cfg() | Wei Yongjun | 2016-07-05 | 1 | -8/+8 |
* | net: hns: get reset registers from DT | Kejian Yan | 2016-07-01 | 1 | -14/+66 |
* | net: hns: add media-type property for hns | Kejian Yan | 2016-07-01 | 5 | -3/+48 |
* | net: hns: remove redundant hns_mac_dev_to_enet_if() | Kejian Yan | 2016-07-01 | 1 | -15/+0 |
* | net: hns: normalize two different loop | Daode Huang | 2016-07-01 | 1 | -9/+9 |
* | net: hns: add a space before "*/" | Daode Huang | 2016-07-01 | 1 | -2/+2 |
* | net: hns: delete redundant parenthese | Daode Huang | 2016-07-01 | 1 | -2/+2 |
* | net: hns: change code style from a = a + x to a += x | Daode Huang | 2016-07-01 | 1 | -16/+16 |
* | net: hns: fix code style about hns driver | Daode Huang | 2016-07-01 | 1 | -9/+7 |
* | net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-06-28 | 1 | -20/+2 |
* | net: ethernet: hix5hd2: use phydev from struct net_device | Philippe Reynes | 2016-06-28 | 1 | -17/+13 |
* | net: hns: bug fix about TSO on|off when there is traffic | Daode Huang | 2016-06-21 | 1 | -4/+4 |
* | net: hns: change the default coalesce usecs | Daode Huang | 2016-06-21 | 2 | -2/+2 |
* | net: hns: fix sbm default parameters config error | Daode Huang | 2016-06-21 | 2 | -17/+39 |
* | net: hns: fix bug that alloc skb fail lead to port unavailable | Jun He | 2016-06-21 | 1 | -2/+3 |
* | net: hns: bug fix about led control logic when link down | Daode Huang | 2016-06-21 | 1 | -5/+7 |
* | net: hns: delete redundancy ring enable operations | Daode Huang | 2016-06-21 | 4 | -21/+10 |
* | net: hns: add get_coalesce_range api for hns | Daode Huang | 2016-06-21 | 3 | -0/+40 |
* | net: hns: fix bug of getting the wrong tcam data | Daode Huang | 2016-06-21 | 1 | -4/+4 |
* | net: hns: add spin lock for tcam table operation | Daode Huang | 2016-06-21 | 2 | -0/+27 |
* | net: hns: bugfix about pfc pause frame statistics | Daode Huang | 2016-06-21 | 4 | -12/+81 |
* | net: hns: fix the wrong speed for bond | Qianqian Xie | 2016-06-21 | 2 | -20/+25 |
* | net: hns: fix ethtool loopback fail bug | Kejian Yan | 2016-06-21 | 1 | -21/+14 |
* | net: hns: select Hilink before serdes loopback for HNS V2 | Kejian Yan | 2016-06-21 | 1 | -6/+20 |
* | net: hns: fix the error info when dma_set_mask_and_coherent fail | Qianqian Xie | 2016-06-21 | 1 | -1/+1 |
* | net: hns: Remove unnecessary device resource free | Qianqian Xie | 2016-06-21 | 1 | -35/+4 |
* | net: hns: typo fix of annotation info for hns_nic_reset_subtask() | Qianqian Xie | 2016-06-21 | 1 | -1/+1 |
* | net: hns: add skb_reset_mac_header() after skb being alloc | Kejian Yan | 2016-06-21 | 1 | -0/+1 |
* | net: hns: fix hns dsaf v1 dont support tx_pause close | Qianqian Xie | 2016-06-21 | 1 | -3/+3 |
* | net: hns: bug fix of ge reset sequence | Qianqian Xie | 2016-06-21 | 1 | -1/+5 |
* | net: hns: update the dependency | Kejian Yan | 2016-06-14 | 1 | -1/+1 |
* | net: hns: net: hns: enet adds support of acpi | Kejian Yan | 2016-06-04 | 1 | -12/+44 |
* | net: hns: implement the miscellaneous operation by asl | Kejian Yan | 2016-06-04 | 1 | -0/+167 |
* | net: hns: register phy device in each mac initial sequence | Kejian Yan | 2016-06-04 | 1 | -7/+126 |
* | net: hns: dsaf adds support of acpi | Kejian Yan | 2016-06-04 | 3 | -83/+114 |
* | net: hns: add dsaf misc operation method | Kejian Yan | 2016-06-04 | 10 | -70/+111 |
* | net: hns: add uniform interface for phy connection | Kejian Yan | 2016-06-04 | 8 | -25/+49 |
* | net: hns: enet specify a reference to dsaf by fwnode_handle | Kejian Yan | 2016-06-04 | 4 | -14/+16 |
* | net: hns: use platform_get_irq instead of irq_of_parse_and_map | Kejian Yan | 2016-06-04 | 1 | -3/+2 |
* | net: hns: use device_* APIs instead of of_* APIs | Kejian Yan | 2016-06-04 | 2 | -12/+8 |
* | net: hisilicon: add support of acpi for hns-mdio | Kejian Yan | 2016-06-04 | 1 | -37/+69 |
* | net: hisilicon: cleanup to prepare for other cases | Kejian Yan | 2016-06-04 | 1 | -30/+18 |