summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/arc
AgeCommit message (Expand)Author
2023-09-20net: ethernet: arc: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-05-19net: arc: Make arc_emac_remove() return voidUwe Kleine-König
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-03-10net: arc_emac: Fix use after free in arc_mdio_probe()Jianglei Nie
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-13net: arc: select CRC32Vegard Nossum
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-07of: net: move of_net under net/Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-16net: arc_emac: Make use of the helper function dev_err_probe()Cai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: arc: Demote non-compliant kernel-doc headersYang Shen
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg
2020-08-24net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu
2020-06-28net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-02-24net/arc: Delete driver versionLeon Romanovsky
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-01net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-02-14net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei
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