aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-4/+4
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06SUNRPC: Remove pprintk() from net/sunrpc/xprt.cChuck Lever1-2/+0
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2-53/+104
2006-12-06SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2-0/+22
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever2-10/+10
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2-27/+11
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever2-20/+9
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever1-9/+16
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever1-8/+16
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever1-18/+33
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever1-20/+29
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever1-68/+86
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever1-23/+39
2006-12-06SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever1-2/+8
2006-12-06rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields3-20/+15
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields1-5/+6
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields3-30/+5
2006-12-06rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields3-75/+48
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields4-16/+5
2006-12-06rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields3-20/+4
2006-12-06rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2-60/+27
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields3-47/+22
2006-12-06rpc: spkm3 updateOlga Kornievskaia5-162/+166
2006-12-06rpc: move process_xdr_bufOlga Kornievskaia2-69/+72
2006-12-06rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields1-2/+2
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields5-64/+2
2006-12-06SUNRPC: another pmap wakeup fixChuck Lever1-5/+6
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2-45/+59
2006-12-06SUNRPC: Clean up xs_send_pages()Trond Myklebust1-75/+65
2006-12-06SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsTrond Myklebust1-33/+26
2006-12-06SUNRPC: Add __(read|write)_bytes_from_xdr_bufTrond Myklebust1-29/+37
2006-12-06SUNRPC: Clean up argument types in xdr.cTrond Myklebust1-43/+43
2006-12-06SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2-5/+11
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2-6/+12
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-10/+13
2006-12-06SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust1-1/+10
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-10/+20
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust4-44/+58
2006-12-06Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout1-4/+6
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells7-20/+14
2006-12-02[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo5-13/+6
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-2/+3
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-12-02[SUNRPC]: annotate hash_ip()Al Viro1-4/+4
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells5-21/+25
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells3-6/+7
2006-11-06[PATCH] sunrpc: add missing spin_unlockAkinobu Mita1-0/+1
2006-10-30[PATCH] fix "sunrpc: fix refcounting problems in rpc servers"Andrew Morton1-2/+3