summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-09-133-14/+24
|\
| * SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-073-14/+24
* | svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-211-5/+2Star
* | svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-211-1/+2
* | svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-08-211-1/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-014-2/+62
|\
| * nfs: enable swap on NFSMel Gorman2012-08-014-2/+62
* | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-014-5/+19
|\ \
| * | SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-07-311-2/+2
| * | nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-313-1/+14
| * | sunrpc: clarify comments on rpc_make_runnableJeff Layton2012-07-311-2/+3
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-1/+4
|\ \ \ | |_|/ |/| |
| * | SUNRPC/cache: fix reporting of expired cache entries in 'content' file.NeilBrown2012-07-121-1/+4
* | | Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-315-63/+142
|\ \ \ | | |/ | |/|
| * | sunrpc: clnt: Add missing bracesJoe Perches2012-07-301-1/+2
| * | SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust2012-07-171-1/+3
| * | SUNRPC: Add rpcauth_list_flavors()Chuck Lever2012-07-163-4/+69
| * | SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust2012-06-281-28/+0Star
| * | SUNRPC: Clean up xdr_enter_pageTrond Myklebust2012-06-281-3/+3
| * | SUNRPC: Clean up xdr_read_pagesTrond Myklebust2012-06-281-14/+26
| * | SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesTrond Myklebust2012-06-281-8/+7Star
| * | SUNRPC: Remove open coded stream position calculation in xdr_read_pagesTrond Myklebust2012-06-281-3/+3
| * | SUNRPC: Add the helper xdr_stream_posTrond Myklebust2012-06-281-0/+10
| * | SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust2012-06-281-3/+6
| * | SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust2012-06-281-7/+21
| * | SUNRPC: Clean up xdr_set_iov()Trond Myklebust2012-06-281-7/+7
| * | SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.Trond Myklebust2012-06-261-0/+1
| |/
* | ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-18/+4Star
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-114-11/+14
* | sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller2012-07-051-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-292-7/+8
|\|
| * Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-162-7/+8
| |\
| | * rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton2012-06-111-6/+6
| | * NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-311-1/+2
* | | net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-6/+6
|/ /
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-016-58/+75
|\ \
| * | nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-06-012-3/+3
| * | nfsd4: move principal name into svc_credJ. Bruce Fields2012-06-012-19/+8Star
| * | svcrpc: fix a comment typoJ. Bruce Fields2012-06-011-1/+1
| * | sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton2012-06-011-1/+1
| * | SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-06-011-4/+0Star
| * | SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-06-012-14/+17
| * | rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields2012-06-011-16/+45
* | | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-012-45/+68
|\| | | |/ |/|
| * SUNRPC: split upcall function to extract reusable partsSimo Sorce2012-04-251-36/+64
| * nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-9/+4Star
* | Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-294-9/+12
|\ \
| * \ Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-05-215-15/+25
| |\ \
| | * | sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-05-192-2/+5
| | * | sunrpc: suppress page allocation warnings in xprt_alloc_slot()Jeff Layton2012-05-161-1/+1