summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-261-2/+2
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-151-111/+456
|\
| * SUNRPC: Fix buggy UDP transmissionTrond Myklebust2007-10-091-6/+6
| * SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever2007-10-091-0/+1
| * NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\2007-10-091-4/+2Star
| * SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\2007-10-091-0/+1
| * SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\2007-10-091-3/+3
| * SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\2007-10-091-5/+42
| * SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-0/+8
| * SUNRPC: Add support for formatted universal addressesChuck Lever2007-10-091-0/+18
| * SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever2007-10-091-18/+20
| * SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever2007-10-091-6/+20
| * SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever2007-10-091-10/+47
| * SUNRPC: create connect workers for IPv6Chuck Lever2007-10-091-0/+101
| * SUNRPC: Rename IPv4 connect workersChuck Lever2007-10-091-6/+6
| * SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever2007-10-091-59/+72
| * SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever2007-10-091-0/+33
| * SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever2007-10-091-5/+6
| * SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever2007-10-091-2/+11
| * SUNRPC: add a function to format IPv6 addressesChuck Lever2007-10-091-0/+52
| * SUNRPC: Rename xs_format_peer_addressesChuck Lever2007-10-091-3/+3
| * SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever2007-10-091-0/+14
| * SUNRPC: Free address buffers in a loopChuck Lever2007-10-091-7/+12
| * SUNRPC: Use standard macros for printing IP addressesChuck Lever2007-10-091-2/+2
| * SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.cChuck Lever2007-10-091-1/+2
* | [NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner2007-10-111-1/+1
|/
* SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-111-8/+16
* SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-111-20/+16Star
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-111-2/+2
* SUNRPC: fix hang due to eventd deadlock...Trond Myklebust2007-07-111-10/+7Star
* SUNRPC: switch socket-based RPC transports to use rpcbindChuck Lever2007-05-011-2/+2
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman2007-02-141-6/+1Star
* [PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* SUNRPC: fix print format for tk_pidChuck Lever2007-02-041-50/+57
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-0/+31
|\
| * [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-071-0/+31
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-10/+12
|\|
| * WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-8/+10
| * WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-3/+3
* | SUNRPC: relocate the creation of socket-specific tunablesChuck Lever2006-12-061-3/+104
* | SUNRPC: create stubs for xprtsock init and cleanupChuck Lever2006-12-061-0/+18
* | SUNRPC: Rename skb_reader_t and friendsChuck Lever2006-12-061-6/+6
* | SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2006-12-061-20/+4Star
* | SUNRPC: Make address format buffers more genericChuck Lever2006-12-061-19/+4Star
* | SUNRPC: move saved socket callback functions to a private data structureChuck Lever2006-12-061-9/+16
* | SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever2006-12-061-8/+16
* | SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever2006-12-061-18/+33
* | SUNRPC: Move TCP state flags into xprtsock.cChuck Lever2006-12-061-20/+29