index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dm9000.c
Age
Commit message (
Expand
)
Author
2008-05-22
[netdrvr] dm9000: use delayed work to update mii phy state fix
Andrew Morton
2008-05-13
DM9000: Use delayed work to update MII PHY state
Ben Dooks
2008-05-13
DM9000: Update and fix driver debugging messages
Enrico Scholz
2008-05-13
DM9000: Add __devinit and __devexit attributes to probe and remove
Enrico Scholz
2008-04-25
net drivers: fix platform driver hotplug/coldplug
Kay Sievers
2008-03-30
dm9000 trivial annotation
Al Viro
2008-03-25
dm9000: Support promisc and all-multi modes
Peter Korsgaard
2008-02-11
DM9000: Show the MAC address source after printing MAC
Ben Dooks
2008-02-11
DM9000: Update retry count whilst identifying chip
Ben Dooks
2008-02-11
DM9000: Add support for MII ioctl() calls
Ben Dooks
2008-02-11
DM9000: Add platform flag for no attached EEPROM
Ben Dooks
2008-02-11
DM9000: Remove redudant use of "& 0xff"
Ben Dooks
2008-02-11
DM9000: Remove cal_CRC() and use ether_crc_le instead
Ben Dooks
2008-02-11
DM9000: Fix delays used by EEPROM read and write
Ben Dooks
2008-02-11
DM9000: Use netif_msg to enable debugging options
Ben Dooks
2008-02-11
DM9000: Remove unnecessary changelog in header comment
Ben Dooks
2008-02-11
DM9000: Ensure spinlock held whilst accessing EEPROM registers
Ben Dooks
2008-02-11
DM9000: Remove EEPROM initialisation code.
Ben Dooks
2008-02-11
DM9000: Add ethtool control of msg_enable value
Ben Dooks
2008-02-11
DM9000: Add ethtool support for reading and writing EEPROM
Ben Dooks
2008-02-11
DM9000: Add mutex to protect access
Ben Dooks
2008-02-11
DM9000: Remove barely used SROM array read.
Ben Dooks
2008-02-11
DM9000: Use msleep() instead of udelay()
Ben Dooks
2008-02-11
DM9000: Do not sleep with spinlock and IRQs held
Ben Dooks
2008-02-11
DM9000: Add initial ethtool support
Ben Dooks
2008-02-11
DM9000: Remove old timer based poll routines
Ben Dooks
2008-02-11
DM9000: Pass IRQ flags via platform resources
Ben Dooks
2008-02-11
DM9000 update debugging macros to use debug level
Ben Dooks
2008-02-11
DM9000 use dev_xxx() instead of printk for output.
Ben Dooks
2008-02-11
DM9000: Add platform data to specify external phy
Ben Dooks
2008-02-11
DM9000: Fix endian-ness of data accesses.
Ben Dooks
2008-01-28
[ARM] 4762/1: Basic support for Toradex Colibri module
Daniel Mack
2007-10-19
DM9000 initialization fix
Mike 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 code
Jeff Garzik
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-08-25
DM9000: fix interface hang under load
Florian Westphal
2007-07-12
Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...
Alex Landau
2007-05-08
drivers/net/dm9000: Convert to generic boolean
Richard Knutsson
2007-05-08
DM9000: fix use of kfree() on net device
Ben Dooks
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2006-10-08
[PATCH] misc arm pt_regs fixes
Al Viro
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-09-11
[PATCH] Fix dm9000 release_resource
Dirk Opfer
2006-08-19
[PATCH] net: Add netconsole support to dm9000 driver
Kevin Hao
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
2006-06-26
[PATCH] DM9000 - minor code cleanups
Ben Dooks
2006-06-26
[PATCH] DM9000 - do no re-init spin lock
Ben Dooks
2006-06-26
[PATCH] DM9000 - check for MAC left in by bootloader
Ben Dooks
2006-06-26
[PATCH] DM9000 - better checks for platform resources
Ben Dooks
[next]