summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-051-1/+1
|\
| * SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-10/+1
|\ \
| * | consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* | | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-162-19/+38
|\ \ \ | | |/ | |/|
| * | SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust2013-11-121-12/+17
| * | SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-081-7/+21
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-166-28/+28
|\ \ \ | |_|/ |/| |
| * | svcrpc: remove an unnecessary assignmentWeng Meiling2013-11-131-2/+0
| * | sunrpc: comment typo fixJ. Bruce Fields2013-11-121-2/+2
| * | sunrpc: trim off EC bytes in GSSAPI v2 unwrapJeff Layton2013-10-261-2/+2
| * | gss_krb5: document that we ignore sequence numberJ. Bruce Fields2013-10-102-6/+8
| * | svcrpc: handle some gssproxy encoding errorsJ. Bruce Fields2013-10-101-15/+14
| * | svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields2013-10-081-2/+2
| * | svcrpc: fix gss-proxy NULL dereference in some error casesJ. Bruce Fields2013-10-081-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-1/+3
|\ \ \
| * | | net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-0/+2
| * | | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-6/+6
|\ \ \ | |_|/ |/| |
| * | sunrpc: switch to %pdAl Viro2013-10-241-6/+6
| |/
* | SUNRPC: Cleanup xs_destroy()Trond Myklebust2013-10-311-10/+5
* | SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown2013-10-311-4/+9
* | SUNRPC: remove duplicated include from clnt.cWei Yongjun2013-10-301-1/+0
* | SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust2013-10-281-19/+37
* | SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust2013-10-281-0/+1
* | SUNRPC: remove an unnecessary if statementwangweidong2013-10-281-3/+1
* | sunrpc: comment typo fixJ. Bruce Fields2013-10-281-2/+2
* | SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust2013-10-281-1/+2
* | SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust2013-10-281-7/+100
* | SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever2013-10-281-6/+7
* | SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust2013-10-011-3/+6
* | SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust2013-10-011-8/+7
* | SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust2013-10-011-2/+4
* | SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-012-4/+16
* | SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-012-10/+11
* | SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust2013-10-011-0/+10
* | SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust2013-10-011-3/+5
* | SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust2013-10-011-1/+1
* | SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust2013-10-011-0/+13
|/
* RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields2013-09-181-0/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-14/+27
|\
| * shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-101-14/+27
* | Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-122-2/+2
|\ \
| * | SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust2013-09-121-1/+1
| * | sunrpc: Add missing kuids conversion for printingGeert Uytterhoeven2013-09-121-1/+1
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-103-22/+50
|\ \ \ | |_|/ |/| |
| * | rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-09-061-10/+6
| * | rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-09-063-1/+37
| * | rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields2013-09-061-8/+10
| * | rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields2013-09-061-19/+13