aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07phy: Use phy_read() instead of mdiobus_read()Andrew Lunn1-68/+36
2016-01-06net: hns: avoid uninitialized variable warning:Arnd Bergmann1-25/+22
2015-12-29net: hns: use to_platform_device()Geliang Tang1-2/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-40/+20
2015-12-13net:hns: print MAC with %pMAndy Shevchenko1-35/+14
2015-12-13net:hns: annotate IO address space properlyAndy Shevchenko1-5/+6
2015-12-08net: hns: optimize XGE capability by reducing cpu usageyankejian3-30/+55
2015-12-04net:hns: Add the init code to disable Hip06 "Hardware VLAN assist"Salil2-51/+59
2015-12-04net:hns: Add support of ethtool TSO set option for Hip06 in HNSSalil1-0/+47
2015-12-04net:hns: Add Hip06 "TSO(TCP Segment Offload)" support HNS DriverSalil6-4/+95
2015-12-04net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS DriverSalil6-10/+242
2015-12-04net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil14-196/+689
2015-11-09net: hisilicon: NET_VENDOR_HISILICON should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-11-01net: hisilicon: Remove .owner assignment from platform_driverhuangdaode1-1/+0
2015-10-27net: hns: fixes the bug tested XGE by ethtool -pLi Peng1-8/+1
2015-10-22net: hisilicon: deals with the sub ctrl by sysconyankejian1-10/+11
2015-10-21net: hisilicon: fix ptr_ret.cocci warningsWu Fengguang1-4/+1
2015-10-18net: hix5hd2_gmac: avoid integer overload warningArnd Bergmann1-1/+1
2015-10-18net: hisilicon: add OF dependencyArnd Bergmann1-1/+1
2015-10-18net: hisilicon: include linux/vmalloc.h in dsafArnd Bergmann1-0/+2
2015-10-18net: hns: fixes a bug about timeout by pause framelisheng1-7/+6
2015-10-18net: hns: fixes the issue by using ethtool -sChenny Xu1-27/+12
2015-10-18net: hisilicon fix a bug on Hisilicon Network Subsystemhuangdaode1-1/+1
2015-10-18net: hisilicon rm hnae sysfs interfacehuangdaode1-47/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-10-15net: hisilicon: fixes a bug when using ethtool -Slipeng1-3/+3
2015-10-14net: hisilicon net: fix a bug about ledlipeng1-1/+3
2015-10-14net: hisilicon: supports promisc modeyankejian7-3/+55
2015-10-12net: hns: fix the unknown phy_nterface_t type errorhuangdaode1-0/+1
2015-10-12net: HNS: fix MDIO dependenciesArnd Bergmann1-3/+2
2015-10-08net: hns: fix 32-bit build warningArnd Bergmann1-6/+6
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-09-28net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode6-25/+7
2015-09-26net: hisilicon: fix handling platform_get_irq resultAndrzej Hajda1-1/+1
2015-09-20net: add Hisilicon Network Subsystem basic ethernet supporthuangdaode5-0/+2971
2015-09-20net: add Hisilicon Network Subsystem DSAF supporthuangdaode18-0/+9798
2015-09-20net: add Hisilicon Network Subsystem hnae framework supporthuangdaode5-0/+1103
2015-09-20net: add Hisilicon Network Subsystem MDIO supporthuangdaode4-187/+531
2015-07-10net: Drop owner assignment from platform_driverKrzysztof Kozlowski2-2/+0
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-1/+0
2015-05-12hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-04-15net: hip04: Make tx coalesce timer actually workThomas Gleixner1-7/+11
2015-02-02net: hip04: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2015-01-28hisilicon: add some missing curly bracesDan Carpenter1-1/+2
2015-01-14net: hisilicon: new hip04 ethernet driverdingtianhong2-1/+970
2015-01-14net: hisilicon: new hip04 MDIO driverZhangfei Gao3-0/+196
2014-06-02net: hisilicon: add hix5hd2 mac driverZhangfei Gao3-0/+1098