aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rdc
AgeCommit message (Expand)AuthorFilesLines
2014-01-16r6040: use ETH_ZLEN instead of MISR for SKB length checkingGravatar Florian Fainelli 1-2/+2
2014-01-16r6040: add delays in MDIO read/write polling loopsGravatar Florian Fainelli 1-0/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-10-22net: r6040: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-06-19net: Move MII out from under NET_CORE and hide itGravatar Ben Hutchings 1-1/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbGravatar Joe Perches 1-1/+0
2013-03-06r6040: check MDIO register busy waiting resultGravatar Florian Fainelli 1-4/+7
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsGravatar Joe Perches 1-2/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Gravatar Florian Fainelli 1-1/+1
2013-01-08remove init of dev->perm_addr in driversGravatar Jiri Pirko 1-3/+0
2013-01-06ethtool: fix drvinfo strings set in driversGravatar Jiri Pirko 1-3/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGravatar Greg Kroah-Hartman 1-2/+1
2012-12-03r6040: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-07-09r6040: use module_pci_driver macroGravatar Devendra Naga 1-14/+1
2012-07-07r6040: remove duplicate call to the pci_set_drvdataGravatar Devendra Naga 1-1/+0
2012-05-29r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Gravatar Devendra Naga 1-0/+5
2012-05-29r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Gravatar Devendra Naga 1-4/+6
2012-04-12r6040: update copyright from 2007 to nowGravatar Florian Fainelli 1-1/+1
2012-04-12r6040: define and use bits of register PHY_CCGravatar Florian Fainelli 1-2/+10
2012-04-12r6040: define and use MTPR transmit enable bitGravatar Florian Fainelli 1-2/+3
2012-04-12r6040: define and use MLSR register bitsGravatar Florian Fainelli 1-2/+5
2012-04-12r6040: fix typo on stats update in tx pathGravatar Florian Fainelli 1-1/+1
2012-04-12r6040: add a MAC operation timeout defineGravatar Florian Fainelli 1-3/+5
2012-04-12r6040: remove unused variable mcr1 from private structureGravatar Florian Fainelli 1-1/+1
2012-04-12r6040: consolidate MAC reset to its own functionGravatar Florian Fainelli 1-19/+18
2012-04-04r6040: Support the get_ts_info ethtool method.Gravatar Richard Cochran 1-0/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Gravatar Danny Kukawka 1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesGravatar Joe Perches 1-1/+0
2012-01-07r6040: fix typo in use of MCR0 register bitsGravatar Cesar Eduardo Barros 1-1/+1
2012-01-04r6040: place comments before codeGravatar Florian Fainelli 1-3/+4
2012-01-04r6040: use __aligned(size)Gravatar Florian Fainelli 1-1/+1
2012-01-04r6040: use definitions for MAC_SM register read/writesGravatar Florian Fainelli 1-2/+3
2012-01-04r6040: use MAC_RST bit definition with MCR1 read/writesGravatar Florian Fainelli 1-3/+3
2012-01-04r6040: define more MCR0 register bitsGravatar Florian Fainelli 1-3/+6
2012-01-04r6040: remove unused variables and definitionsGravatar Florian Fainelli 1-13/+1
2012-01-04r6040: use an unique MDIO bus nameGravatar Florian Fainelli 1-1/+2
2011-11-16r6040: fix check against MCRO_HASHEN bit in r6040_multicast_listGravatar Florian Fainelli 1-1/+1
2011-10-09r6040: bump version to 0.28 and date to 07Oct2011.Gravatar Florian Fainelli 1-2/+2
2011-10-09r6040: invoke phy_{start,stop} when appropriateGravatar Florian Fainelli 1-0/+4
2011-09-15MII: fix Kconfig dependencies for MIIGravatar Jeff Kirsher 1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsGravatar Jeff Kirsher 1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-08-12r6040: Move the RDC driverGravatar Jeff Kirsher 3-0/+1314