index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dm9000.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-11
DM9000: Show the MAC address source after printing MAC
Ben Dooks
1
-3
/
+7
2008-02-11
DM9000: Update retry count whilst identifying chip
Ben Dooks
1
-1
/
+1
2008-02-11
DM9000: Add support for MII ioctl() calls
Ben Dooks
1
-0
/
+12
2008-02-11
DM9000: Add platform flag for no attached EEPROM
Ben Dooks
1
-0
/
+15
2008-02-11
DM9000: Remove redudant use of "& 0xff"
Ben Dooks
1
-6
/
+6
2008-02-11
DM9000: Remove cal_CRC() and use ether_crc_le instead
Ben Dooks
1
-26
/
+9
2008-02-11
DM9000: Fix delays used by EEPROM read and write
Ben Dooks
1
-3
/
+51
2008-02-11
DM9000: Use netif_msg to enable debugging options
Ben Dooks
1
-6
/
+22
2008-02-11
DM9000: Remove unnecessary changelog in header comment
Ben Dooks
1
-40
/
+5
2008-02-11
DM9000: Ensure spinlock held whilst accessing EEPROM registers
Ben Dooks
1
-0
/
+20
2008-02-11
DM9000: Remove EEPROM initialisation code.
Ben Dooks
1
-29
/
+0
2008-02-11
DM9000: Add ethtool control of msg_enable value
Ben Dooks
1
-0
/
+16
2008-02-11
DM9000: Add ethtool support for reading and writing EEPROM
Ben Dooks
1
-6
/
+60
2008-02-11
DM9000: Add mutex to protect access
Ben Dooks
1
-14
/
+39
2008-02-11
DM9000: Remove barely used SROM array read.
Ben Dooks
1
-13
/
+11
2008-02-11
DM9000: Use msleep() instead of udelay()
Ben Dooks
1
-2
/
+21
2008-02-11
DM9000: Do not sleep with spinlock and IRQs held
Ben Dooks
1
-1
/
+16
2008-02-11
DM9000: Add initial ethtool support
Ben Dooks
1
-1
/
+68
2008-02-11
DM9000: Remove old timer based poll routines
Ben Dooks
1
-34
/
+0
2008-02-11
DM9000: Pass IRQ flags via platform resources
Ben Dooks
1
-3
/
+14
2008-02-11
DM9000 update debugging macros to use debug level
Ben Dooks
1
-35
/
+19
2008-02-11
DM9000 use dev_xxx() instead of printk for output.
Ben Dooks
1
-28
/
+28
2008-02-11
DM9000: Add platform data to specify external phy
Ben Dooks
1
-0
/
+6
2008-02-11
DM9000: Fix endian-ness of data accesses.
Ben Dooks
1
-6
/
+7
2008-01-28
[ARM] 4762/1: Basic support for Toradex Colibri module
Daniel Mack
1
-1
/
+2
2007-10-20
DM9000 initialization fix
Mike Rapoport
1
-3
/
+3
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-5
/
+4
2007-10-11
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
1
-22
/
+7
2007-10-11
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-08-25
DM9000: fix interface hang under load
Florian Westphal
1
-18
/
+7
2007-07-12
Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...
Alex Landau
1
-1
/
+16
2007-05-08
drivers/net/dm9000: Convert to generic boolean
Richard Knutsson
1
-7
/
+4
2007-05-08
DM9000: fix use of kfree() on net device
Ben Dooks
1
-2
/
+2
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-10-08
[PATCH] misc arm pt_regs fixes
Al Viro
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-11
[PATCH] Fix dm9000 release_resource
Dirk Opfer
1
-2
/
+2
2006-08-20
[PATCH] net: Add netconsole support to dm9000 driver
Kevin Hao
1
-0
/
+14
2006-07-03
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-27
[PATCH] DM9000 - minor code cleanups
Ben Dooks
1
-4
/
+5
2006-06-27
[PATCH] DM9000 - do no re-init spin lock
Ben Dooks
1
-1
/
+0
2006-06-27
[PATCH] DM9000 - check for MAC left in by bootloader
Ben Dooks
1
-0
/
+7
2006-06-27
[PATCH] DM9000 - better checks for platform resources
Ben Dooks
1
-11
/
+6
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-18
/
+17
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-18
/
+17
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-0
/
+1
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-4
/
+4
2005-09-07
[PATCH] missed s/u32/pm_message_t/ (dm9000)
viro@ftp.linux.org.uk
1
-1
/
+1
2005-08-19
[PATCH] DM9000 - incorrect ioctl() handling
Ben Dooks
1
-13
/
+2
[next]