| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | r6040: remove empty MDIO bus reset function | Florian Fainelli | 2014-03-28 | 1 | -6/+0 |
* | r6040: use ETH_ZLEN instead of MISR for SKB length checking | Florian Fainelli | 2014-01-17 | 1 | -2/+2 |
* | r6040: add delays in MDIO read/write polling loops | Florian Fainelli | 2014-01-17 | 1 | -0/+2 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | net: r6040: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-22 | 1 | -2/+0 |
* | net: Move MII out from under NET_CORE and hide it | Ben Hutchings | 2013-06-20 | 1 | -1/+0 |
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches | 2013-03-09 | 1 | -1/+0 |
* | r6040: check MDIO register busy waiting result | Florian Fainelli | 2013-03-06 | 1 | -4/+7 |
* | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 2013-02-04 | 1 | -2/+1 |
* | net: phy: remove flags argument from phy_{attach, connect, connect_direct} | Florian Fainelli | 2013-01-14 | 1 | -1/+1 |
* | remove init of dev->perm_addr in drivers | Jiri Pirko | 2013-01-09 | 1 | -3/+0 |
* | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-07 | 1 | -3/+3 |
* | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2012-12-07 | 1 | -2/+1 |
* | r6040: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 1 | -4/+4 |
* | r6040: use module_pci_driver macro | Devendra Naga | 2012-07-09 | 1 | -14/+1 |
* | r6040: remove duplicate call to the pci_set_drvdata | Devendra Naga | 2012-07-08 | 1 | -1/+0 |
* | r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ... | Devendra Naga | 2012-05-30 | 1 | -0/+5 |
* | r6040: disable pci device if the subsequent calls (after pci_enable_device) f... | Devendra Naga | 2012-05-30 | 1 | -4/+6 |
* | r6040: update copyright from 2007 to now | Florian Fainelli | 2012-04-12 | 1 | -1/+1 |
* | r6040: define and use bits of register PHY_CC | Florian Fainelli | 2012-04-12 | 1 | -2/+10 |
* | r6040: define and use MTPR transmit enable bit | Florian Fainelli | 2012-04-12 | 1 | -2/+3 |
* | r6040: define and use MLSR register bits | Florian Fainelli | 2012-04-12 | 1 | -2/+5 |
* | r6040: fix typo on stats update in tx path | Florian Fainelli | 2012-04-12 | 1 | -1/+1 |
* | r6040: add a MAC operation timeout define | Florian Fainelli | 2012-04-12 | 1 | -3/+5 |
* | r6040: remove unused variable mcr1 from private structure | Florian Fainelli | 2012-04-12 | 1 | -1/+1 |
* | r6040: consolidate MAC reset to its own function | Florian Fainelli | 2012-04-12 | 1 | -19/+18 |
* | r6040: Support the get_ts_info ethtool method. | Richard Cochran | 2012-04-04 | 1 | -0/+1 |
* | net: replace random_ether_addr() with eth_hw_addr_random() | Danny Kukawka | 2012-02-15 | 1 | -1/+1 |
* | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 1 | -1/+0 |
* | r6040: fix typo in use of MCR0 register bits | Cesar Eduardo Barros | 2012-01-07 | 1 | -1/+1 |
* | r6040: place comments before code | Florian Fainelli | 2012-01-04 | 1 | -3/+4 |
* | r6040: use __aligned(size) | Florian Fainelli | 2012-01-04 | 1 | -1/+1 |
* | r6040: use definitions for MAC_SM register read/writes | Florian Fainelli | 2012-01-04 | 1 | -2/+3 |
* | r6040: use MAC_RST bit definition with MCR1 read/writes | Florian Fainelli | 2012-01-04 | 1 | -3/+3 |
* | r6040: define more MCR0 register bits | Florian Fainelli | 2012-01-04 | 1 | -3/+6 |
* | r6040: remove unused variables and definitions | Florian Fainelli | 2012-01-04 | 1 | -13/+1 |
* | r6040: use an unique MDIO bus name | Florian Fainelli | 2012-01-04 | 1 | -1/+2 |
* | r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list | Florian Fainelli | 2011-11-17 | 1 | -1/+1 |
* | r6040: bump version to 0.28 and date to 07Oct2011. | Florian Fainelli | 2011-10-10 | 1 | -2/+2 |
* | r6040: invoke phy_{start,stop} when appropriate | Florian Fainelli | 2011-10-10 | 1 | -0/+4 |
* | MII: fix Kconfig dependencies for MII | Jeff Kirsher | 2011-09-15 | 1 | -0/+1 |
* | drivers/net/ethernet/*: Enabled vendor Kconfig options | Jeff Kirsher | 2011-08-27 | 1 | -0/+1 |
* | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-18 | 1 | -1/+1 |
* | r6040: Move the RDC driver | Jeff Kirsher | 2011-08-12 | 3 | -0/+1314 |