index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
1
-1
/
+3
|
\
|
*
NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.
NeilBrown
2013-08-01
1
-1
/
+3
*
|
net: add sk_stream_is_writeable() helper
Eric Dumazet
2013-07-24
1
-1
/
+1
|
/
*
svcrpc: don't error out on small tcp fragment
J. Bruce Fields
2013-07-01
1
-1
/
+1
*
svcrpc: fix handling of too-short rpc's
J. Bruce Fields
2013-07-01
1
-2
/
+7
*
ipv6: rename datagram_send_ctl and datagram_recv_ctl
Tom Parkin
2013-01-31
1
-1
/
+1
*
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-12-20
1
-48
/
+50
|
\
|
*
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
J. Bruce Fields
2012-12-17
1
-0
/
+2
|
*
svcrpc: fix some printks
J. Bruce Fields
2012-12-17
1
-4
/
+4
|
*
svcrpc: support multiple-fragment rpc's
J. Bruce Fields
2012-12-04
1
-25
/
+25
|
*
svcrpc: track rpc data length separately from sk_tcplen
J. Bruce Fields
2012-12-04
1
-7
/
+12
|
*
svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk
J. Bruce Fields
2012-12-04
1
-1
/
+2
|
*
svcrpc: delay minimum-rpc-size check till later
J. Bruce Fields
2012-12-04
1
-9
/
+7
|
*
svcrpc: don't byte-swap sk_reclen in place
J. Bruce Fields
2012-12-04
1
-15
/
+11
*
|
SUNRPC: remove BUG_ONs from *_reclassify_socket*
Weston Andros Adamson
2012-11-04
1
-1
/
+5
|
/
*
nfsd: remove unused listener-removal interfaces
J. Bruce Fields
2012-09-10
1
-51
/
+0
*
svcrpc: make xpo_recvfrom return only >=0
J. Bruce Fields
2012-08-21
1
-3
/
+3
*
svcrpc: don't bother checking bad svc_addr_len result
J. Bruce Fields
2012-08-21
1
-2
/
+0
*
svcrpc: minor udp code cleanup
J. Bruce Fields
2012-08-21
1
-4
/
+5
*
svcrpc: share some setup of listening sockets
J. Bruce Fields
2012-08-21
1
-5
/
+1
*
svcrpc: clean up control flow
J. Bruce Fields
2012-08-21
1
-35
/
+34
*
svcrpc: standardize svc_setup_socket return convention
J. Bruce Fields
2012-08-21
1
-18
/
+22
*
svcrpc: fix BUG() in svc_tcp_clear_pages
J. Bruce Fields
2012-08-20
1
-1
/
+1
*
net: skb_free_datagram_locked() doesnt drop all packets
Eric Dumazet
2012-06-27
1
-6
/
+6
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-18
/
+10
*
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
2012-04-21
1
-1
/
+1
*
Merge nfs containerization work from Trond's tree
J. Bruce Fields
2012-03-26
1
-2
/
+3
|
\
|
*
SUNRPC: Fix a few sparse warnings
Trond Myklebust
2012-03-11
1
-1
/
+1
|
*
SUNRPC: fixup for namespace changes
Trond Myklebust
2012-01-31
1
-1
/
+1
|
*
SUNRPC: pass network namespace to service registering routines
Stanislav Kinsbursky
2012-01-31
1
-1
/
+2
*
|
SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF
Stanislav Kinsbursky
2012-02-03
1
-2
/
+0
|
/
*
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-01-14
1
-3
/
+5
|
\
|
*
SUNRPC: create svc_xprt in proper network namespace
Stanislav Kinsbursky
2011-12-06
1
-3
/
+5
*
|
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-2
/
+2
|
/
*
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
SUNRPC: Replace svc_addr_u by sockaddr_storage
Mi Jinlong
2011-09-14
1
-6
/
+17
*
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2011-07-27
1
-7
/
+7
|
\
|
*
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
2011-07-15
1
-7
/
+7
*
|
svcsock.c: include sunrpc.h to quiet sparse noise
H Hartley Sweeten
2011-07-15
1
-0
/
+2
|
/
*
svcrpc: complete svsk processing on cb receive failure
J. Bruce Fields
2011-04-10
1
-4
/
+3
*
svcrpc: take advantage of tcp autotuning
Olga Kornievskaia
2011-04-07
1
-28
/
+7
*
SUNRPC: Don't wait for full record to receive tcp data
J. Bruce Fields
2011-04-07
1
-32
/
+112
*
svcrpc: copy cb reply instead of pages
Trond Myklebust
2011-04-07
1
-66
/
+56
*
svcrpc: close connection if client sends short packet
J. Bruce Fields
2011-04-07
1
-14
/
+7
*
svcrpc: note network-order types in svc_process_calldir
J. Bruce Fields
2011-04-07
1
-3
/
+3
*
SUNRPC: svc_tcp_recvfrom cleanup
Trond Myklebust
2011-04-07
1
-19
/
+15
*
SUNRPC: requeue tcp socket less frequently
Trond Myklebust
2011-04-07
1
-1
/
+4
*
net: add __rcu annotations to sk_wq and wq
Eric Dumazet
2011-02-22
1
-12
/
+20
*
NFS do not find client in NFSv4 pg_authenticate
Andy Adamson
2011-01-25
1
-3
/
+1
*
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2011-01-14
1
-8
/
+12
|
\
[next]