summaryrefslogtreecommitdiff
path: root/drivers/net/dm9000.c
AgeCommit message (Expand)Author
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
2008-02-11DM9000: Fix endian-ness of data accesses.Ben Dooks
2008-01-28[ARM] 4762/1: Basic support for Toradex Colibri moduleDaniel Mack
2007-10-19DM9000 initialization fixMike Rapoport
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-08-25DM9000: fix interface hang under loadFlorian Westphal
2007-07-12Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...Alex Landau
2007-05-08drivers/net/dm9000: Convert to generic booleanRichard Knutsson
2007-05-08DM9000: fix use of kfree() on net deviceBen Dooks
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2006-10-08[PATCH] misc arm pt_regs fixesAl Viro
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-11[PATCH] Fix dm9000 release_resourceDirk Opfer
2006-08-19[PATCH] net: Add netconsole support to dm9000 driverKevin Hao
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-26[PATCH] DM9000 - minor code cleanupsBen Dooks
2006-06-26[PATCH] DM9000 - do no re-init spin lockBen Dooks
2006-06-26[PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks