aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ethoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+2
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing1-4/+2
2017-06-06net: ethoc: enable NAPI before poll may be scheduledMax Filippov1-1/+2
2017-03-21net: ethoc: Use ether_addr_copy()Tobias Klauser1-2/+2
2017-02-17net: ethoc: Use eth_hw_addr_random()Tobias Klauser1-8/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-17net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser1-1/+1
2017-01-05net: ethoc: Remove unused members from struct ethocTobias Klauser1-7/+0
2016-12-05net: ethoc: Demote packet dropped error message to debugFlorian Fainelli1-1/+1
2016-12-05net: ethoc: Utilize of_get_mac_address()Florian Fainelli1-4/+3
2016-12-05net: ethoc: Account for duplex changesFlorian Fainelli1-0/+35
2016-11-16net: ethoc: Implement ethtool::nway_resetFlorian Fainelli1-0/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+11
2016-07-15net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-07-15net: ethernet: ethoc: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-07-12net: ethoc: Correctly pad short packetsFlorian Fainelli1-0/+6
2016-07-12net: ethoc: Fix early error pathsFlorian Fainelli1-5/+5
2016-06-01net/ethoc: fix null dereference on error exit pathColin Ian King1-3/+4
2016-03-06net/ethoc: do not free array priv->mdio->irqColin Ian King1-1/+0
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-2/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2015-09-23net/ethoc: support big-endian register layoutMax Filippov1-2/+12
2015-09-09net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser1-6/+1
2015-03-17net: ethoc: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20net: ethernet: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-2/+0
2014-04-21net: ethoc: remove ethoc_configFlorian Fainelli1-6/+0
2014-03-28net: ethoc: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-02-04net: ethoc: set up MII management bus clockMax Filippov1-2/+30
2014-02-04net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov1-0/+5
2014-02-01net: ethoc: implement ethtool get/set ring parametersMax Filippov1-0/+51
2014-02-01net: ethoc: implement ethtool get registersMax Filippov1-0/+20
2014-02-01net: ethoc: implement ethtool get/set settingsMax Filippov1-0/+24
2014-02-01net: ethoc: implement basic ethtool operationsMax Filippov1-0/+6
2013-08-30net: ethoc: use dev_get_platdata()Jingoo Han1-2/+2
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-29ethoc: Cleanup driver formatBarry Grussling1-17/+17
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-06ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton1-4/+4
2012-07-16ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
2012-02-17ethoc: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-2/+18
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1