index
:
~tagr/linux
drm/panel/for-next
drm/tegra/fixes
drm/tegra/for-next
master
staging/base
staging/clk
staging/drm/fixes
staging/drm/nouveau
staging/drm/panel
staging/drm/tegra
staging/fixes
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/powergate
staging/pwm
staging/tegra
staging/work
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-11
SUNRPC: RPC callbacks may be split across several TCP segments
Trond Myklebust
1
-20
/
+8
2014-02-11
SUNRPC: Fix races in xs_nospace()
Trond Myklebust
1
-1
/
+5
2014-01-30
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-4
/
+3
2014-01-28
Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+37
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-1
/
+1
2013-12-31
SUNRPC: Add tracepoint for socket errors
Trond Myklebust
1
-0
/
+1
2013-12-31
SUNRPC: Report connection error values to rpc_tasks on the pending queue
Trond Myklebust
1
-5
/
+36
2013-12-10
sunrpc: fix some typos
Weng Meiling
1
-4
/
+3
2013-11-08
SUNRPC: Fix a data corruption issue when retransmitting RPC calls
Trond Myklebust
1
-7
/
+21
2013-10-31
SUNRPC: Cleanup xs_destroy()
Trond Myklebust
1
-10
/
+5
2013-10-31
SUNRPC: close a rare race in xs_tcp_setup_socket.
NeilBrown
1
-4
/
+9
2013-10-28
sunrpc: comment typo fix
J. Bruce Fields
1
-2
/
+2
2013-10-01
SUNRPC: Only update the TCP connect cookie on a successful connect
Trond Myklebust
1
-1
/
+1
2013-10-01
SUNRPC: Enable the keepalive option for TCP sockets
Trond Myklebust
1
-0
/
+13
2013-09-09
Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+12
2013-09-04
SUNRPC: Add tracepoints to help debug socket connection issues
Trond Myklebust
1
-1
/
+12
2013-07-24
net: add sk_stream_is_writeable() helper
Eric Dumazet
1
-1
/
+1
2013-07-11
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+0
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2013-05-15
sunrpc: server back channel needs no rpcbind method
J. Bruce Fields
1
-1
/
+0
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-02-28
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-15
SUNRPC: variable 'svsk' is unused in function bc_send_request
Trond Myklebust
1
-2
/
+0
2012-12-15
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-28
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-19
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-07-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-0
/
+43
2012-07-31
Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+10
2012-07-31
nfs: enable swap on NFS
Mel Gorman
1
-0
/
+43
2012-07-30
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
[next]