aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2007-10-10[NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner
2007-10-09SUNRPC: Fix buggy UDP transmissionTrond Myklebust
2007-10-09SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever
2007-10-09NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\
2007-10-09SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\
2007-10-09SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\
2007-10-09SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\
2007-10-09SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\
2007-10-09SUNRPC: Add support for formatted universal addressesChuck Lever
2007-10-09SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever
2007-10-09SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever
2007-10-09SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever
2007-10-09SUNRPC: create connect workers for IPv6Chuck Lever
2007-10-09SUNRPC: Rename IPv4 connect workersChuck Lever
2007-10-09SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever
2007-10-09SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever
2007-10-09SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever
2007-10-09SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever
2007-10-09SUNRPC: add a function to format IPv6 addressesChuck Lever
2007-10-09SUNRPC: Rename xs_format_peer_addressesChuck Lever
2007-10-09SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever
2007-10-09SUNRPC: Free address buffers in a loopChuck Lever
2007-10-09SUNRPC: Use standard macros for printing IP addressesChuck Lever
2007-10-09SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.cChuck Lever
2007-07-10SUNRPC client: add interface for binding to a local addressFrank van Maarseveen
2007-07-10SUNRPC: cleanup transport creation argument passingFrank van Maarseveen
2007-07-10SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever
2007-07-10SUNRPC: fix hang due to eventd deadlock...Trond Myklebust
2007-04-30SUNRPC: switch socket-based RPC transports to use rpcbindChuck Lever
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-14[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman
2007-02-14[PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra
2006-12-06SUNRPC: relocate the creation of socket-specific tunablesChuck Lever
2006-12-06SUNRPC: create stubs for xprtsock init and cleanupChuck Lever
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever
2006-12-06SUNRPC: Allocate a private data area for socket-specific rpc_xprt fieldsChuck Lever