aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman1-6/+1
2007-02-14[PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-50/+57
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-0/+31
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-10/+12
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra1-0/+31
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever1-3/+104
2006-12-06SUNRPC: create stubs for xprtsock init and cleanupChuck Lever1-0/+18
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever1-6/+6
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever1-20/+4
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever1-19/+4
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-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever1-24/+49
2006-12-06SUNRPC: Clean up xs_send_pages()Trond Myklebust1-75/+65
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-8/+10
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-3/+3
2006-10-20[PATCH] SUNRPC: fix a typoChuck Lever1-1/+1
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-1/+2
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-17/+91
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever1-2/+0
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever1-5/+10
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever1-8/+71
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever1-0/+2
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever1-4/+10
2006-09-22[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala1-6/+1
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala1-4/+4
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust1-1/+28
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-4/+2
2006-06-09SUNRPC: select privileged port numbers at randomChuck Lever1-2/+9
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+1
2006-03-20SUNRPC: add a handful of per-xprt countersChuck Lever1-0/+48
2006-01-06SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust1-2/+10
2006-01-06SUNRPC: transport switch API for setting port numberChuck Lever1-0/+14
2006-01-06SUNRPC: switchable buffer allocationChuck Lever1-0/+5
2005-12-19RPC: Do not block on skb allocationTrond Myklebust1-0/+2
2005-11-04SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever1-0/+9
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever1-15/+15
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever1-2/+66
2005-09-23[PATCH] RPC: make sure to get the same local port number when reconnectingChuck Lever1-12/+53
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever1-15/+8
2005-09-23[PATCH] RPC: clean up after nocong was removedChuck Lever1-2/+0
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever1-2/+0