1. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  2. b22602a SUNRPC: Ensure all transports set rq_xtime consistently by Chuck Lever · 16 years ago
  3. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  4. 7c1d71c SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests by Trond Myklebust · 16 years ago
  5. 06b4b68 SUNRPC: remove XS_SENDMSG_RETRY by Trond Myklebust · 16 years ago
  6. b6ddf64 SUNRPC: Fix up xprt_write_space() by Trond Myklebust · 16 years ago
  7. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  8. ff2d7db SUNRPC: Ensure that we read all available tcp data by Trond Myklebust · 16 years ago
  9. 33e01dc SUNRPC: Clean up functions that free address_strings array by Chuck Lever · 16 years ago
  10. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 16 years ago
  11. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  12. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  13. 663b885 SUNRPC: Reconnect immediately whenever the server isn't refusing it. by Trond Myklebust · 17 years ago
  14. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 17 years ago
  15. 3ebb067 SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect() by Trond Myklebust · 17 years ago
  16. 7272dcd SUNRPC: xprt_autoclose() should not call xprt_disconnect() by Trond Myklebust · 17 years ago
  17. e06799f SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socket by Trond Myklebust · 17 years ago
  18. ef80367 SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes by Trond Myklebust · 17 years ago
  19. 3b948ae SUNRPC: Allow the client to detect if the TCP connection is closed by Trond Myklebust · 17 years ago
  20. 67a391d SUNRPC: Fix TCP rebinding logic by Trond Myklebust · 17 years ago
  21. 66af1e5 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 17 years ago
  22. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  23. 483066d SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static by Adrian Bunk · 17 years ago
  24. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  25. 02b3d34 [NET] Cleanup: Use sock_owned_by_user() macro by John Heffner · 17 years ago
  26. 2199700 SUNRPC: Fix buggy UDP transmission by Trond Myklebust · 17 years ago
  27. 1321d8d SUNRPC: Fix bytes-per-op accounting for RPC over UDP by Chuck Lever · 17 years ago
  28. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  29. 49c36fc SUNRPC: rearrange RPC sockets definitions by \"Talpey, Thomas\ · 17 years ago
  30. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  31. bc25571 SUNRPC: Finish API to load RPC transport implementations dynamically by \"Talpey, Thomas\ · 17 years ago
  32. 4417c8c SUNRPC: export per-transport rpcbind netid's by \"Talpey, Thomas\ · 17 years ago
  33. 756805e SUNRPC: Add support for formatted universal addresses by Chuck Lever · 17 years ago
  34. 8945ee5 SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 version by Chuck Lever · 17 years ago
  35. 95392c5 SUNRPC: Add a helper for extracting the address using the correct type by Chuck Lever · 17 years ago
  36. 8f9d5b1 SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.c by Chuck Lever · 17 years ago
  37. 68e220b SUNRPC: create connect workers for IPv6 by Chuck Lever · 17 years ago
  38. 9c3d72d SUNRPC: Rename IPv4 connect workers by Chuck Lever · 17 years ago
  39. 16be2d2 SUNRPC: Refactor a part of socket connect logic into a helper function by Chuck Lever · 17 years ago
  40. 90058d3 SUNRPC: create an IPv6-savvy mechanism for binding to a reserved port by Chuck Lever · 17 years ago
  41. 7dc753f SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind method by Chuck Lever · 17 years ago
  42. 2061200 SUNRPC: Introduce support for setting the port number in IPv6 addresses by Chuck Lever · 17 years ago
  43. 4b6473f SUNRPC: add a function to format IPv6 addresses by Chuck Lever · 17 years ago
  44. ba10f2c SUNRPC: Rename xs_format_peer_addresses by Chuck Lever · 17 years ago
  45. fbfe3cc SUNRPC: Add hex-formatted address support to rpc_peeraddr2str() by Chuck Lever · 17 years ago
  46. 0c43b3d SUNRPC: Free address buffers in a loop by Chuck Lever · 17 years ago
  47. bda243d SUNRPC: Use standard macros for printing IP addresses by Chuck Lever · 17 years ago
  48. b595bb1 SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.c by Chuck Lever · 17 years ago
  49. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 17 years ago
  50. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 17 years ago
  51. 45160d6 SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name by Chuck Lever · 17 years ago
  52. c1384c9 SUNRPC: fix hang due to eventd deadlock... by Trond Myklebust · 17 years ago
  53. e9b1c9c SUNRPC: switch socket-based RPC transports to use rpcbind by Chuck Lever · 17 years ago
  54. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  55. 2b1bec5 [PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->de by Eric W. Biederman · 17 years ago
  56. 7e35280 [PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. 46121cf SUNRPC: fix print format for tk_pid by Chuck Lever · 17 years ago
  59. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  60. 34161db Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  61. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  62. fbf7668 SUNRPC: relocate the creation of socket-specific tunables by Chuck Lever · 18 years ago
  63. 282b32e SUNRPC: create stubs for xprtsock init and cleanup by Chuck Lever · 18 years ago
  64. dd45647 SUNRPC: Rename skb_reader_t and friends by Chuck Lever · 18 years ago
  65. 9d29231 SUNRPC: skb_read_bits is the same as xs_tcp_copy_data by Chuck Lever · 18 years ago
  66. 7559c7a SUNRPC: Make address format buffers more generic by Chuck Lever · 18 years ago
  67. 314dfd7 SUNRPC: move saved socket callback functions to a private data structure by Chuck Lever · 18 years ago
  68. 7c6e066 SUNRPC: Move the UDP socket bufsize parameters to a private data structure by Chuck Lever · 18 years ago
  69. c847546 SUNRPC: Move rpc_xprt socket connect fields into private data structure by Chuck Lever · 18 years ago
  70. e136d09 SUNRPC: Move TCP state flags into xprtsock.c by Chuck Lever · 18 years ago
  71. 5197113 SUNRPC: Move TCP receive state variables into private data structure by Chuck Lever · 18 years ago
  72. ee0ac0c SUNRPC: Remove sock and inet fields from rpc_xprt by Chuck Lever · 18 years ago
  73. ffc2e51 SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields by Chuck Lever · 18 years ago
  74. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  75. 24c5684 SUNRPC: Clean up xs_send_pages() by Trond Myklebust · 18 years ago
  76. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  77. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  78. b7766da [PATCH] SUNRPC: fix a typo by Chuck Lever · 18 years ago
  79. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  80. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  81. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  82. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  83. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  84. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  85. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  86. 53fad3c [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages(). by Sridhar Samudrala · 18 years ago
  87. e6242e9 [SUNRPC]: Update to use in-kernel sockets API. by Sridhar Samudrala · 18 years ago
  88. e0ab53d RPC: Ensure that we disconnect TCP socket when client requests error out by Trond Myklebust · 18 years ago
  89. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  90. b85d880 SUNRPC: select privileged port numbers at random by Chuck Lever · 18 years ago
  91. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 18 years ago
  92. 262ca07 SUNRPC: add a handful of per-xprt counters by Chuck Lever · 18 years ago
  93. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  94. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 19 years ago
  95. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  96. b079fa7b RPC: Do not block on skb allocation by Trond Myklebust · 19 years ago
  97. c556b75 SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  98. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  99. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  100. 3167e12 [PATCH] RPC: make sure to get the same local port number when reconnecting by Chuck Lever · 19 years ago