index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-27
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
1
-2
/
+2
2016-04-13
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
1
-2
/
+1
2016-04-11
sunrpc: do not pull udp headers on receive
Willem de Bruijn
1
-3
/
+2
2016-02-05
SUNRPC: Use the multipath iterator to assign a transport to each task
Trond Myklebust
1
-3
/
+1
2016-01-07
Merge branch 'bugfixes'
Trond Myklebust
1
-28
/
+21
2016-01-06
SUNRPC: Fixup socket wait for memory
Trond Myklebust
1
-28
/
+21
2015-12-28
SUNRPC: drop unused xs_reclassify_socketX() helpers
Stefan Hajnoczi
1
-13
/
+1
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-7
/
+7
2015-11-03
SUNRPC: fix variable type
Andrzej Hajda
1
-1
/
+1
2015-11-02
Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
1
-0
/
+17
2015-11-02
NFS: Enable client side NFSv4.1 backchannel to use other transports
Chuck Lever
1
-0
/
+12
2015-11-02
SUNRPC: Abstract backchannel operations
Chuck Lever
1
-0
/
+5
2015-10-08
SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata()
Trond Myklebust
1
-1
/
+3
2015-10-08
SUNRPC: Move AF_LOCAL receive data path into a workqueue context
Trond Myklebust
1
-30
/
+42
2015-10-08
SUNRPC: Move UDP receive data path into a workqueue context
Trond Myklebust
1
-23
/
+61
2015-10-08
SUNRPC: Move TCP receive data path into a workqueue context
Trond Myklebust
1
-15
/
+36
2015-10-08
SUNRPC: Refactor TCP receive
Trond Myklebust
1
-15
/
+29
2015-09-19
SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose
Trond Myklebust
1
-1
/
+0
2015-09-17
SUNRPC: Ensure that we wait for connections to complete before retrying
Trond Myklebust
1
-3
/
+8
2015-09-17
SUNRPC: Fix races between socket connection and destroy code
Trond Myklebust
1
-0
/
+3
2015-08-29
SUNRPC: Prevent SYN+SYNACK+RST storms
Trond Myklebust
1
-0
/
+2
2015-08-29
SUNRPC: xs_reset_transport must mark the connection as disconnected
Trond Myklebust
1
-0
/
+1
2015-08-19
SUNRPC: Allow sockets to do GFP_NOIO allocations
Trond Myklebust
1
-3
/
+3
2015-08-17
SUNRPC: Fix a thinko in xs_connect()
Trond Myklebust
1
-4
/
+5
2015-07-28
Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-8
/
+17
2015-07-27
SUNRPC: Report TCP errors to the caller
Trond Myklebust
1
-7
/
+6
2015-07-27
sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.
NeilBrown
1
-0
/
+9
2015-07-03
SUNRPC: Don't confuse ENOBUFS with a write_space issue
Trond Myklebust
1
-1
/
+2
2015-07-02
Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-43
/
+108
2015-06-20
SUNRPC: Set the TCP user timeout option on client sockets
Trond Myklebust
1
-0
/
+7
2015-06-19
SUNRPC: Ensure we release the TCP socket once it has been closed
Trond Myklebust
1
-18
/
+22
2015-06-10
SUNRPC: Transport fault injection
Chuck Lever
1
-0
/
+10
2015-06-10
sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops
Jeff Layton
1
-6
/
+25
2015-06-10
sunrpc: lock xprt before trying to set memalloc on the sockets
Jeff Layton
1
-8
/
+27
2015-06-10
sunrpc: if we're closing down a socket, clear memalloc on it first
Jeff Layton
1
-0
/
+3
2015-06-10
sunrpc: make xprt->swapper an atomic_t
Jeff Layton
1
-13
/
+25
2015-06-10
sunrpc: keep a count of swapfiles associated with the rpc_clnt
Jeff Layton
1
-2
/
+1
2015-06-02
SUNRPC: drop stale doc comments in xprtsock.c
Stefan Hajnoczi
1
-8
/
+0
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-3
/
+3
2015-02-10
SUNRPC: Cleanup to remove xs_tcp_close()
Trond Myklebust
1
-6
/
+1
2015-02-09
SUNRPC: Fix stupid typo in xs_sock_set_reuseport
Trond Myklebust
1
-2
/
+3
2015-02-09
SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG
Trond Myklebust
1
-2
/
+2
2015-02-09
SUNRPC: Handle connection reset more efficiently.
Trond Myklebust
1
-16
/
+18
2015-02-09
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
1
-1
/
+0
2015-02-09
SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
Trond Myklebust
1
-5
/
+1
2015-02-09
SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
Trond Myklebust
1
-2
/
+2
2015-02-09
SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
Trond Myklebust
1
-3
/
+0
2015-02-09
SUNRPC: Remove TCP socket linger code
Trond Myklebust
1
-35
/
+0
2015-02-08
SUNRPC: Remove TCP client connection reset hack
Trond Myklebust
1
-66
/
+1
2015-02-08
SUNRPC: TCP/UDP always close the old socket before reconnecting
Trond Myklebust
1
-2
/
+3
[prev]
[next]