aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14net: hns: update the dependencyKejian Yan1-1/+1
2016-06-04net: hns: net: hns: enet adds support of acpiKejian Yan1-12/+44
2016-06-04net: hns: implement the miscellaneous operation by aslKejian Yan1-0/+167
2016-06-04net: hns: register phy device in each mac initial sequenceKejian Yan1-7/+126
2016-06-04net: hns: dsaf adds support of acpiKejian Yan3-83/+114
2016-06-04net: hns: add dsaf misc operation methodKejian Yan10-70/+111
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan8-25/+49
2016-06-04net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan4-14/+16
2016-06-04net: hns: use platform_get_irq instead of irq_of_parse_and_mapKejian Yan1-3/+2
2016-06-04net: hns: use device_* APIs instead of of_* APIsKejian Yan2-12/+8
2016-06-04net: hisilicon: add support of acpi for hns-mdioKejian Yan1-37/+69
2016-06-04net: hisilicon: cleanup to prepare for other casesKejian Yan1-30/+18
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-4/+4
2016-04-29net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-3/+3
2016-04-29net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)1-12/+14
2016-04-26net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)3-25/+30
2016-04-26net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)3-17/+19
2016-04-26net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)6-34/+51
2016-04-26net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)10-241/+261
2016-04-26net: hns: sort the header file by alphabetical orderDaode Huang3-14/+14
2016-04-26net: hns: add syscon operation for dsafYisen.Zhuang\(Zhuangyuzeng\)1-0/+14
2016-04-26net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)3-12/+37
2016-04-26net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)4-32/+22
2016-04-26net: hns: set debug port irq index to 0Daode Huang2-11/+2
2016-04-26net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)9-89/+84
2016-04-02net: hns: add support of pause frame ctrl for HNS V2Lisheng6-38/+104
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-195/+174
2016-03-28net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng3-6/+8
2016-03-28net: hns: fixed the setting and getting overtime bugLisheng4-154/+126
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2016-03-24net: hns: bug fix about getting hilink status for HNS v2Sheng Li2-18/+24
2016-03-24net: hns: fix warning of passing zero to 'PTR_ERR'Kejian Yan1-1/+1
2016-03-24net: hns: optimizate irq proccess for HNS V2Sheng Li1-4/+5
2016-03-24net: hns: remove useless variable assignment and commentQianqian Xie1-4/+1
2016-03-24net: hns: bug fix for return valuesQianqian Xie1-2/+2
2016-03-24net: hns: optimizate fmt of snprintf()Qianqian Xie1-1/+2
2016-03-24net: hns: fix a bug for cycle indexQianqian Xie1-6/+6
2016-03-22net: hns: bug fix about the overflow of mssDaode Huang1-9/+8
2016-03-22net: hns: adds limitation for debug port mtuKejian Yan2-0/+4
2016-03-22net: hns: fix the bug about mtu settingKejian Yan4-1/+9
2016-03-22net: hns: fixes a bug of RSSKejian Yan2-2/+22
2016-03-22net: hns: fix return value of the function about rssKejian Yan3-20/+8
2016-03-22net: hns: set xge statistic reg as read onlyQianqian Xie1-2/+3
2016-03-22net: hns: fixed the bug about GMACs mac settingSheng Li1-10/+8
2016-03-22net: hns: add uc match for debug portsKejian Yan5-2/+43
2016-03-22net: hns: fixed portid bug in sending manage pktSheng Li3-1/+9
2016-03-22net: hns: bug fix about ping6Kejian Yan1-0/+9
2016-03-07net: hns: fix the bug about loopbackyankejian5-1/+65
2016-03-07net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEMKrzysztof Kozlowski1-0/+1