net: skb->dst accessors
[safe/jmp/linux-2.6] / net / sunrpc / xprtsock.c
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-02 Trond MyklebustSUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods...
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-03-26 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-19 Trond MyklebustSUNRPC: Ensure we close the socket on EPIPE errors...
2009-03-19 Trond MyklebustSUNRPC: xs_tcp_connect_worker{4,6}: merge common code
2009-03-19 Trond MyklebustSUNRPC: Add a sysctl to control the duration of the...
2009-03-19 Trond MyklebustSUNRPC: Add the equivalent of the linger and linger2...
2009-03-11 Trond MyklebustSUNRPC: Ensure that xs_nospace return values are propagated
2009-03-11 Trond MyklebustSUNRPC: Delay, then retry on connection errors.
2009-03-11 Trond MyklebustSUNRPC: Return EAGAIN instead of ENOTCONN when waking...
2009-03-11 Trond MyklebustSUNRPC: Handle socket errors correctly
2009-03-11 Trond MyklebustSUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
2009-03-11 Trond MyklebustSUNRPC: Don't disconnect if a connection is still in...
2009-03-11 Trond MyklebustSUNRPC: Ensure we set XPRT_CLOSING only after we've...
2009-03-11 Chuck LeverSUNRPC: Avoid spurious wake-up during UDP connect proce...
2009-03-11 Trond MyklebustSUNRPC: xprt_connect() don't abort the task if the...
2009-03-11 Trond MyklebustSUNRPC: Fix an Oops due to socket not set up yet...
2009-02-07 Ilpo Järvinennet/sunrpc/xprtsock.c: some common code found
2008-11-03 David S. Millersunrpc: Fix build warning due to typo in %pI4 format...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace %#p6 format specifier with %pi6
2008-10-29 Harvey Harrisonnet, misc: replace uses of NIP6_FMT with %p6
2008-10-28 Harvey Harrisonnet: replace all current users of NIP6_SEQFMT with...
2008-10-28 Trond MyklebustSUNRPC: Respond promptly to server TCP resets
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-07-09 Chuck LeverSUNRPC: Ensure all transports set rq_xtime consistently
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-19 Trond MyklebustSUNRPC: Don't disconnect more than once if retransmitti...
2008-04-19 Trond MyklebustSUNRPC: remove XS_SENDMSG_RETRY
2008-04-19 Trond MyklebustSUNRPC: Fix up xprt_write_space()
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Trond MyklebustSUNRPC: Ensure that we read all available tcp data
2008-01-30 Chuck LeverSUNRPC: Clean up functions that free address_strings...
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
2008-01-30 Trond MyklebustSUNRPC: Add support for per-client timeout values
2008-01-30 Trond MyklebustSUNRPC: Clean up the transport timeout initialisation
2008-01-30 Trond MyklebustSUNRPC: Reconnect immediately whenever the server isn...
2008-01-30 Trond MyklebustSUNRPC: Rename xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Make call_status()/call_decode() call xprt_forc...
2008-01-30 Trond MyklebustSUNRPC: xprt_autoclose() should not call xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Use shutdown() instead of close() when disconne...
2008-01-30 Trond MyklebustSUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is...
2008-01-30 Trond MyklebustSUNRPC: Allow the client to detect if the TCP connectio...
2008-01-30 Trond MyklebustSUNRPC: Fix TCP rebinding logic
2008-01-30 Trond MyklebustSUNRPC: Fix a race in xs_tcp_state_change()
2008-01-28 Herbert Xu[UDP]: Restore missing inDatagrams increments
2007-11-26 Adrian BunkSUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}(...
2007-11-22 Adrian Bunk[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-10 John Heffner[NET] Cleanup: Use sock_owned_by_user() macro
2007-10-09 Trond MyklebustSUNRPC: Fix buggy UDP transmission
2007-10-09 Chuck LeverSUNRPC: Fix bytes-per-op accounting for RPC over UDP
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: support transport protocol naming
2007-10-09 \"Talpey, Thomas\SUNRPC: rearrange RPC sockets definitions
2007-10-09 \"Talpey, Thomas\SUNRPC: rename the rpc_xprtsock_create structure
2007-10-09 \"Talpey, Thomas\SUNRPC: Finish API to load RPC transport implementation...
2007-10-09 \"Talpey, Thomas\SUNRPC: export per-transport rpcbind netid's
2007-10-09 Chuck LeverSUNRPC: Add support for formatted universal addresses
2007-10-09 Chuck LeverSUNRPC: Split xs_reclassify_socket into an IPv4 and...
2007-10-09 Chuck LeverSUNRPC: Add a helper for extracting the address using...
2007-10-09 Chuck LeverSUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.c
2007-10-09 Chuck LeverSUNRPC: create connect workers for IPv6
2007-10-09 Chuck LeverSUNRPC: Rename IPv4 connect workers
2007-10-09 Chuck LeverSUNRPC: Refactor a part of socket connect logic into...
2007-10-09 Chuck LeverSUNRPC: create an IPv6-savvy mechanism for binding...
2007-10-09 Chuck LeverSUNRPC: Rename xs_bind() to prepare for IPv6-specific...
2007-10-09 Chuck LeverSUNRPC: Introduce support for setting the port number...
2007-10-09 Chuck LeverSUNRPC: add a function to format IPv6 addresses
2007-10-09 Chuck LeverSUNRPC: Rename xs_format_peer_addresses
2007-10-09 Chuck LeverSUNRPC: Add hex-formatted address support to rpc_peerad...
2007-10-09 Chuck LeverSUNRPC: Free address buffers in a loop
2007-10-09 Chuck LeverSUNRPC: Use standard macros for printing IP addresses
2007-10-09 Chuck LeverSUNRPC: Fix a signed v. unsigned comparison in net...
2007-07-11 Frank van MaarseveenSUNRPC client: add interface for binding to a local...
2007-07-11 Frank van MaarseveenSUNRPC: cleanup transport creation argument passing
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport to be consistent with new...
2007-07-11 Trond MyklebustSUNRPC: fix hang due to eventd deadlock...
2007-05-01 Chuck LeverSUNRPC: switch socket-based RPC transports to use rpcbind
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_tab...
2007-02-14 Eric W. Biederman[PATCH] sysctl: sunrpc: remove unnecessary insert_at_he...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-03 Chuck LeverSUNRPC: fix print format for tk_pid
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-12-07 Peter Zijlstra[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
2006-12-06 Chuck LeverSUNRPC: relocate the creation of socket-specific tunables
2006-12-06 Chuck LeverSUNRPC: create stubs for xprtsock init and cleanup
2006-12-06 Chuck LeverSUNRPC: Rename skb_reader_t and friends
2006-12-06 Chuck LeverSUNRPC: skb_read_bits is the same as xs_tcp_copy_data
2006-12-06 Chuck LeverSUNRPC: Make address format buffers more generic
2006-12-06 Chuck LeverSUNRPC: move saved socket callback functions to a priva...
2006-12-06 Chuck LeverSUNRPC: Move the UDP socket bufsize parameters to a...
2006-12-06 Chuck LeverSUNRPC: Move rpc_xprt socket connect fields into privat...
2006-12-06 Chuck LeverSUNRPC: Move TCP state flags into xprtsock.c
2006-12-06 Chuck LeverSUNRPC: Move TCP receive state variables into private...
2006-12-06 Chuck LeverSUNRPC: Remove sock and inet fields from rpc_xprt
next