summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2020-09-251-1/+1
* net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu2020-08-241-0/+1
* net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* net/arc: Delete driver versionLeon Romanovsky2020-02-244-6/+0
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-13/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-042-7/+15
* net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan2019-11-011-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-141-1/+1
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-1/+2
* net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-2/+4
* net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET2018-03-201-2/+4
* net: arc_emac: restart stalled EMACAlexander Kochetkov2017-12-192-0/+113
* net: arc_emac: fix arc_emac_rx() error pathsAlexander Kochetkov2017-12-191-22/+31
* net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj2017-12-131-3/+7
* net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj2017-12-071-2/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier2017-08-031-0/+13
* net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov2017-04-211-1/+3
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: arc_emac: add dependencies on associated arches and compile testPeter Robinson2016-11-291-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-3/+4
|\
| * net: arc_emac: don't pass multicast packets to kernel in non-multicast modeAlexander Kochetkov2016-11-151-1/+4
| * net: arc_emac: annonce IFF_MULTICAST supportAlexander Kochetkov2016-11-151-2/+0
* | net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-191-1/+1
|/
* net: arc_emac: mark arc_mdio_reset() staticBaoyou Xie2016-09-061-1/+1
* net: arc_emac: add missing of_node_put() in arc_emac_probe()Wei Yongjun2016-08-061-2/+4
* ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-011-4/+11
* net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-041-38/+2
* net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes2016-07-042-18/+12
* net: arc: trivial: Replace comma with a semicolonMarek Vasut2016-05-251-1/+1
* net: arc: trivial: cleanup the emac driverCaesar Wang2016-03-164-57/+75
* net: arc_emac: support the phy reset for emac driverCaesar Wang2016-03-162-0/+43
* net: arc_emac: fix sk_buff leakAlexander Kochetkov2016-02-161-0/+62
* net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov2016-02-161-0/+3
* net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov2016-02-161-2/+7
* net: ethernet: arc: Add support emac for RK3036Xing Zheng2016-01-102-3/+9
* net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng2016-01-101-24/+45
* net: ethernet: arc: Probe emac after set RMII clockXing Zheng2016-01-101-4/+7
* net: arc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven2015-04-231-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-16/+37
|\
| * net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani2014-09-121-11/+32
| * net: arc_emac: enable tx interruptsBeniamino Galvani2014-09-121-5/+5