Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6f9f13bf9b9fabf2da2028cb7c1e732ef2efa26d
/
net
/
sunrpc
/
xprtsock.c
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
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
d60dbb2
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
by Trond Myklebust
· 14 years ago
712a433
SUNRPC: Fix xs_setup_bc_tcp()
by Trond Myklebust
· 14 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
7c34691
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
fc0b579
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
61d0a8e
NFS/RPC: fix problems with reestablish_timeout and related code.
by Neil Brown
· 15 years ago
f300bab
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
by Alexandros Batsakis
· 15 years ago
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
976a6f9
Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 15 years ago
9dc3b09
SUNRPC: Update xprt address strings after an rpcbind completes
by Chuck Lever
· 15 years ago
c740eff
SUNRPC: Kill RPC_DISPLAY_ALL
by Chuck Lever
· 15 years ago
fbfffbd
SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
by Chuck Lever
· 15 years ago
c877b84
SUNRPC: Use rpc_ntop() for constructing transport address strings
by Chuck Lever
· 15 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 15 years ago
cbf1107
SUNRPC: convert some sysctls into module parameters
by Trond Myklebust
· 15 years ago
1f84603
Merge branch 'devel-for-2.6.31' into for-2.6.31
by Trond Myklebust
· 15 years ago
301933a
Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
by Trond Myklebust
· 15 years ago
0d90ba1
nfs41: Backchannel callback service helper routines
by Ricardo Labiaga
· 16 years ago
88b5ed7
SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()
by Trond Myklebust
· 15 years ago
44b98ef
nfs41: New xs_tcp_read_data()
by Ricardo Labiaga
· 16 years ago
f4a2e41
nfs41: Process the RPC call direction
by Ricardo Labiaga
· 16 years ago
18dca02
nfs41: Add ability to read RPC call direction on TCP stream.
by Ricardo Labiaga
· 16 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
f75e674
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
by Trond Myklebust
· 16 years ago
cc85906
Merge branch 'devel' into for-linus
by Trond Myklebust
· 16 years ago
08abe18
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
55420c2
SUNRPC: Ensure we close the socket on EPIPE errors too...
by Trond Myklebust
· 16 years ago
b61d59f
SUNRPC: xs_tcp_connect_worker{4,6}: merge common code
by Trond Myklebust
· 16 years ago
25fe614
SUNRPC: Add a sysctl to control the duration of the socket linger timeout
by Trond Myklebust
· 16 years ago
7d1e825
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
by Trond Myklebust
· 16 years ago
5e3771c
SUNRPC: Ensure that xs_nospace return values are propagated
by Trond Myklebust
· 16 years ago
8a2cec2
SUNRPC: Delay, then retry on connection errors.
by Trond Myklebust
· 16 years ago
2a49199
SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending
by Trond Myklebust
· 16 years ago
482f32e
SUNRPC: Handle socket errors correctly
by Trond Myklebust
· 16 years ago
c8485e4
SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
by Trond Myklebust
· 16 years ago
40d2549
SUNRPC: Don't disconnect if a connection is still in progress.
by Trond Myklebust
· 16 years ago
670f945
SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...
by Trond Myklebust
· 16 years ago
fe315e7
SUNRPC: Avoid spurious wake-up during UDP connect processing
by Chuck Lever
· 16 years ago
01d37c4
SUNRPC: xprt_connect() don't abort the task if the transport isn't bound
by Trond Myklebust
· 16 years ago
fba91af
SUNRPC: Fix an Oops due to socket not set up yet...
by Trond Myklebust
· 16 years ago
1f0fa15
net/sunrpc/xprtsock.c: some common code found
by Ilpo Järvinen
· 16 years ago
e0db4a7
sunrpc: Fix build warning due to typo in %pI4 format changes.
by David S. Miller
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
4b7a427
net: replace %#p6 format specifier with %pi6
by Harvey Harrison
· 16 years ago
fdb46ee
net, misc: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
b071195
net: replace all current users of NIP6_SEQFMT with %#p6
by Harvey Harrison
· 16 years ago
2a9e1cf
SUNRPC: Respond promptly to server TCP resets
by Trond Myklebust
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
b22602a
SUNRPC: Ensure all transports set rq_xtime consistently
by Chuck Lever
· 16 years ago
233607d
Merge branch 'devel'
by Trond Myklebust
· 17 years ago
7c1d71c
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
by Trond Myklebust
· 17 years ago
Next »