aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/arc
AgeCommit message (Expand)Author
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-03-20net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET
2017-12-19net: arc_emac: restart stalled EMACAlexander Kochetkov
2017-12-19net: arc_emac: fix arc_emac_rx() error pathsAlexander Kochetkov
2017-12-13net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj
2017-12-07net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-03net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier
2017-04-21net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-29net: arc_emac: add dependencies on associated arches and compile testPeter Robinson
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-15net: arc_emac: don't pass multicast packets to kernel in non-multicast modeAlexander Kochetkov
2016-11-15net: arc_emac: annonce IFF_MULTICAST supportAlexander Kochetkov
2016-10-19net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun
2016-09-06net: arc_emac: mark arc_mdio_reset() staticBaoyou Xie
2016-08-06net: arc_emac: add missing of_node_put() in arc_emac_probe()Wei Yongjun
2016-08-01ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-04net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-04net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes
2016-05-25net: arc: trivial: Replace comma with a semicolonMarek Vasut
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang
2016-03-16net: arc_emac: support the phy reset for emac driverCaesar Wang
2016-02-16net: arc_emac: fix sk_buff leakAlexander Kochetkov
2016-02-16net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov
2016-02-16net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov
2016-01-10net: ethernet: arc: Add support emac for RK3036Xing Zheng
2016-01-10net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng
2016-01-10net: ethernet: arc: Probe emac after set RMII clockXing Zheng
2015-09-21net: arc: Fix module autoload for OF platform driverLuis de Bethencourt
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-04-23ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-12net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani
2014-09-12net: arc_emac: enable tx interruptsBeniamino Galvani
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier
2014-09-02ethernet: arc: remove unused devJingoo Han
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier
2014-07-09arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser
2014-07-09arc_emac: Use net_device_stats from struct net_deviceTobias Klauser
2014-05-13arc_emac: add netpoll supportBeniamino Galvani
2014-05-13arc_emac: implement promiscuous mode and multicast filteringBeniamino Galvani
2014-04-27arc_emac: add clock handlingHeiko Stübner
2014-04-27arc_emac: fix probe error pathHeiko Stübner
2014-04-22arc_emac: write initial MAC address from devicetree to hwMax Schwarz
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller