index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sungem.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-10
[SUNGEM]: Rework PM handling and fix MAC reset on stuck receiver.
Benjamin Herrenschmidt
1
-442
/
+572
2005-03-02
[PATCH] Fix u32 vs. pm_message_t in network device drivers
Pavel Machek
1
-1
/
+1
2005-01-19
Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274
David S. Miller
1
-53
/
+69
2005-01-19
[NET]: Close NETIF_F_LLTX race conditions.
David S. Miller
1
-69
/
+53
2004-11-04
[SUNGEM]: Use CONFIG_PPC_PMAC throughout.
David S. Miller
1
-1
/
+1
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
1
-1
/
+1
2004-10-16
[PATCH] bunch of trivial iomem annotations in drivers/net
Alexander Viro
1
-2
/
+2
2004-10-06
[SUNGEM]: Use NETDEV_TX_foo instead of magic constants.
David S. Miller
1
-3
/
+3
2004-09-30
[SUNGEM]: Fix build.
David S. Miller
1
-3
/
+3
2004-09-29
[SUNGEM]: Do not need two implementations of poll_controller, hehe.
David S. Miller
1
-20
/
+0
2004-09-29
[SUNGEM]: Add polling support.
Colin Leroy
1
-0
/
+20
2004-09-15
[SUNGEM]: Add netpoll support.
Eric Lemoine
1
-0
/
+16
2004-09-14
[SUNGEM]: LLTX support
Eric Lemoine
1
-4
/
+10
2004-09-14
[SUNGEM]: Add tx_lock
Eric Lemoine
1
-17
/
+58
2004-09-10
Merge bk://kernel.bkbits.net/davem/net-2.6
Linus Torvalds
1
-4
/
+4
2004-09-10
sungem: PCI memory annotations
Linus Torvalds
1
-4
/
+4
2004-09-10
[SUNGEM]: Use dev_kfree_skb_irq() for TX.
David S. Miller
1
-1
/
+1
2004-09-09
[PATCH] ppc: fix sungem NAPI
Benjamin Herrenschmidt
1
-1
/
+1
2004-09-06
[SUNGEM]: Add NAPI support.
Eric Lemoine
1
-30
/
+107
2004-08-22
[SUNGEM]: Fix locking in gem_interrupt().
David S. Miller
1
-3
/
+3
2004-07-28
[NET]: Use msleep() in sungem driver.
Nishanth Aravamudan
1
-4
/
+2
2004-06-21
[NET]: In sungem driver, keep track of rx buffer alloc size based upon MTU.
Herbert Xu
1
-4
/
+8
2004-06-16
Merge pobox.com:/spare/repo/netdev-2.6/misc-herbert
Jeff Garzik
1
-1
/
+1
2004-06-04
[PATCH] sparse: if_mii() helper (from jgarzik)
Alexander Viro
1
-1
/
+1
2004-05-27
[NETDRV #2] Use driver-specific name for resources
Herbert Xu
1
-1
/
+1
2004-03-13
[PATCH] DMA: Fill gaping hole in DMA API interfaces.
Andrew Morton
1
-1
/
+2
2004-02-20
[PATCH] Synchronize sungem RX complation path
David S. Miller
1
-0
/
+15
2004-02-19
Fix silly thinko in sungem network driver.
Linus Torvalds
1
-2
/
+2
2004-02-19
[PATCH] Be careful about memory ordering in sungem driver
Benjamin Herrenschmidt
1
-1
/
+12
2004-02-13
[SUNGEM]: Kill unused variable on ppc.
Christoph Hellwig
1
-1
/
+0
2004-01-25
[SUNGEM]: Add support for G5 PowerMAC plus PM fixes.
Benjamin Herrenschmidt
1
-34
/
+75
2003-10-09
[NET]: Fix initialization sequence in SunGEM driver.
David Gibson
1
-13
/
+13
2003-09-03
[NET]: Use free_netdev() even in error paths.
François Romieu
1
-8
/
+17
2003-09-03
[NET]: Fix ethtool_ops thinko in sungem.c
Jeff Garzik
1
-8
/
+0
2003-08-23
[SPARC]: Update ethtool support in Sun net drivers.
David S. Miller
1
-156
/
+110
2003-08-19
[NET]: free_netdev - drivers/net/* changes.
Stephen Hemminger
1
-1
/
+1
2003-08-15
[MM]: Add and use offset_in_page() convenience macro.
David S. Miller
1
-7
/
+4
2003-08-02
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller
1
-4
/
+4
2003-08-01
[PATCH] janitor: convert to pci_name()
Randy Dunlap
1
-1
/
+1
2003-07-31
[PATCH] PCI: pci_device_id can not be marked __devinitdata.
Greg Kroah-Hartman
1
-1
/
+1
2003-07-30
[NET]: Do not call request_irq with spinlock held in sungem.c
Benjamin Herrenschmidt
1
-4
/
+4
2003-06-24
[PATCH] Remove CAP_NET_ADMIN check for SIOCETHTOOL's
Scott Feldman
1
-3
/
+0
2003-06-11
[SUNGEM]: Fix gcc3.3 warnings.
Benjamin Herrenschmidt
1
-1
/
+1
2003-06-04
[PATCH] get rid of CONFIG_ALL_PPC
Paul Mackerras
1
-18
/
+18
2003-05-20
[NET]: Add sysfs support to several net devices.
Stephen Hemminger
1
-0
/
+1
2003-05-19
[SUNGEM]: Updates from PowerPC people.
Benjamin Herrenschmidt
1
-509
/
+293
2003-04-20
[NET SUN]: Update for irqreturn_t.
David S. Miller
1
-1
/
+3
2003-04-06
[NET]: skb_headlen() cleanup.
James Morris
1
-1
/
+1
2003-02-25
[PATCH] Spelling fixes: guarantee
Michael Hayes
1
-1
/
+1
2003-02-13
[netdrvr sungem] be verbose about RX MAC fifo overflow
Dave Jones
1
-0
/
+4
[next]