summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc
AgeCommit message (Expand)AuthorLines
2016-10-19net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun-1/+1
2016-09-06net: arc_emac: mark arc_mdio_reset() staticBaoyou Xie-1/+1
2016-08-06net: arc_emac: add missing of_node_put() in arc_emac_probe()Wei Yongjun-2/+4
2016-08-01ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandlePeter Chen-4/+11
2016-07-04net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-38/+2
2016-07-04net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes-18/+12
2016-05-25net: arc: trivial: Replace comma with a semicolonMarek Vasut-1/+1
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang-57/+75
2016-03-16net: arc_emac: support the phy reset for emac driverCaesar Wang-0/+43
2016-02-16net: arc_emac: fix sk_buff leakAlexander Kochetkov-0/+62
2016-02-16net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov-0/+3
2016-02-16net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov-2/+7
2016-01-10net: ethernet: arc: Add support emac for RK3036Xing Zheng-3/+9
2016-01-10net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng-24/+45
2016-01-10net: ethernet: arc: Probe emac after set RMII clockXing Zheng-4/+7
2015-09-21net: arc: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-3/+1
2015-04-23ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven-3/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+37
2014-09-12net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani-11/+32
2014-09-12net: arc_emac: enable tx interruptsBeniamino Galvani-5/+5
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier-1/+2
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier-1/+244
2014-09-02ethernet: arc: remove unused devJingoo Han-1/+0
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier-61/+129
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier-6/+5
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier-31/+33
2014-07-09arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser-3/+0
2014-07-09arc_emac: Use net_device_stats from struct net_deviceTobias Klauser-7/+5
2014-05-13arc_emac: add netpoll supportBeniamino Galvani-0/+12
2014-05-13arc_emac: implement promiscuous mode and multicast filteringBeniamino Galvani-0/+37
2014-04-27arc_emac: add clock handlingHeiko Stübner-11/+37
2014-04-27arc_emac: fix probe error pathHeiko Stübner-9/+14
2014-04-22arc_emac: write initial MAC address from devicetree to hwMax Schwarz-7/+14
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2013-12-27arc_emac: fix potential use after freeEric Dumazet-2/+2
2013-12-06arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli-21/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+4
2013-11-11ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()Wei Yongjun-0/+1
2013-10-29arc_emac: drop redundant mac address checkLuka Perkov-3/+3
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding-5/+5
2013-09-05ethernet/arc/arc_emac: Fix huge delays in large file copiesVineet Gupta-2/+2
2013-08-13ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin-1/+1
2013-06-26arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin-26/+39
2013-06-25ethernet/arc/arc_emac - Add new driverAlexey Brodkin-0/+1209