summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: arc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-7/+4
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* net: arc: Make arc_emac_remove() return voidUwe Kleine-König2023-05-194-10/+7
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: arc_emac: Fix use after free in arc_mdio_probe()Jianglei Nie2022-03-101-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+1
|\
| * net: arc: select CRC32Vegard Nossum2021-10-131-0/+1
* | ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* | of: net: move of_net under net/Jakub Kicinski2021-10-071-2/+2
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | net: arc_emac: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-5/+4
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: arc: Demote non-compliant kernel-doc headersYang Shen2021-05-171-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-6/+2
* 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