aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-38/+2
2016-07-04net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-05-25net: arc: trivial: Replace comma with a semicolonMarek Vasut1-1/+1
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang4-57/+75
2016-03-16net: arc_emac: support the phy reset for emac driverCaesar Wang2-0/+43
2016-02-16net: arc_emac: fix sk_buff leakAlexander Kochetkov1-0/+62
2016-02-16net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov1-0/+3
2016-02-16net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov1-2/+7
2016-01-10net: ethernet: arc: Add support emac for RK3036Xing Zheng2-3/+9
2016-01-10net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng1-24/+45
2016-01-10net: ethernet: arc: Probe emac after set RMII clockXing Zheng1-4/+7
2015-09-21net: arc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-04-23ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven1-3/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+37
2014-09-12net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani1-11/+32
2014-09-12net: arc_emac: enable tx interruptsBeniamino Galvani1-5/+5
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier1-1/+2
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier5-1/+244
2014-09-02ethernet: arc: remove unused devJingoo Han1-1/+0
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier5-61/+129
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier3-6/+5
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier1-31/+33
2014-07-09arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser2-3/+0
2014-07-09arc_emac: Use net_device_stats from struct net_deviceTobias Klauser2-7/+5
2014-05-13arc_emac: add netpoll supportBeniamino Galvani1-0/+12
2014-05-13arc_emac: implement promiscuous mode and multicast filteringBeniamino Galvani1-0/+37
2014-04-27arc_emac: add clock handlingHeiko Stübner2-11/+37
2014-04-27arc_emac: fix probe error pathHeiko Stübner1-9/+14
2014-04-22arc_emac: write initial MAC address from devicetree to hwMax Schwarz1-7/+14
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-27arc_emac: fix potential use after freeEric Dumazet1-2/+2
2013-12-06arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli2-21/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+4
2013-11-11ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()Wei Yongjun1-0/+1
2013-10-29arc_emac: drop redundant mac address checkLuka Perkov1-3/+3
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-5/+5
2013-09-05ethernet/arc/arc_emac: Fix huge delays in large file copiesVineet Gupta1-2/+2
2013-08-13ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-06-26arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin1-26/+39
2013-06-25ethernet/arc/arc_emac - Add new driverAlexey Brodkin5-0/+1209