aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: update phy adjust callbackSandeep Paulraj2014-12-031-2/+2
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-1/+0
* r6040: check MDIO register busy waiting resultFlorian Fainelli2013-03-061-4/+7
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-2/+1
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-3/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* r6040: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* r6040: use module_pci_driver macroDevendra Naga2012-07-091-14/+1
* r6040: remove duplicate call to the pci_set_drvdataDevendra Naga2012-07-071-1/+0
* r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga2012-05-291-0/+5
* r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga2012-05-291-4/+6
* r6040: update copyright from 2007 to nowFlorian Fainelli2012-04-121-1/+1
* r6040: define and use bits of register PHY_CCFlorian Fainelli2012-04-121-2/+10
* r6040: define and use MTPR transmit enable bitFlorian Fainelli2012-04-121-2/+3
* r6040: define and use MLSR register bitsFlorian Fainelli2012-04-121-2/+5
* r6040: fix typo on stats update in tx pathFlorian Fainelli2012-04-121-1/+1
* r6040: add a MAC operation timeout defineFlorian Fainelli2012-04-121-3/+5
* r6040: remove unused variable mcr1 from private structureFlorian Fainelli2012-04-121-1/+1
* r6040: consolidate MAC reset to its own functionFlorian Fainelli2012-04-121-19/+18
* r6040: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* r6040: fix typo in use of MCR0 register bitsCesar Eduardo Barros2012-01-071-1/+1
* r6040: place comments before codeFlorian Fainelli2012-01-041-3/+4
* r6040: use __aligned(size)Florian Fainelli2012-01-041-1/+1
* r6040: use definitions for MAC_SM register read/writesFlorian Fainelli2012-01-041-2/+3
* r6040: use MAC_RST bit definition with MCR1 read/writesFlorian Fainelli2012-01-041-3/+3
* r6040: define more MCR0 register bitsFlorian Fainelli2012-01-041-3/+6
* r6040: remove unused variables and definitionsFlorian Fainelli2012-01-041-13/+1
* r6040: use an unique MDIO bus nameFlorian Fainelli2012-01-041-1/+2
* r6040: fix check against MCRO_HASHEN bit in r6040_multicast_listFlorian Fainelli2011-11-161-1/+1
* r6040: bump version to 0.28 and date to 07Oct2011.Florian Fainelli2011-10-091-2/+2
* r6040: invoke phy_{start,stop} when appropriateFlorian Fainelli2011-10-091-0/+4
* MII: fix Kconfig dependencies for MIIJeff Kirsher2011-09-151-0/+1
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* r6040: Move the RDC driverJeff Kirsher2011-08-123-0/+1314