index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
skge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-25
[PATCH] skge: fiber support
Stephen Hemminger
1
-86
/
+271
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-108
/
+98
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-11
[PATCH] skge: check for PCI hotplug during IRQ
Stephen Hemminger
1
-1
/
+1
2006-09-06
[PATCH] skge: version 1.8
Stephen Hemminger
1
-1
/
+1
2006-09-06
[PATCH] skge: use NAPI for transmit complete
Stephen Hemminger
1
-54
/
+28
2006-09-06
[PATCH] skge: irq lock race
Stephen Hemminger
1
-3
/
+6
2006-09-06
[PATCH] skge: use netdev_alloc_skb
Stephen Hemminger
1
-14
/
+15
2006-08-29
[PATCH] skge: version 1.7
Stephen Hemminger
1
-1
/
+1
2006-08-29
[PATCH] skge: use ethX for irq assigments
Stephen Hemminger
1
-13
/
+12
2006-08-29
[PATCH] skge: use dev_alloc_skb
Stephen Hemminger
1
-3
/
+4
2006-08-29
[PATCH] skge: pci bus post fixes
Stephen Hemminger
1
-1
/
+4
2006-08-29
[PATCH] skge: cleanup suspend/resume code
Stephen Hemminger
1
-20
/
+29
2006-08-19
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
1
-1
/
+1
2006-08-19
[PATCH] skge: remember to run netif_poll_disable()
Edgar E. Iglesias
1
-0
/
+2
2006-07-29
[PATCH] skge: chip clock rate typo
Stephen Hemminger
1
-4
/
+1
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in networks drivers
Greg Kroah-Hartman
1
-2
/
+2
2006-06-23
[NET]: Avoid allocating skb in skb_pad
Herbert Xu
1
-2
/
+1
2006-06-08
[PATCH] skge: version 1.6
Stephen Hemminger
1
-1
/
+1
2006-06-08
[PATCH] skge: dont allow bad hardware address from ROM
Stephen Hemminger
1
-0
/
+8
2006-06-08
[PATCH] skge: transmit complete via IRQ not NAPI
Stephen Hemminger
1
-70
/
+101
2006-06-08
[PATCH] skge: TX low water mark definition
Stephen Hemminger
1
-3
/
+4
2006-06-08
[PATCH] skge: use workq for PHY handling
Stephen Hemminger
1
-23
/
+23
2006-05-20
[PATCH] skge: don't allow transmit ring to be too small
Stephen Hemminger
1
-1
/
+1
2006-05-20
[PATCH] skge: bad checksums on big-endian platforms
Stephen Hemminger
1
-2
/
+1
2006-05-20
[PATCH] Subjec: sky2, skge: correct PCI id for DGE-560T
Stephen Hemminger
1
-2
/
+1
2006-04-12
[PATCH] dlink pci cards using wrong driver
Stephen Hemminger
1
-0
/
+2
2006-03-23
[PATCH] skge: version 1.5
Stephen Hemminger
1
-1
/
+1
2006-03-23
[PATCH] skge: compute available ring buffers
Stephen Hemminger
1
-10
/
+10
2006-03-23
[PATCH] skge: dont free skb until multi-part transmit complete
Stephen Hemminger
1
-35
/
+38
2006-03-23
[PATCH] skge: multicast statistics fix
Stephen Hemminger
1
-1
/
+1
2006-03-23
[PATCH] skge: rx_reuse called twice
Stephen Hemminger
1
-3
/
+2
2006-03-23
[PATCH] skge: dont use dev_alloc_skb for rx buffs
Stephen Hemminger
1
-3
/
+3
2006-03-23
[PATCH] skge: align receive buffers
Stephen Hemminger
1
-1
/
+2
2006-03-21
[PATCH] skge: version 1.4
Stephen Hemminger
1
-1
/
+1
2006-03-21
[PATCH] skge: handle pci errors better
Stephen Hemminger
1
-21
/
+30
2006-03-21
[PATCH] skge: formmating and whitespace cleanup
Stephen Hemminger
1
-12
/
+18
2006-03-21
[PATCH] skge: use mmiowb
Stephen Hemminger
1
-1
/
+5
2006-03-21
[PATCH] skge: use kcalloc
Stephen Hemminger
1
-2
/
+1
2006-03-21
[PATCH] skge: dma configuration cleanup
Stephen Hemminger
1
-14
/
+10
2006-03-21
[PATCH] skge: check the allocation of ring buffer
Stephen Hemminger
1
-1
/
+9
2006-03-21
[PATCH] skge: use auto masking of irqs
Stephen Hemminger
1
-33
/
+21
2006-03-21
[PATCH] skge: use NAPI for tx cleanup.
Stephen Hemminger
1
-55
/
+44
2006-02-23
skge: protect interrupt mask
Stephen Hemminger
1
-7
/
+14
2006-02-23
skge: genesis phy initialzation
Stephen Hemminger
1
-11
/
+26
2006-02-23
skge: NAPI/irq race fix
Stephen Hemminger
1
-12
/
+5
[next]