1. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. c8237a5 SVCRDMA: Check num_sge when setting LAST_CTXT bit by Tom Tucker · 16 years ago
  3. d307377 SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters by Roland Dreier · 16 years ago
  4. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  6. 2772442 [SUNRPC]: net/* NULL noise by Al Viro · 16 years ago
  7. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  8. 3fedb3c SVCRDMA: Fix erroneous BUG_ON in send_write by Tom Tucker · 16 years ago
  9. c48cbb4 SVCRDMA: Add xprt refs to fix close/unmount crash by Tom Tucker · 16 years ago
  10. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  11. ee1a2c5 SUNRPC: Fix a nfs4 over rdma transport oops by Tom Talpey · 16 years ago
  12. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  13. 2ce8f04 [SUNRPC]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  14. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  15. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  16. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  17. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 16 years ago
  18. bb50c80 SUNPRC: Fix printk format warning by Roland Dreier · 16 years ago
  19. ea339d4 SUNRPC: RPC program information is stored in unsigned integers by Chuck Lever · 17 years ago
  20. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  21. 0113ab3 SUNRPC: spin svc_rqst initialization to its own function by Jeff Layton · 16 years ago
  22. 4b8449a rdma: makefile by Tom Tucker · 16 years ago
  23. ef1eac0 rdma: ONCRPC RDMA protocol marshalling by Tom Tucker · 16 years ago
  24. c06b540 rdma: SVCRDMA sendto by Tom Tucker · 16 years ago
  25. d5b31be rdma: SVCRDMA recvfrom by Tom Tucker · 16 years ago
  26. 377f9b2 rdma: SVCRDMA Core Transport Services by Tom Tucker · 16 years ago
  27. ef7fbf5 rdma: SVCRDMA Transport Module by Tom Tucker · 16 years ago
  28. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 16 years ago
  29. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 16 years ago
  30. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 16 years ago
  31. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 16 years ago
  32. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 16 years ago
  33. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 16 years ago
  34. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 16 years ago
  35. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 16 years ago
  36. 4e5caaa svc: Move create logic to common code by Tom Tucker · 16 years ago
  37. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 16 years ago
  38. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 16 years ago
  39. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 16 years ago
  40. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 16 years ago
  41. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 16 years ago
  42. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 16 years ago
  43. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 16 years ago
  44. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 16 years ago
  45. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 16 years ago
  46. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 16 years ago
  47. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 16 years ago
  48. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 16 years ago
  49. 7a18208 svc: Make close transport independent by Tom Tucker · 16 years ago
  50. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 16 years ago
  51. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 16 years ago
  52. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 16 years ago
  53. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 16 years ago
  54. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 16 years ago
  55. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 16 years ago
  56. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 16 years ago
  57. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 16 years ago
  58. d7979ae svc: Move close processing to a single place by Tom Tucker · 16 years ago
  59. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 16 years ago
  60. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 16 years ago
  61. 755ccea svc: Add per-transport delete functions by Tom Tucker · 16 years ago
  62. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 16 years ago
  63. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 16 years ago
  64. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 16 years ago
  65. 360d8738 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 16 years ago
  66. 1d8206b9 svc: Add an svc transport class by Tom Tucker · 16 years ago
  67. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 16 years ago
  68. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 16 years ago
  69. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 16 years ago
  70. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  71. ffe9386 nfsd: move cache proc (un)registration to separate function by J. Bruce Fields · 17 years ago
  72. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  73. a490c68 knfsd: fix cache.c comment by J. Bruce Fields · 17 years ago
  74. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  75. 01b2969 SUNRPC: Prevent length underflow in read_flush() by Chuck Lever · 17 years ago
  76. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  77. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 16 years ago
  78. 34f5b46 SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls by Trond Myklebust · 16 years ago
  79. afc8811 SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create() by Chuck Lever · 16 years ago
  80. 67d6021 SUNRPC: Clean up block comment preceding rpcb_getport_sync() by Chuck Lever · 16 years ago
  81. f1ec08c SUNRPC: Use appropriate argument types in rpcb client by Chuck Lever · 16 years ago
  82. b91e101 SUNRPC: rpcb_getport_sync() should use built-in hostname generator by Chuck Lever · 16 years ago
  83. 33e01dc SUNRPC: Clean up functions that free address_strings array by Chuck Lever · 16 years ago
  84. 86d61d8 SUNRPC: Fix up constant string declarations in struct rpcbind_args by Trond Myklebust · 16 years ago
  85. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 16 years ago
  86. 7df0899 SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall() by Chuck Lever · 16 years ago
  87. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 16 years ago
  88. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 16 years ago
  89. 698b6d0 SUNRPC: cleanup for rpc_new_client() by Trond Myklebust · 16 years ago
  90. 0fb2b7e SUNRPC: Move universal address definitions to global header by Chuck Lever · 16 years ago
  91. 0a48f5d SUNRPC: RPC version numbers are u32 by Chuck Lever · 16 years ago
  92. 9f6ad26 SUNRPC: Fix socket address handling in rpcb_clnt by Chuck Lever · 16 years ago
  93. 510deb0 SUNRPC: rpc_create() default hostname should support AF_INET6 addresses by Chuck Lever · 16 years ago
  94. 9b45b74 SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() by Chuck Lever · 17 years ago
  95. 322e2ef SUNRPC: temp var should match return type of xdr_skb_read_actor by Chuck Lever · 17 years ago
  96. 5d40a8a SUNRPC: Check a return result by Chuck Lever · 17 years ago
  97. d4b37ff SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks() by Chuck Lever · 17 years ago
  98. 2a428b2 SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs() by Chuck Lever · 17 years ago
  99. a4a8749 SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration by Trond Myklebust · 17 years ago
  100. 47fe064 SUNRPC: Unexport rpc_init_task() and rpc_execute() by Trond Myklebust · 17 years ago