summaryrefslogtreecommitdiff
path: root/drivers/net/dm9000.c
AgeCommit message (Expand)Author
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare
2009-03-22dm9000: locking bugfixDavid Brownell
2008-11-16dm9000: Fix build error.David S. Miller
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-22netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driverBryan Wu
2008-08-07dm9000: Support MAC address setting through platform data.Laurent Pinchart
2008-07-22DM9000: Remove magic numbersBen Dooks
2008-06-24DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.Ben Dooks
2008-06-24DM9000: Add missing msleep() in EEPROM wait code.Ben Dooks
2008-06-24DM9000: Allow the use of the NSR register to get link status.Ben Dooks
2008-06-24DM9000: Use NSR to determine link-status on internal PHYBen Dooks
2008-06-24DM9000: Cleanup source code - remove forward declerationsBen Dooks
2008-06-24DM9000: Cleanup source codeBen Dooks
2008-06-24DM9000: Cleanups after the resource changesBen Dooks
2008-06-24DM9000: Add support for DM9000A and DM9000B chipsBen Dooks
2008-06-24DM9000: Remove the 2 resources probe scheme.Laurent Pinchart
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-05-22[netdrvr] dm9000: use delayed work to update mii phy state fixAndrew Morton
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik
2008-05-13DM9000: Use delayed work to update MII PHY stateBen Dooks
2008-05-13DM9000: Update and fix driver debugging messagesEnrico Scholz
2008-05-13DM9000: Add __devinit and __devexit attributes to probe and removeEnrico Scholz
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers
2008-03-30dm9000 trivial annotationAl Viro
2008-03-25dm9000: Support promisc and all-multi modesPeter Korsgaard
2008-02-11DM9000: Show the MAC address source after printing MACBen Dooks
2008-02-11DM9000: Update retry count whilst identifying chipBen Dooks
2008-02-11DM9000: Add support for MII ioctl() callsBen Dooks
2008-02-11DM9000: Add platform flag for no attached EEPROMBen Dooks
2008-02-11DM9000: Remove redudant use of "& 0xff"Ben Dooks
2008-02-11DM9000: Remove cal_CRC() and use ether_crc_le insteadBen Dooks
2008-02-11DM9000: Fix delays used by EEPROM read and writeBen Dooks
2008-02-11DM9000: Use netif_msg to enable debugging optionsBen Dooks
2008-02-11DM9000: Remove unnecessary changelog in header commentBen Dooks
2008-02-11DM9000: Ensure spinlock held whilst accessing EEPROM registersBen Dooks
2008-02-11DM9000: Remove EEPROM initialisation code.Ben Dooks
2008-02-11DM9000: Add ethtool control of msg_enable valueBen Dooks
2008-02-11DM9000: Add ethtool support for reading and writing EEPROMBen Dooks
2008-02-11DM9000: Add mutex to protect accessBen Dooks
2008-02-11DM9000: Remove barely used SROM array read.Ben Dooks
2008-02-11DM9000: Use msleep() instead of udelay()Ben Dooks
2008-02-11DM9000: Do not sleep with spinlock and IRQs heldBen Dooks
2008-02-11DM9000: Add initial ethtool supportBen Dooks
2008-02-11DM9000: Remove old timer based poll routinesBen Dooks
2008-02-11DM9000: Pass IRQ flags via platform resourcesBen Dooks
2008-02-11DM9000 update debugging macros to use debug levelBen Dooks
2008-02-11DM9000 use dev_xxx() instead of printk for output.Ben Dooks
2008-02-11DM9000: Add platform data to specify external phyBen Dooks