index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2009-04-03
workqueue: add to_delayed_work() helper function
Jean Delvare
1
-1
/
+1
2009-03-23
dm9000: locking bugfix
David Brownell
1
-2
/
+4
2008-11-16
dm9000: Fix build error.
David S. Miller
1
-1
/
+1
2008-11-13
netdevice: safe convert to netdev_priv() #part-2
Wang Chen
1
-16
/
+16
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-5
/
+3
2008-10-22
netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driver
Bryan Wu
1
-9
/
+0
2008-08-07
dm9000: Support MAC address setting through platform data.
Laurent Pinchart
1
-0
/
+5
2008-07-23
DM9000: Remove magic numbers
Ben Dooks
1
-6
/
+9
2008-06-25
DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.
Ben Dooks
1
-7
/
+2
2008-06-25
DM9000: Add missing msleep() in EEPROM wait code.
Ben Dooks
1
-0
/
+2
2008-06-25
DM9000: Allow the use of the NSR register to get link status.
Ben Dooks
1
-2
/
+39
2008-06-25
DM9000: Use NSR to determine link-status on internal PHY
Ben Dooks
1
-1
/
+8
2008-06-25
DM9000: Cleanup source code - remove forward declerations
Ben Dooks
1
-518
/
+498
2008-06-25
DM9000: Cleanup source code
Ben Dooks
1
-32
/
+30
2008-06-25
DM9000: Cleanups after the resource changes
Ben Dooks
1
-20
/
+4
2008-06-25
DM9000: Add support for DM9000A and DM9000B chips
Ben Dooks
1
-5
/
+61
2008-06-25
DM9000: Remove the 2 resources probe scheme.
Laurent Pinchart
1
-62
/
+44
2008-05-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-05-22
[netdrvr] dm9000: use delayed work to update mii phy state fix
Andrew Morton
1
-1
/
+1
2008-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-4
/
+33
2008-05-13
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
1
-3
/
+3
2008-05-13
DM9000: Use delayed work to update MII PHY state
Ben Dooks
1
-0
/
+26
2008-05-13
DM9000: Update and fix driver debugging messages
Enrico Scholz
1
-1
/
+4
2008-05-13
DM9000: Add __devinit and __devexit attributes to probe and remove
Enrico Scholz
1
-3
/
+3
2008-04-25
net drivers: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+1
2008-03-31
dm9000 trivial annotation
Al Viro
1
-1
/
+1
2008-03-26
dm9000: Support promisc and all-multi modes
Peter Korsgaard
1
-2
/
+8
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
[next]