Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
afed4dbe3a043dbd833a53b6b4951e155708afd2
/
net
/
sunrpc
/
xprtsock.c
bf97293
Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
40b5ea0
SUNRPC: Add tracepoints to help debug socket connection issues
by Trond Myklebust
· 11 years ago
64dc613
net: add sk_stream_is_writeable() helper
by Eric Dumazet
· 11 years ago
0ff08ba
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
2fccbd9
sunrpc: server back channel needs no rpcbind method
by J. Bruce Fields
· 12 years ago
7073ea8
SUNRPC: attempt AF_LOCAL connect on setup
by J. Bruce Fields
· 12 years ago
c85b03a
Merge Trond's nfs-for-next
by J. Bruce Fields
· 12 years ago
b7993ce
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
by Trond Myklebust
· 12 years ago
3ed5e2a
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
by Trond Myklebust
· 12 years ago
190b1ecf
sunrpc: don't attempt to cancel unitialized work
by J. Bruce Fields
· 12 years ago
b666973
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
dc10740
SUNRPC: make AF_LOCAL connect synchronous
by J. Bruce Fields
· 12 years ago
5976687
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h
by Jeff Layton
· 12 years ago
6a24dfb
SUNRPC: Pass pointers to struct rpc_xprt to the congestion window
by Trond Myklebust
· 12 years ago
3dc0da2
SUNRPC: Fix an RCU dereference in xs_local_rpcbind
by Trond Myklebust
· 12 years ago
1b09209
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
by Trond Myklebust
· 12 years ago
a4f0835
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
by Trond Myklebust
· 12 years ago
1efc287
SUNRPC: variable 'svsk' is unused in function bc_send_request
by Trond Myklebust
· 12 years ago
4a20a98
SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket
by Trond Myklebust
· 12 years ago
b8a13d0
SUNRPC: remove BUG_ON from bc_malloc
by Weston Andros Adamson
· 12 years ago
1b7a181
SUNRPC: remove BUG_ONs from *_reclassify_socket*
by Weston Andros Adamson
· 12 years ago
f878b65
SUNRPC: Get rid of the xs_error_report socket callback
by Trond Myklebust
· 12 years ago
4bc1e68
SUNRPC: Prevent races in xs_abort_connection()
by Trond Myklebust
· 12 years ago
b9d2bb2
Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."
by Trond Myklebust
· 12 years ago
d0bea45
SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT
by Trond Myklebust
· 12 years ago
d19751e
SUNRPC: Get rid of the redundant xprt->shutdown bit field
by Trond Myklebust
· 12 years ago
84e28a3
SUNRPC: Set alloc_slot for backchannel tcp ops
by Bryan Schumaker
· 12 years ago
a519fc7
SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT
by Trond Myklebust
· 12 years ago
f39c1bf
SUNRPC: Fix a UDP transport regression
by Trond Myklebust
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
6dbb35b
Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
a564b8f
nfs: enable swap on NFS
by Mel Gorman
· 12 years ago
5cf02d0
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
by Jeff Layton
· 12 years ago
60d354e
sunrpc: Don't do a dst_confirm() on an input routes.
by David S. Miller
· 12 years ago
9276910
sunrpc: skip portmap calls on sessions backchannel
by J. Bruce Fields
· 13 years ago
09acfea
SUNRPC: Fix a few sparse warnings
by Trond Myklebust
· 13 years ago
15a4520
SUNRPC: add sending,pending queue and max slot to xprt stats
by Andy Adamson
· 13 years ago
24ca9a8
SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared
by Trond Myklebust
· 13 years ago
2aa1353
SUNRPC: destroy freshly allocated transport in case of sockaddr init error
by Stanislav Kinsbursky
· 13 years ago
d9ba131
SUNRPC: Support dynamic slot allocation for TCP connections
by Trond Myklebust
· 13 years ago
43cedbf0e
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
by Trond Myklebust
· 13 years ago
9e00abc
SUNRPC: sunrpc should not explicitly depend on NFS config options
by Trond Myklebust
· 13 years ago
176e21e
SUNRPC: Support for RPC over AF_LOCAL transports
by Chuck Lever
· 14 years ago
61677ee
SUNRPC: Rename xs_encode_tcp_fragment_header()
by Chuck Lever
· 14 years ago
fe19a96
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
by Trond Myklebust
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
246408d
SUNRPC: Never reuse the socket port after an xs_close()
by Trond Myklebust
· 14 years ago
4cea288
sunrpc: Propagate errors from xs_bind() through xs_create_sock()
by Ben Hutchings
· 14 years ago
18bce37
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
f0418aa
rpc: allow xprt_class->setup to return a preexisting xprt
by J. Bruce Fields
· 14 years ago
99de8ea
rpc: keep backchannel xprt as long as server connection
by J. Bruce Fields
· 14 years ago
d75faea
rpc: move sk_bc_xprt to svc_xprt
by J. Bruce Fields
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
9247685
SUNRPC: Properly initialize sock_xprt.srcaddr in all cases
by Chuck Lever
· 14 years ago
4232e86
SUNRPC: Use conventional switch statement when reclassifying sockets
by Chuck Lever
· 14 years ago
50fa0d4
sunrpc: Remove dead "else" branch from bc xprt creation
by Pavel Emelyanov
· 14 years ago
8c14ff2
sunrpc: Remove UDP worker wrappers
by Pavel Emelyanov
· 14 years ago
cdd518d
sunrpc: Remove TCP worker wrappers
by Pavel Emelyanov
· 14 years ago
7dfe1fc
sunrpc: Pass family to setup_socket calls
by Pavel Emelyanov
· 14 years ago
6bc9638
sunrpc: Merge xs_create_sock code
by Pavel Emelyanov
· 14 years ago
beb59b6
sunrpc: Merge the xs_bind code
by Pavel Emelyanov
· 14 years ago
573018c
sunrpc: Call xs_create_sockX directly from setup_socket
by Pavel Emelyanov
· 14 years ago
22d44a7
sunrpc: Factor out v6 sockets creation
by Pavel Emelyanov
· 14 years ago
22f7932
sunrpc: Factor out v4 sockets creation
by Pavel Emelyanov
· 14 years ago
b65c031
sunrpc: Factor out udp sockets creation
by Pavel Emelyanov
· 14 years ago
58dddac
sunrpc: Remove duplicate xprt/transport arguments from calls
by Pavel Emelyanov
· 14 years ago
a9f5f0f
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
by Pavel Emelyanov
· 14 years ago
baaf4e4
sunrpc: Remove unused sock arg from xs_next_srcport
by Pavel Emelyanov
· 14 years ago
5d4ec93
sunrpc: Remove unused sock arg from xs_get_srcport
by Pavel Emelyanov
· 14 years ago
14ec63c
sunrpc: Create sockets in net namespaces
by Pavel Emelyanov
· 14 years ago
37aa213
sunrpc: Tag rpc_xprt with net
by Pavel Emelyanov
· 14 years ago
e204e62
sunrpc: Factor out rpc_xprt freeing
by Pavel Emelyanov
· 14 years ago
bd1722d
sunrpc: Factor out rpc_xprt allocation
by Pavel Emelyanov
· 14 years ago
f064af1
net: fix a lockdep splat
by Eric Dumazet
· 14 years ago
763008c
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
9bbb9e5
param: use ops in struct kernel_param, rather than get and set fns directly
by Rusty Russell
· 14 years ago
669502f
SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)
by Andy Chittenden
· 14 years ago
b76ce56
SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()
by Trond Myklebust
· 14 years ago
0a68b0b
sunrpc: fix leak on error on socket xprt setup
by J. Bruce Fields
· 14 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
d60dbb2
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
by Trond Myklebust
· 15 years ago
712a433
SUNRPC: Fix xs_setup_bc_tcp()
by Trond Myklebust
· 15 years ago
bbc72ce
SUNRPC: RPC metrics and RTT estimator should use same RTT value
by Chuck Lever
· 15 years ago
a8ce4a8
SUNRPC: Fail over more quickly on connect errors
by Trond Myklebust
· 15 years ago
0b9e794
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
by Trond Myklebust
· 15 years ago
c9acb42
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
by Trond Myklebust
· 15 years ago
7c34691a
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
81160e66
net/sunrpc: Convert (void)snprintf to snprintf
by Joe Perches
· 15 years ago
fc0b5791
net/sunrpc: Remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
5fe46e9
rpc client can not deal with ENOSOCK, so translate it into ENOCONN
by Bian Naimeng
· 15 years ago
9fcfe0c
SUNRPC: Handle EINVAL error returns from the TCP connect operation
by Trond Myklebust
· 15 years ago
5a51f13
xprtsock.c: make bc_{malloc/free} static
by H Hartley Sweeten
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
09a21c4
SUNRPC: Allow RPCs to fail quickly if the server is unreachable
by Chuck Lever
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
Next »