summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ethoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ethoc: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0
* ethoc: Cleanup driver formatBarry Grussling2013-01-291-17/+17
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+2
* ethoc: fix mac address setJiri Pirko2013-01-061-11/+11
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* net/ethernet: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+2
* ethoc: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-2/+18
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-12/+1
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* ethoc: Move the Avionic driverJeff Kirsher2011-08-121-0/+1203