summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ethoc.c
Commit message (Expand)AuthorAge
* net: ethoc: enable NAPI before poll may be scheduledMax Filippov2017-06-06
* net: ethoc: Use ether_addr_copy()Tobias Klauser2017-03-21
* net: ethoc: Use eth_hw_addr_random()Tobias Klauser2017-02-17
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser2017-01-17
* net: ethoc: Remove unused members from struct ethocTobias Klauser2017-01-05
* net: ethoc: Demote packet dropped error message to debugFlorian Fainelli2016-12-05
* net: ethoc: Utilize of_get_mac_address()Florian Fainelli2016-12-05
* net: ethoc: Account for duplex changesFlorian Fainelli2016-12-05
* net: ethoc: Implement ethtool::nway_resetFlorian Fainelli2016-11-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * net: ethoc: Correctly pad short packetsFlorian Fainelli2016-07-12
| * net: ethoc: Fix early error pathsFlorian Fainelli2016-07-12
* | net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-15
* | net: ethernet: ethoc: use phydev from struct net_devicePhilippe Reynes2016-07-15
|/
* net/ethoc: fix null dereference on error exit pathColin Ian King2016-06-01
* net/ethoc: do not free array priv->mdio->irqColin Ian King2016-03-06
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-07
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-07
* net/ethoc: support big-endian register layoutMax Filippov2015-09-23
* net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-09
* net: ethoc: constify of_device_id arrayFabian Frederick2015-03-17
* net: ethernet: drop owner assignment from platform_driversWolfram Sang2014-10-20
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-03
* net: ethoc: remove ethoc_configFlorian Fainelli2014-04-21
* net: ethoc: remove empty MDIO bus functionFlorian Fainelli2014-03-28
* net: ethoc: set up MII management bus clockMax Filippov2014-02-04
* net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov2014-02-04
* net: ethoc: implement ethtool get/set ring parametersMax Filippov2014-02-01
* net: ethoc: implement ethtool get registersMax Filippov2014-02-01
* net: ethoc: implement ethtool get/set settingsMax Filippov2014-02-01
* net: ethoc: implement basic ethtool operationsMax Filippov2014-02-01
* net: ethoc: use dev_get_platdata()Jingoo Han2013-08-30
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-27
* ethoc: Cleanup driver formatBarry Grussling2013-01-29
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-14
* ethoc: fix mac address setJiri Pirko2013-01-06
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-03
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-03
* net/ethernet: remove __dev* attributesBill Pemberton2012-12-03
* ethernet: Use eth_random_addrJoe Perches2012-07-16
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-10
* ethoc: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-17
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-30
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-29
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-31
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* ethoc: Move the Avionic driverJeff Kirsher2011-08-12