summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ethoc.c
AgeCommit message (Expand)Author
2020-12-23net: ethernet: Fix memleak in ethoc_probeDinghao Liu
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing
2017-06-06net: ethoc: enable NAPI before poll may be scheduledMax Filippov
2017-03-21net: ethoc: Use ether_addr_copy()Tobias Klauser
2017-02-17net: ethoc: Use eth_hw_addr_random()Tobias Klauser
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-17net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser
2017-01-05net: ethoc: Remove unused members from struct ethocTobias Klauser
2016-12-05net: ethoc: Demote packet dropped error message to debugFlorian Fainelli
2016-12-05net: ethoc: Utilize of_get_mac_address()Florian Fainelli
2016-12-05net: ethoc: Account for duplex changesFlorian Fainelli
2016-11-16net: ethoc: Implement ethtool::nway_resetFlorian Fainelli
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: ethoc: use phydev from struct net_devicePhilippe Reynes
2016-07-12net: ethoc: Correctly pad short packetsFlorian Fainelli
2016-07-12net: ethoc: Fix early error pathsFlorian Fainelli
2016-06-01net/ethoc: fix null dereference on error exit pathColin Ian King
2016-03-06net/ethoc: do not free array priv->mdio->irqColin Ian King
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-09-23net/ethoc: support big-endian register layoutMax Filippov
2015-09-09net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser
2015-03-17net: ethoc: constify of_device_id arrayFabian Frederick
2014-10-20net: ethernet: drop owner assignment from platform_driversWolfram Sang
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-04-21net: ethoc: remove ethoc_configFlorian Fainelli
2014-03-28net: ethoc: remove empty MDIO bus functionFlorian Fainelli
2014-02-04net: ethoc: set up MII management bus clockMax Filippov
2014-02-04net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov
2014-02-01net: ethoc: implement ethtool get/set ring parametersMax Filippov
2014-02-01net: ethoc: implement ethtool get registersMax Filippov
2014-02-01net: ethoc: implement ethtool get/set settingsMax Filippov
2014-02-01net: ethoc: implement basic ethtool operationsMax Filippov
2013-08-30net: ethoc: use dev_get_platdata()Jingoo Han
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-29ethoc: Cleanup driver formatBarry Grussling
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethoc: fix mac address setJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton