summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ethoc.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-2/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: ethoc: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-8/+4
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+1
* net: ethernet: Fix memleak in ethoc_probeDinghao Liu2020-12-231-1/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-4/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+2
* net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-4/+2
* net: ethoc: enable NAPI before poll may be scheduledMax Filippov2017-06-061-1/+2
* net: ethoc: Use ether_addr_copy()Tobias Klauser2017-03-211-2/+2
* net: ethoc: Use eth_hw_addr_random()Tobias Klauser2017-02-171-8/+2
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser2017-01-171-1/+1
* net: ethoc: Remove unused members from struct ethocTobias Klauser2017-01-051-7/+0
* net: ethoc: Demote packet dropped error message to debugFlorian Fainelli2016-12-051-1/+1
* net: ethoc: Utilize of_get_mac_address()Florian Fainelli2016-12-051-4/+3
* net: ethoc: Account for duplex changesFlorian Fainelli2016-12-051-0/+35
* net: ethoc: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-5/+11
|\
| * net: ethoc: Correctly pad short packetsFlorian Fainelli2016-07-121-0/+6
| * net: ethoc: Fix early error pathsFlorian Fainelli2016-07-121-5/+5
* | net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-22/+2
* | net: ethernet: ethoc: use phydev from struct net_devicePhilippe Reynes2016-07-151-13/+7
|/
* net/ethoc: fix null dereference on error exit pathColin Ian King2016-06-011-3/+4
* net/ethoc: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-2/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1
* net/ethoc: support big-endian register layoutMax Filippov2015-09-231-2/+12
* net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-091-6/+1
* net: ethoc: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: ethernet: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-031-2/+0
* net: ethoc: remove ethoc_configFlorian Fainelli2014-04-211-6/+0
* net: ethoc: remove empty MDIO bus functionFlorian Fainelli2014-03-281-6/+0
* net: ethoc: set up MII management bus clockMax Filippov2014-02-041-2/+30
* net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov2014-02-041-0/+5
* net: ethoc: implement ethtool get/set ring parametersMax Filippov2014-02-011-0/+51
* net: ethoc: implement ethtool get registersMax Filippov2014-02-011-0/+20
* net: ethoc: implement ethtool get/set settingsMax Filippov2014-02-011-0/+24
* net: ethoc: implement basic ethtool operationsMax Filippov2014-02-011-0/+6