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
2011-03-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+5
2011-02-28
DM9000: Allow randomised ethernet address
Ben Dooks
1
-1
/
+6
2011-02-24
DM9000B: Fix PHY power for network down/up
Henry Nestler
1
-3
/
+4
2011-02-24
DM9000B: Fix reg_save after spin_lock in dm9000_timeout
Henry Nestler
1
-1
/
+1
2010-11-17
drivers/net: Remove unnecessary casts of netdev_priv
Joe Perches
1
-1
/
+1
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-1
/
+1
2010-05-18
dm9000: fix "BUG: spinlock recursion"
Baruch Siach
1
-11
/
+27
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-3
/
+3
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-18
net: convert multiple drivers to use netdev_for_each_mc_addr
Jiri Pirko
1
-3
/
+2
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+1
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-11-19
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
1
-1
/
+1
2009-11-12
DM9000: Wake on LAN support
Ben Dooks
1
-8
/
+135
2009-09-10
dm9000: Use resource_size instead of private macro
Tobias Klauser
1
-4
/
+2
2009-09-10
dm9000: Remove unnecessary memset of netdev private data
Tobias Klauser
1
-1
/
+0
2009-07-24
dm9000: switch to dev_pm_ops
Mike Rapoport
1
-6
/
+12
2009-07-07
dm9000: add checksum offload support
Yeasah Pell
1
-17
/
+90
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-04-16
dm9000: convert to net_device_ops
Alexander Beregalov
1
-12
/
+18
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
[next]