summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-25svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields1-1/+1
2010-10-25svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields1-3/+0
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever1-1/+32
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever1-3/+7
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo3-5/+17
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov3-17/+7
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov1-9/+4
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1
2010-10-19sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov1-2/+0
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov1-34/+7
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov1-32/+7
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov1-24/+8
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov1-25/+24
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov1-47/+19
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov1-32/+8
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov1-37/+26
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov1-40/+56
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov1-6/+6
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov1-6/+4
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov1-3/+3
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov1-3/+3
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker3-15/+17
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker3-38/+78
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov1-3/+2
2010-10-11sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown1-24/+43
2010-10-11sunrpc: Simplify cache_defer_req and related functions.NeilBrown1-36/+22
2010-10-01nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields1-0/+15
2010-10-01nfsd4: remove spkm3J. Bruce Fields6-851/+0
2010-10-01sunrpc: fix race in new cache_wait code.NeilBrown1-3/+2
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov2-5/+5
2010-10-01net: Export __sock_createPavel Emelyanov1-1/+2
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov3-3/+5
2010-10-01sunrpc: Add net to xprt_createPavel Emelyanov1-0/+1
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov3-5/+12
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov3-13/+13
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov3-23/+27
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2-2/+2
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov3-31/+108
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov4-27/+44
2010-09-27sunrpc: The per-net skeletonPavel Emelyanov2-1/+42
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov1-0/+2
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov1-8/+19
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-8/+10
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2-6/+8
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-22sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown1-1/+3