index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
SUNRPC: attempt AF_LOCAL connect on setup
J. Bruce Fields
1
-0
/
+3
2013-04-26
Merge Trond's nfs-for-next
J. Bruce Fields
1
-5
/
+9
2013-04-14
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
Trond Myklebust
1
-1
/
+5
2013-03-25
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
Trond Myklebust
1
-4
/
+4
2013-03-09
sunrpc: don't attempt to cancel unitialized work
J. Bruce Fields
1
-5
/
+10
2013-03-01
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-8
/
+27
2013-02-28
SUNRPC: make AF_LOCAL connect synchronous
J. Bruce Fields
1
-8
/
+27
2013-02-05
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
1
-0
/
+1
2013-02-01
SUNRPC: Pass pointers to struct rpc_xprt to the congestion window
Trond Myklebust
1
-3
/
+3
2013-02-01
SUNRPC: Fix an RCU dereference in xs_local_rpcbind
Trond Myklebust
1
-1
/
+3
2013-02-01
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
Trond Myklebust
1
-2
/
+2
2013-02-01
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
Trond Myklebust
1
-1
/
+1
2012-12-16
SUNRPC: variable 'svsk' is unused in function bc_send_request
Trond Myklebust
1
-2
/
+0
2012-12-16
SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket
Trond Myklebust
1
-0
/
+4
2012-11-04
SUNRPC: remove BUG_ON from bc_malloc
Weston Andros Adamson
1
-2
/
+4
2012-11-04
SUNRPC: remove BUG_ONs from *_reclassify_socket*
Weston Andros Adamson
1
-3
/
+4
2012-10-24
SUNRPC: Get rid of the xs_error_report socket callback
Trond Myklebust
1
-25
/
+0
2012-10-24
SUNRPC: Prevent races in xs_abort_connection()
Trond Myklebust
1
-5
/
+8
2012-10-24
Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."
Trond Myklebust
1
-1
/
+1
2012-10-24
SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT
Trond Myklebust
1
-0
/
+1
2012-09-29
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
1
-18
/
+0
2012-09-25
SUNRPC: Set alloc_slot for backchannel tcp ops
Bryan Schumaker
1
-0
/
+1
2012-09-20
SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT
Trond Myklebust
1
-5
/
+16
2012-09-07
SUNRPC: Fix a UDP transport regression
Trond Myklebust
1
-0
/
+3
2012-08-01
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-0
/
+43
2012-08-01
Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+10
2012-08-01
nfs: enable swap on NFS
Mel Gorman
1
-0
/
+43
2012-07-31
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
1
-0
/
+10
2012-07-05
sunrpc: Don't do a dst_confirm() on an input routes.
David S. Miller
1
-3
/
+0
2012-03-26
sunrpc: skip portmap calls on sessions backchannel
J. Bruce Fields
1
-0
/
+1
2012-03-12
SUNRPC: Fix a few sparse warnings
Trond Myklebust
1
-5
/
+5
2012-02-16
SUNRPC: add sending,pending queue and max slot to xprt stats
Andy Adamson
1
-6
/
+17
2011-11-23
SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared
Trond Myklebust
1
-2
/
+1
2011-11-10
SUNRPC: destroy freshly allocated transport in case of sockaddr init error
Stanislav Kinsbursky
1
-1
/
+3
2011-07-18
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
1
-7
/
+42
2011-07-18
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
1
-0
/
+2
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
1
-3
/
+3
2011-05-28
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
1
-3
/
+392
2011-05-28
SUNRPC: Rename xs_encode_tcp_fragment_header()
Chuck Lever
1
-12
/
+12
2011-05-28
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
Trond Myklebust
1
-3
/
+13
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-23
SUNRPC: Never reuse the socket port after an xs_close()
Trond Myklebust
1
-0
/
+2
2011-03-10
sunrpc: Propagate errors from xs_bind() through xs_create_sock()
Ben Hutchings
1
-1
/
+2
2011-01-15
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-10
/
+24
2011-01-11
rpc: allow xprt_class->setup to return a preexisting xprt
J. Bruce Fields
1
-9
/
+9
2011-01-11
rpc: keep backchannel xprt as long as server connection
J. Bruce Fields
1
-10
/
+24
2011-01-11
rpc: move sk_bc_xprt to svc_xprt
J. Bruce Fields
1
-1
/
+1
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-1
/
+1
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-235
/
+123
2010-10-21
SUNRPC: Properly initialize sock_xprt.srcaddr in all cases
Chuck Lever
1
-1
/
+32
[next]