Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / cpmac.c
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-07 Florian Fainellicpmac: bump version to 0.5.2
2010-03-07 Florian Fainellicpmac: fallback to switch mode if no PHY chip found
2010-03-07 Florian Fainellicpmac: fix the receiving of 802.1q frames
2010-03-03 Dan Carpentercpmac: use after free
2010-03-01 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-02-27 Florian FainelliMIPS: AR7: Implement clock API
2010-02-17 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2009-12-14 Julia Lawalldrivers/net/cpmac.c: Correct code taking the size of...
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-09-21 Florian Fainellicpmac: fix compilation errors against undeclared BUS_ID...
2009-08-05 Florian Fainellicpmac: bump version to 0.5.1
2009-08-05 Florian Fainellicpmac: wait longer after MDIO reset
2009-08-05 Florian Fainellicpmac: add support for fixed PHY
2009-08-05 Florian Fainellicpmac: fix wrong MDIO bus identifier
2009-06-25 Florian Fainellicpmac: fix compilation failure introduced with netdev_o...
2009-06-01 Stefan Weilcpmac: prevent fatal exception in cpmac_end_xmit
2009-06-01 Florian Fainellicpmac: remove unused variable.
2009-05-27 David S. Millercpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID...
2009-04-16 Alexander Beregalovcpmac: convert to net_device_ops
2009-03-24 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2009-01-27 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-08 Lennert Buytenhekphylib: move to dynamic allocation of struct mii_bus
2008-08-14 Huang Weiyi[netdrvr] remove unnecessary #include
2008-07-22 Anton Vorontsovnetdev: bunch of drivers: avoid WARN at net/core/dev...
2008-07-18 David S. Millernet: Use queue aware tests throughout.
2008-07-18 David S. Millernetdev: Kill NETIF_F_MULTI_QUEUE.
2008-07-09 David S. Millernet: Delete NETDEVICES_MULTIQUEUE kconfig option.
2008-05-22 Matteo Crocecpmac bugfixes and enhancements
2008-05-13 Jeff Garzik[netdrvr] Trim trailing whitespace for several drivers
2008-04-25 Kay Sieversnet drivers: fix platform driver hotplug/coldplug
2008-04-17 Andy Flemingphy: Change mii_bus id field to a string
2008-02-06 Anton Vorontsovcpmac: convert to new Fixed PHY infrastructure
2008-01-28 Jeff Garzik[netdrvr] irq handler minor cleanups in several drivers
2008-01-18 Matteo CroceReplace cpmac fix
2007-10-25 Eugene Konevcpmac: update to new fixed phy driver interface
2007-10-25 Eugene Konevcpmac: convert to napi_struct interface
2007-10-25 Eugene Konevcpmac: use print_mac() instead of MAC_FMT
2007-10-24 Matteo CroceAR7 ethernet: small post-merge cleanups and fixes
2007-10-22 Pavel Emelyanov[NET]: Make and use skb_get_queue_mapping
2007-10-15 Matteo CroceAR7 ethernet