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
2007-10-10
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
1
-3
/
+8
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-4
/
+3
2007-10-10
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
1
-2
/
+0
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
1
-24
/
+20
2007-07-31
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
1
-1
/
+0
2007-05-11
skge: crash on shutdown/suspend
Stephen Hemminger
1
-0
/
+9
2007-05-09
skge: default WOL should be magic only (rev2)
Stephen Hemminger
1
-1
/
+3
2007-05-08
skge: allow WOL except for known broken chips
Stephen Hemminger
1
-3
/
+6
2007-04-28
skge: version 1.11
Stephen Hemminger
1
-1
/
+1
2007-04-28
skge: transmit locking improvements
Stephen Hemminger
1
-10
/
+18
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-11
skge: fix wake on lan
Stephen Hemminger
1
-36
/
+58
2007-04-11
skge: turn carrier off when down
Stephen Hemminger
1
-0
/
+1
2007-03-23
skge: use per-port phy locking
Stephen Hemminger
1
-38
/
+44
2007-03-23
skge: mask irqs when device down
Stephen Hemminger
1
-7
/
+17
2007-03-23
skge: deadlock on tx timeout
Stephen Hemminger
1
-2
/
+4
2007-03-15
skge: set mac address bonding fix
Stephen Hemminger
1
-11
/
+17
2007-02-27
skge: comma consistency
Stephen Hemminger
1
-2
/
+2
2007-02-27
skge: fix transmitter flow control
Stephen Hemminger
1
-11
/
+32
2007-02-20
skge: race with workq and RTNL
Stephen Hemminger
1
-4
/
+5
2007-02-06
skge: version 1.10
Stephen Hemminger
1
-1
/
+1
2007-02-06
skge: WOL support
Stephen Hemminger
1
-35
/
+123
2007-02-06
skge: use dev_printk
Stephen Hemminger
1
-38
/
+31
2007-02-06
skge: handle zero address at open
Stephen Hemminger
1
-3
/
+5
2007-01-23
[PATCH] email change for shemminger@osdl.org
Stephen Hemminger
1
-1
/
+1
2006-12-26
netpoll: drivers must not enable IRQ unconditionally in their NAPI handler
Francois Romieu
1
-2
/
+3
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
1
-1
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-4
/
+4
2006-12-02
[NET]: Split skb->csum
Al Viro
1
-1
/
+1
2006-12-02
[netdrvr] skge: build fix
Jeff Garzik
1
-0
/
+1
2006-12-02
[PATCH] skge: don't clear MC state on link down
Stephen Hemminger
1
-3
/
+2
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-7
/
+8
2006-10-31
[PATCH] skge, sky2, et all. gplv2 only
Stephen Hemminger
1
-2
/
+1
2006-10-11
[PATCH] skge: version 1.9
Stephen Hemminger
1
-1
/
+1
2006-10-11
[PATCH] skge: better flow control negotiation
Stephen Hemminger
1
-51
/
+78
2006-10-11
[PATCH] skge: pause mapping for fiber
Stephen Hemminger
1
-17
/
+21
2006-10-11
[PATCH] skge: fix stuck irq when fiber down
Stephen Hemminger
1
-18
/
+35
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
[next]