summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc
AgeCommit message (Expand)AuthorLines
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-10-13net: arc: select CRC32Vegard Nossum-0/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski-1/+1
2021-10-07of: net: move of_net under net/Jakub Kicinski-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-09-16net: arc_emac: Make use of the helper function dev_err_probe()Cai Huoqing-5/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-05-17net: arc: Demote non-compliant kernel-doc headersYang Shen-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-6/+2
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg-1/+1
2020-08-24net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu-0/+1
2020-06-28net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-02-24net/arc: Delete driver versionLeon Romanovsky-6/+0
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit-13/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-7/+15
2019-11-01net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-20/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-02-14net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei-1/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn-1/+2
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven-2/+4
2018-03-20net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET-2/+4
2017-12-19net: arc_emac: restart stalled EMACAlexander Kochetkov-0/+113
2017-12-19net: arc_emac: fix arc_emac_rx() error pathsAlexander Kochetkov-22/+31
2017-12-13net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj-3/+7
2017-12-07net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-08-03net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier-0/+13
2017-04-21net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov-1/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-11-29net: arc_emac: add dependencies on associated arches and compile testPeter Robinson-2/+3
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2016-11-15net: arc_emac: don't pass multicast packets to kernel in non-multicast modeAlexander Kochetkov-1/+4
2016-11-15net: arc_emac: annonce IFF_MULTICAST supportAlexander Kochetkov-2/+0
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