index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2008-04-23
mac80211: fix use before check of Qdisc length
Ron Rindjunsky
-1
/
+1
2008-04-23
net/mac80211/rx.c: fix off-by-one
Adrian Bunk
-1
/
+1
2008-04-23
mac80211: Fix race between ieee80211_rx_bss_put and lookup routines.
Pavel Emelyanov
-2
/
+5
2008-04-23
mac80211: Fix n-band association problem
Abhijeet Kolekar
-1
/
+20
2008-04-23
SUNRPC: Use unsigned loop and array index in svc_init_buffer()
Chuck Lever
-3
/
+2
2008-04-23
SUNRPC: Use unsigned index when looping over arrays
Chuck Lever
-2
/
+3
2008-04-23
SUNRPC: Update RPC server's TCP record marker decoder
Chuck Lever
-12
/
+12
2008-04-23
SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle
Chuck Lever
-2
/
+2
2008-04-23
SUNRPC: remove svc_create_thread()
Jeff Layton
-10
/
+0
2008-04-23
sunrpc: make token header values less confusing
Kevin Coffman
-8
/
+8
2008-04-23
gss_krb5: consistently use unsigned for seqnum
Kevin Coffman
-4
/
+4
2008-04-23
net/sunrpc/svc.c: suppress unintialized var warning
Andrew Morton
-1
/
+1
2008-04-23
Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent
Kevin Coffman
-5
/
+2
2008-04-23
Correct grammer/typos in dprintks
Kevin Coffman
-3
/
+3
2008-04-23
SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send
Tom Tucker
-0
/
+2
2008-04-23
sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS
Harshula Jayasuriya
-4
/
+8
2008-04-23
SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails
Jeff Layton
-3
/
+5
2008-04-23
svcrpc: move unused field from cache_deferred_req
J. Bruce Fields
-1
/
+0
2008-04-23
IPv6 support for NFS server export caches
Aurélien Charbon
-38
/
+80
2008-04-23
SUNRPC: have svc_recv() check kthread_should_stop()
Jeff Layton
-2
/
+22
2008-04-23
SUNRPC: export svc_sock_update_bufs
Jeff Layton
-0
/
+1
2008-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-42
/
+28
2008-04-23
net: Unexport move_addr_to_{kernel,user}
Adrian Bunk
-3
/
+0
2008-04-22
[IPSEC]: Fix catch-22 with algorithm IDs above 31
Herbert Xu
-2
/
+4
2008-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
-9
/
+0
2008-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...
Linus Torvalds
-1
/
+0
2008-04-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
-3
/
+7
2008-04-21
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
-4
/
+0
2008-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...
Linus Torvalds
-5
/
+11
2008-04-21
Remove documentation of non-existent sk_alloc arg
Rusty Russell
-1
/
+0
2008-04-21
[SPARC]: Remove SunOS and Solaris binary support.
David S. Miller
-9
/
+0
2008-04-21
tcp: Make use of before macro in tcp_input.c
Arnd Hannemann
-1
/
+1
2008-04-21
[NETNS]: Remove empty ->init callback.
Pavel Emelyanov
-7
/
+0
2008-04-21
[DCCP]: Convert do_gettimeofday() to getnstimeofday().
YOSHIFUJI Hideaki
-11
/
+6
2008-04-21
[NETNS]: Don't initialize err variable twice.
Pavel Emelyanov
-2
/
+1
2008-04-21
[NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.
Pavel Emelyanov
-1
/
+1
2008-04-21
[IPV4]: Convert do_gettimeofday() to getnstimeofday().
YOSHIFUJI Hideaki
-10
/
+10
2008-04-21
[IPV4]: Make icmp_sk_init() static.
Adrian Bunk
-1
/
+1
2008-04-21
[IPV6]: Make struct ip6_prohibit_entry_template static.
Adrian Bunk
-1
/
+1
2008-04-21
tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c
Satoru SATOH
-1
/
+1
2008-04-20
[NET]: Expose netdevice dev_id through sysfs
David Woodhouse
-0
/
+2
2008-04-20
[ROSE]: Fix soft lockup wrt. rose_node_list_lock
Bernard Pidoux
-2
/
+0
2008-04-19
rose: Socket lock was not released before returning to user space
Bernard Pidoux
-2
/
+4
2008-04-19
netfilter: Fix SIP conntrack build with NAT disabled.
Patrick McHardy
-1
/
+2
2008-04-19
netfilter: Fix SCTP nat build.
Patrick McHardy
-0
/
+1
2008-04-19
SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use
Trond Myklebust
-27
/
+42
2008-04-19
SUNRPC: Fix a race in gss_refresh_upcall()
Trond Myklebust
-3
/
+8
2008-04-19
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
-2
/
+35
2008-04-19
SUNRPC: Remove the unused export of xprt_force_disconnect
Trond Myklebust
-1
/
+0
2008-04-19
SUNRPC: remove XS_SENDMSG_RETRY
Trond Myklebust
-9
/
+3
[prev]
[next]