aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+15
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-45/+39
2009-12-15nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis1-0/+1
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis1-0/+14
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust8-60/+162
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-09rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman1-2/+2
2009-12-08Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-1/+1
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds11-32/+30
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds4-78/+37
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust5-41/+132
2009-12-03SUNRPC: soft connect semantics for UDPChuck Lever1-0/+4
2009-12-03SUNRPC: Use soft connect semantics when performing RPC pingChuck Lever1-5/+5
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever2-2/+17
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever1-2/+2
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever2-16/+80
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever1-7/+4
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2-3/+10
2009-12-03SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status()Chuck Lever1-0/+12
2009-12-03SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever1-9/+1
2009-12-03RPC: Fix two potential races in put_rpccredTrond Myklebust1-16/+23
2009-12-03SUNRPC: Ensure that we honour autoclose before attempting to reconnectTrond Myklebust1-0/+4
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+8
2009-11-29net: Move && and || to end of previous lineJoe Perches10-26/+25
2009-11-23Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2-15/+13
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields1-22/+9
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman4-28/+28
2009-11-14SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever1-10/+8
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman4-50/+9
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-5/+5
2009-10-27nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields1-23/+30
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-2/+1
2009-09-24net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput1-2/+3
2009-09-24net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput1-2/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-3/+3
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown1-0/+9
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-180/+603
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-18sunrpc/cache: avoid variable over-loading in cache_defer_reqNeilBrown1-9/+9
2009-09-18sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_reqNeilBrown1-4/+4