aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc/emac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+2
2020-06-28net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-02-24net/arc: Delete driver versionLeon Romanovsky1-1/+0
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-02-14net: arc_emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+2
2017-12-19net: arc_emac: restart stalled EMACAlexander Kochetkov1-0/+111
2017-12-19net: arc_emac: fix arc_emac_rx() error pathsAlexander Kochetkov1-22/+31
2017-08-03net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier1-0/+13
2017-04-21net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov1-1/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-11-15net: arc_emac: don't pass multicast packets to kernel in non-multicast modeAlexander Kochetkov1-1/+4
2016-11-15net: arc_emac: annonce IFF_MULTICAST supportAlexander Kochetkov1-2/+0
2016-10-19net: arc_emac: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-08-06net: arc_emac: add missing of_node_put() in arc_emac_probe()Wei Yongjun1-2/+4
2016-08-01ethernet: arc: emac_main: add missing of_node_put after calling of_parse_phandlePeter Chen1-4/+11
2016-07-04net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-38/+2
2016-07-04net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes1-17/+12
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang1-18/+17
2016-02-16net: arc_emac: fix sk_buff leakAlexander Kochetkov1-0/+62
2016-02-16net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov1-0/+3
2016-02-16net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov1-2/+7
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+37
2014-09-12net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani1-11/+32
2014-09-12net: arc_emac: enable tx interruptsBeniamino Galvani1-5/+5
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier1-0/+2
2014-09-02ethernet: arc: remove unused devJingoo Han1-1/+0
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier1-58/+22
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier1-1/+1
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier1-31/+33
2014-07-09arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser1-1/+0
2014-07-09arc_emac: Use net_device_stats from struct net_deviceTobias Klauser1-5/+5
2014-05-13arc_emac: add netpoll supportBeniamino Galvani1-0/+12
2014-05-13arc_emac: implement promiscuous mode and multicast filteringBeniamino Galvani1-0/+37
2014-04-27arc_emac: add clock handlingHeiko Stübner1-11/+35
2014-04-27arc_emac: fix probe error pathHeiko Stübner1-9/+14
2014-04-22arc_emac: write initial MAC address from devicetree to hwMax Schwarz1-7/+14
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-27arc_emac: fix potential use after freeEric Dumazet1-2/+2
2013-12-06arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli1-19/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+4