summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ethoc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-05net: ethoc: set up MII management bus clockMax Filippov1-2/+30
2014-02-05net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov1-0/+5
2014-02-02net: ethoc: implement ethtool get/set ring parametersMax Filippov1-0/+51
2014-02-02net: ethoc: implement ethtool get registersMax Filippov1-0/+20
2014-02-02net: ethoc: implement ethtool get/set settingsMax Filippov1-0/+24
2014-02-02net: ethoc: implement basic ethtool operationsMax Filippov1-0/+6
2013-08-31net: ethoc: use dev_get_platdata()Jingoo Han1-2/+2
2013-05-28net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-29ethoc: Cleanup driver formatBarry Grussling1-17/+17
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-07ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton1-4/+4
2012-07-17ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
2012-02-18ethoc: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-2/+18
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-13ethoc: Move the Avionic driverJeff Kirsher1-0/+1203