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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-10
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
4
-3
/
+4
2007-05-10
AF_RXRPC: reduce debugging noise
David Howells
1
-2
/
+2
2007-05-10
[S390] Kconfig: no wireless on s390.
Martin Schwidefsky
1
-0
/
+1
2007-05-10
[S390] Kconfig: unwanted menus for s390.
Martin Schwidefsky
3
-3
/
+3
2007-05-09
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
2
-3
/
+21
2007-05-09
sunrpc: fix crash in rpc_malloc()
Peter Zijlstra
1
-0
/
+4
2007-05-09
SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free
Chuck Lever
1
-7
/
+15
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
12
-14
/
+14
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
3
-2
/
+8
2007-05-09
knfsd: simplify a 'while' condition in svcsock.c
NeilBrown
1
-8
/
+13
2007-05-09
knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc
Wei Yongjun
1
-0
/
+2
2007-05-09
knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...
Frank Filz
1
-1
/
+4
2007-05-09
knfsd: rpc: fix server-side wrapping of krb5i replies
NeilBrown
1
-7
/
+1
2007-05-09
sunrpc: fix error path in module_init
Akinobu Mita
2
-3
/
+12
2007-05-09
RPC: add wrapper for svc_reserve to account for checksum
Jeff Layton
1
-1
/
+1
2007-05-09
knfsd: rename sk_defer_lock to sk_lock
NeilBrown
2
-11
/
+12
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
1
-1
/
+1
2007-05-09
ipvs: flush defense_work before module unload
Oleg Nesterov
1
-0
/
+1
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
9
-10
/
+10
2007-05-09
Fix trivial typos in Kconfig* files
David Sterba
3
-4
/
+4
2007-05-08
Fix sunrpc warning noise
Geert Uytterhoeven
1
-4
/
+4
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
17
-17
/
+0
2007-05-08
VFS: delay the dentry name generation on sockets and pipes
Eric Dumazet
1
-7
/
+13
2007-05-08
[PATCH] ieee80211: include frequency in scan results
Larry Finger
1
-3
/
+5
2007-05-08
[PATCH] ieee80211: add ieee80211_channel_to_freq
Larry Finger
1
-0
/
+16
2007-05-07
Fix bluetooth HCI sysfs compile
Linus Torvalds
1
-2
/
+2
2007-05-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-19
/
+663
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2
-4
/
+2
2007-05-07
[NET]: rfkill: add support for input key to control wireless radio
Ivo van Doorn
6
-0
/
+614
2007-05-07
[NET] net/core: Fix error handling
Josef 'Jeff' Sipek
1
-2
/
+2
2007-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
David S. Miller
5
-17
/
+47
2007-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
3
-14
/
+14
2007-05-05
[MAC80211]: Add debugfs attributes.
Jiri Benc
19
-15
/
+1866
2007-05-05
[MAC80211]: Add mac80211 wireless stack.
Jiri Benc
33
-2
/
+15065
2007-05-05
[AF_IUCV]: Compile fix - adopt to skbuff changes.
Heiko Carstens
1
-3
/
+3
2007-05-04
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
9
-453
/
+714
2007-05-05
[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLC
Marcel Holtmann
1
-0
/
+10
2007-05-05
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
Marcel Holtmann
1
-3
/
+8
2007-05-05
[Bluetooth] Use in-kernel sockets API
Marcel Holtmann
1
-13
/
+6
2007-05-05
[Bluetooth] Attach host adapters to the Bluetooth bus
Marcel Holtmann
1
-1
/
+8
2007-05-05
[Bluetooth] Fix L2CAP and HCI setsockopt() information leaks
Marcel Holtmann
2
-0
/
+15
2007-05-04
[SCTP]: Set assoc_id correctly during INIT collision.
Vlad Yasevich
4
-31
/
+77
2007-05-04
[SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()
Sridhar Samudrala
2
-53
/
+75
2007-05-04
[SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP.
Vlad Yasevich
1
-10
/
+22
2007-05-04
[SCTP]: Verify all destination ports in sctp_connectx.
Vlad Yasevich
1
-0
/
+8
2007-05-04
[XFRM] SPD info TLV aggregation
Jamal Hadi Salim
2
-36
/
+17
2007-05-04
[XFRM] SAD info TLV aggregationx
Jamal Hadi Salim
2
-14
/
+10
2007-05-04
[AF_RXRPC]: Sort out MTU handling.
David Howells
4
-14
/
+115
2007-05-04
[AF_IUCV/IUCV] : Add missing section annotations
Heiko Carstens
2
-48
/
+45
2007-05-04
[AF_IUCV]: Implementation of a skb backlog queue
Jennifer Hunt
1
-29
/
+130
[next]