aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dm9000.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-25net drivers: fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+1
2008-03-30dm9000 trivial annotationGravatar Al Viro 1-1/+1
2008-03-25dm9000: Support promisc and all-multi modesGravatar Peter Korsgaard 1-2/+8
2008-02-11DM9000: Show the MAC address source after printing MACGravatar Ben Dooks 1-3/+7
2008-02-11DM9000: Update retry count whilst identifying chipGravatar Ben Dooks 1-1/+1
2008-02-11DM9000: Add support for MII ioctl() callsGravatar Ben Dooks 1-0/+12
2008-02-11DM9000: Add platform flag for no attached EEPROMGravatar Ben Dooks 1-0/+15
2008-02-11DM9000: Remove redudant use of "& 0xff"Gravatar Ben Dooks 1-6/+6
2008-02-11DM9000: Remove cal_CRC() and use ether_crc_le insteadGravatar Ben Dooks 1-26/+9
2008-02-11DM9000: Fix delays used by EEPROM read and writeGravatar Ben Dooks 1-3/+51
2008-02-11DM9000: Use netif_msg to enable debugging optionsGravatar Ben Dooks 1-6/+22
2008-02-11DM9000: Remove unnecessary changelog in header commentGravatar Ben Dooks 1-40/+5
2008-02-11DM9000: Ensure spinlock held whilst accessing EEPROM registersGravatar Ben Dooks 1-0/+20
2008-02-11DM9000: Remove EEPROM initialisation code.Gravatar Ben Dooks 1-29/+0
2008-02-11DM9000: Add ethtool control of msg_enable valueGravatar Ben Dooks 1-0/+16
2008-02-11DM9000: Add ethtool support for reading and writing EEPROMGravatar Ben Dooks 1-6/+60
2008-02-11DM9000: Add mutex to protect accessGravatar Ben Dooks 1-14/+39
2008-02-11DM9000: Remove barely used SROM array read.Gravatar Ben Dooks 1-13/+11
2008-02-11DM9000: Use msleep() instead of udelay()Gravatar Ben Dooks 1-2/+21
2008-02-11DM9000: Do not sleep with spinlock and IRQs heldGravatar Ben Dooks 1-1/+16
2008-02-11DM9000: Add initial ethtool supportGravatar Ben Dooks 1-1/+68
2008-02-11DM9000: Remove old timer based poll routinesGravatar Ben Dooks 1-34/+0
2008-02-11DM9000: Pass IRQ flags via platform resourcesGravatar Ben Dooks 1-3/+14
2008-02-11DM9000 update debugging macros to use debug levelGravatar Ben Dooks 1-35/+19
2008-02-11DM9000 use dev_xxx() instead of printk for output.Gravatar Ben Dooks 1-28/+28
2008-02-11DM9000: Add platform data to specify external phyGravatar Ben Dooks 1-0/+6
2008-02-11DM9000: Fix endian-ness of data accesses.Gravatar Ben Dooks 1-6/+7
2008-01-28[ARM] 4762/1: Basic support for Toradex Colibri moduleGravatar Daniel Mack 1-1/+2
2007-10-19DM9000 initialization fixGravatar Mike Rapoport 1-3/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-5/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeGravatar Jeff Garzik 1-22/+7
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0
2007-08-25DM9000: fix interface hang under loadGravatar Florian Westphal 1-18/+7
2007-07-12Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...Gravatar Alex Landau 1-1/+16
2007-05-08drivers/net/dm9000: Convert to generic booleanGravatar Richard Knutsson 1-7/+4
2007-05-08DM9000: fix use of kfree() on net deviceGravatar Ben Dooks 1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-1/+0
2006-10-08[PATCH] misc arm pt_regs fixesGravatar Al Viro 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-09-11[PATCH] Fix dm9000 release_resourceGravatar Dirk Opfer 1-2/+2
2006-08-19[PATCH] net: Add netconsole support to dm9000 driverGravatar Kevin Hao 1-0/+14
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-26[PATCH] DM9000 - minor code cleanupsGravatar Ben Dooks 1-4/+5
2006-06-26[PATCH] DM9000 - do no re-init spin lockGravatar Ben Dooks 1-1/+0
2006-06-26[PATCH] DM9000 - check for MAC left in by bootloaderGravatar Ben Dooks 1-0/+7
2006-06-26[PATCH] DM9000 - better checks for platform resourcesGravatar Ben Dooks 1-11/+6
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelGravatar Linus Torvalds 1-18/+17
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverGravatar Russell King 1-18/+17
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Gravatar Russell King 1-0/+1