[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2
[safe/jmp/linux-2.6] / net / sunrpc /
2006-03-21 Ingo Molnar[NET]: sem2mutex part 2
2006-03-21 Arjan van de Ven[NET] sem2mutex: net/
2006-03-14 Trond Myklebust[PATCH] SUNRPC: Fix potential deadlock in RPC code
2006-03-14 Adrian Bunk[PATCH] SUNRPC: fix a NULL pointer dereference in net...
2006-02-01 Trond MyklebustSUNRPC: Move upcall out of auth->au_ops->crcreate()
2006-02-01 Trond MyklebustSUNRPC: Remove the deprecated function lookup_hash...
2006-02-01 Trond MyklebustSUNRPC: rpc_timeout_upcall_queue should not sleep
2006-02-01 Trond MyklebustSUNRPC: Fix a lock recursion in the auth_gss downcall
2006-02-01 Martin Waitz[PATCH] DocBook: fix some kernel-doc comments in net...
2006-01-19 J. Bruce Fields[PATCH] svcrpc: gss: svc context creation error handling
2006-01-19 Kevin Coffman[PATCH] svcrpc: gss: server context init failure handling
2006-01-19 Andy Adamson[PATCH] svcrpc: gss: handle the GSS_S_CONTINUE
2006-01-19 J. Bruce Fields[PATCH] svcrpc: save and restore the daddr field when...
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-10 Jesper Juhl[NET]: Remove unneeded kmalloc() return value casts
2006-01-10 Linus TorvaldsFix rpc shutdown event condition bug
2006-01-10 Ingo Molnar[PATCH] nfs: sleep_on() removal
2006-01-10 Linus TorvaldsMerge /pub/scm/linux/kernel/git/mingo/mutex-2.6
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
2006-01-09 Eric Dumazet[PATCH] shrink dentry struct
2006-01-06 J. Bruce FieldsSUNRPC: Make krb5 report unsupported encryption types
2006-01-06 J. Bruce FieldsSUNRPC: Make spkm3 report unsupported encryption types
2006-01-06 J. Bruce FieldsSUNRPC: Update the spkm3 code to use the make_checksum...
2006-01-06 Trond MyklebustSUNRPC: Clean up xprt_destroy()
2006-01-06 Trond MyklebustSUNRPC: Ensure client closes the socket when server...
2006-01-06 Chuck LeverSUNRPC: get rid of cl_chatty
2006-01-06 Chuck LeverSUNRPC: transport switch API for setting port number
2006-01-06 Chuck LeverSUNRPC: new interface to force an RPC rebind
2006-01-06 Chuck LeverSUNRPC: switchable buffer allocation
2006-01-06 Adrian BunkSUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()
2006-01-06 Trond MyklebustSUNRPC: Fix a potential race in rpc_pipefs.
2006-01-06 Trond MyklebustSUNRPC: Ensure that SIGKILL will always terminate a...
2006-01-06 Trond MyklebustSUNRPC: rpc_execute should not return task->tk_status;
2006-01-06 Trond MyklebustSUNRPC: Get rid of some unused exports
2006-01-06 Trond MyklebustNFSv4: stateful NFSv4 RPC call interface
2006-01-06 Trond MyklebustSUNRPC: Further cleanups
2006-01-06 Trond MyklebustRPC: Clean up RPC task structure
2006-01-06 Trond MyklebustSUNRPC: Yet more RPC cleanups
2006-01-06 Olaf Kirch[PATCH] Keep nfsd from exiting when seeing recv() errors
2006-01-06 NeilBrown[PATCH] knfsd: fix hash function for IP addresses on...
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-12-20 Trond MyklebustSUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protec...
2005-12-20 Trond MyklebustRPC: Do not block on skb allocation
2005-12-03 Trond MyklebustSUNRPC: Fix Oopsable condition in rpc_pipefs
2005-11-25 Trond MyklebustSUNRPC: Funny looking code in __rpc_purge_upcall
2005-11-15 NeilBrown[PATCH] knfsd: make sure nfsd doesn't hog a cpu forever
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-11-10 Trond Myklebust[PATCH] SUNRPC: don't reencode when looping in call...
2005-11-09 Christoph Hellwig[PATCH] sanitize lookup_hash prototype
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-11-07 NeilBrown[PATCH] knfsd: make sure svc_process call the correct...
2005-11-04 Chuck LeverNFS,SUNRPC,NLM: fix unused variable warnings when CONFI...
2005-11-04 Chuck LeverSUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is...
2005-10-30 Herbert Xu[CRYPTO] Simplify one-member scatterlist expressions
2005-10-30 David Hardeman[PATCH] Use sg_set_buf/sg_init_one where applicable
2005-10-28 Trond MyklebustRPC: Ensure that nobody can queue up new upcalls after...
2005-10-27 Trond MyklebustMerge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
2005-10-27 Trond MyklebustRevert "RPC: stops the release_pipe() funtion from...
2005-10-26 Andrew Morton[PATCH] svcsock timestamp fix
2005-10-19 J. Bruce FieldsRPCSEC_GSS: krb5 cleanup
2005-10-19 J. Bruce FieldsRPCSEC_GSS remove all qop parameters
2005-10-19 J. Bruce FieldsRPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss...
2005-10-19 J. Bruce FieldsRPCSEC_GSS: krb5 pre-privacy cleanup
2005-10-19 J. Bruce FieldsRPCSEC_GSS: Simplify rpcsec_gss crypto code
2005-10-19 J. Bruce FieldsRPCSEC_GSS: client-side privacy support
2005-10-19 J. Bruce FieldsRPCSEC_GSS: cleanup au_rslack calculation
2005-10-19 J. Bruce FieldsSUNRPC: Retry wrap in case of memory allocation failure.
2005-10-19 J. Bruce FieldsSUNRPC: Provide a callback to allow free pages allocate...
2005-10-19 J. Bruce FieldsSUNRPC: Add support for privacy to generic gss-api...
2005-10-19 Steve DicksonRPC: stops the release_pipe() funtion from being called...
2005-10-18 Trond MyklebustRPC: allow call_encode() to delay transmission of an...
2005-10-18 Chuck LeverSUNRPC: Retry rpcbind requests if the server's portmapp...
2005-10-18 Trond MyklebustMerge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
2005-10-13 Trond MyklebustMerge /pub/scm/linux/kernel/git/torvalds/linux-2.6
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-05 Randy Dunlap[RPC]: fix sparse gfp nocast warnings
2005-09-23 Chuck LeverSUNRPC: fix bug in patch "portmapper doesn't need a...
2005-09-23 Trond MyklebustRevert "[PATCH] RPC,NFS: new rpc_pipefs patch"
2005-09-23 Christoph Hellwig[PATCH] RPC,NFS: new rpc_pipefs patch
2005-09-23 Chuck Lever[PATCH] RPC: rationalize set_buffer_size
2005-09-23 Chuck Lever[PATCH] RPC: parametrize various transport connect...
2005-09-23 Chuck Lever[PATCH] RPC: make sure to get the same local port numbe...
2005-09-23 Chuck Lever[PATCH] RPC: allow RPC client's port range to be adjustable
2005-09-23 Chuck Lever[PATCH] RPC: clean up after nocong was removed
2005-09-23 Chuck Lever[PATCH] RPC: remove xprt->nocong
2005-09-23 Chuck Lever[PATCH] RPC: add a release_rqst callout to the RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add generic interface for adjusting the...
2005-09-23 Chuck Lever[PATCH] RPC: separate xprt_timer implementations
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add API to set transport-specific timeouts
2005-09-23 Chuck Lever[PATCH] RPC: get rid of xprt->stream
2005-09-23 Chuck Lever[PATCH] RPC: skip over transport-specific heads automat...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP socket write paths
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP transport connection...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP write space callbacks
2005-09-23 Chuck Lever[PATCH] RPC: client-side transport switch cleanup
2005-09-23 Chuck Lever[PATCH] RPC: Add helper for waking tasks pending on...
2005-09-23 Chuck Lever[PATCH] RPC: Eliminate socket.h includes in RPC client
next