summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* 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/+14Star
* 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/+4Star
* 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: update the dependencyKejian Yan2016-06-151-1/+1
* net: hns: net: hns: enet adds support of acpiKejian Yan2016-06-051-12/+44
* net: hns: implement the miscellaneous operation by aslKejian Yan2016-06-051-0/+167
* net: hns: register phy device in each mac initial sequenceKejian Yan2016-06-051-7/+126
* net: hns: dsaf adds support of acpiKejian Yan2016-06-053-83/+114
* net: hns: add dsaf misc operation methodKejian Yan2016-06-0510-70/+111
* net: hns: add uniform interface for phy connectionKejian Yan2016-06-058-25/+49
* net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan2016-06-054-14/+16
* net: hns: use platform_get_irq instead of irq_of_parse_and_mapKejian Yan2016-06-051-3/+2Star
* net: hns: use device_* APIs instead of of_* APIsKejian Yan2016-06-052-12/+8Star
* net: hisilicon: add support of acpi for hns-mdioKejian Yan2016-06-051-37/+69
* net: hisilicon: cleanup to prepare for other casesKejian Yan2016-06-051-30/+18Star
* net: hns: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-231-11/+0Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-4/+4
* net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-3/+3
* net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-12/+14
* net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-25/+30
* net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-17/+19
* net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-266-34/+51
* net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)2016-04-2610-241/+261
* net: hns: sort the header file by alphabetical orderDaode Huang2016-04-263-14/+14
* net: hns: add syscon operation for dsafYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-0/+14
* net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-12/+37
* net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)2016-04-264-32/+22Star
* net: hns: set debug port irq index to 0Daode Huang2016-04-262-11/+2Star
* net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)2016-04-269-89/+84Star
* net: hns: add support of pause frame ctrl for HNS V2Lisheng2016-04-036-38/+104
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0210-195/+174Star
|\
| * net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng2016-03-283-6/+8
| * net: hns: fixed the setting and getting overtime bugLisheng2016-03-284-154/+126Star
| * net: hns: bug fix about getting hilink status for HNS v2Sheng Li2016-03-242-18/+24