1. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  2. 2779e3a svc: Move kfree of deferral record to common code by Tom Tucker · 16 years ago
  3. 69b6ba3 SUNRPC: Ensure the server closes sockets in a timely fashion by Trond Myklebust · 16 years ago
  4. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 2da2c21 Add a reference to sunrpc in svc_addsock by Tom Tucker · 16 years ago
  6. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  7. 2937391 NLM: Remove unused argument from svc_addsock() function by Chuck Lever · 16 years ago
  8. b663233 SUNRPC: Set V6ONLY socket option for RPC listener sockets by Chuck Lever · 16 years ago
  9. c0401ea SUNRPC: Update RPC server's TCP record marker decoder by Chuck Lever · 16 years ago
  10. b7872fe SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle by Chuck Lever · 16 years ago
  11. 23d42ee SUNRPC: export svc_sock_update_bufs by Jeff Layton · 17 years ago
  12. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 17 years ago
  13. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  14. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  15. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 17 years ago
  16. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 17 years ago
  17. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  18. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 17 years ago
  19. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 17 years ago
  20. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 17 years ago
  21. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  22. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  23. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  24. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 17 years ago
  25. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 17 years ago
  26. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 17 years ago
  27. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  28. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 17 years ago
  29. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 17 years ago
  30. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  31. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  32. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 17 years ago
  33. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  34. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  35. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  36. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 17 years ago
  37. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 17 years ago
  38. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 17 years ago
  39. d7979ae svc: Move close processing to a single place by Tom Tucker · 17 years ago
  40. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 17 years ago
  41. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  42. 755ccea svc: Add per-transport delete functions by Tom Tucker · 17 years ago
  43. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 17 years ago
  44. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 17 years ago
  45. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  46. 360d873 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 17 years ago
  47. 02b3d34 [NET] Cleanup: Use sock_owned_by_user() macro by John Heffner · 17 years ago
  48. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  49. 9db619e rpc: fix garbage in printk in svc_tcp_accept() by Wolfgang Walter · 17 years ago
  50. 7a1fa06 Correctly close old nfsd/lockd sockets. by Neil Brown · 17 years ago
  51. 582ee43 net/* misc endianness annotations by Al Viro · 17 years ago
  52. a974769 SUNRPC server: record the destination address of a request by Frank van Maarseveen · 17 years ago
  53. 05ed690 knfsd: simplify a 'while' condition in svcsock.c by NeilBrown · 17 years ago
  54. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 17 years ago
  55. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  56. bc375ea [SUNRPC]: Make sure on-stack cmsg buffer is properly aligned. by David S. Miller · 17 years ago
  57. 418106d [PATCH] net/sunrpc/svcsock.c: fix a check by Adrian Bunk · 17 years ago
  58. cda1fd4 [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS server by NeilBrown · 18 years ago
  59. 5a05ed7 [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code by NeilBrown · 18 years ago
  60. 7a37f57 [PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copying by NeilBrown · 18 years ago
  61. 77f1f67 [PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct + length by Chuck Lever · 18 years ago
  62. 9575648 [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path by Chuck Lever · 18 years ago
  63. cdd88b9 [PATCH] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept by akpm@linux-foundation.org · 18 years ago
  64. bcdb81a [PATCH] knfsd: SUNRPC: add a "generic" function to see if the peer uses a secure port by Chuck Lever · 18 years ago
  65. b92503b [PATCH] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses by Chuck Lever · 18 years ago
  66. 73df0db [PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent by Chuck Lever · 18 years ago
  67. 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 18 years ago
  68. 2442222 [PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req by Chuck Lever · 18 years ago
  69. ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 18 years ago
  70. 1ba9510 [PATCH] knfsd: SUNRPC: Don't set msg_name and msg_namelen when calling sock_recvmsg by Chuck Lever · 18 years ago
  71. 067d781 [PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock by Chuck Lever · 18 years ago
  72. e79eff1 [PATCH] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket by NeilBrown · 18 years ago
  73. 482fb94 [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper by Chuck Lever · 18 years ago
  74. 6b17433 [PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp sockets by Chuck Lever · 18 years ago
  75. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  76. aaf68cf [PATCH] knfsd: fix a race in closing NFSd connections by NeilBrown · 18 years ago
  77. 34e9a63 [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events by NeilBrown · 18 years ago
  78. 250f391 [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads by NeilBrown · 18 years ago
  79. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  80. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  81. 202dd45 [PATCH] fix "sunrpc: fix refcounting problems in rpc servers" by Andrew Morton · 18 years ago
  82. d6740df [PATCH] sunrpc: fix refcounting problems in rpc servers by Neil Brown · 18 years ago
  83. 1a04706 [PATCH] knfsd: fix race that can disable NFS server by NeilBrown · 18 years ago
  84. c6b0a9f [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc by NeilBrown · 18 years ago
  85. 7b2b1fe [PATCH] knfsd: knfsd: cache ipmap per TCP socket by Greg Banks · 18 years ago
  86. 3cc03b1 [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom by NeilBrown · 18 years ago
  87. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  88. 5680c44 [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket by NeilBrown · 18 years ago
  89. 37a0347 [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/portlist by NeilBrown · 18 years ago
  90. bfd2416 [PATCH] knfsd: make rpc threads pools numa aware by Greg Banks · 18 years ago
  91. 3262c81 [PATCH] knfsd: split svc_serv into pools by Greg Banks · 18 years ago
  92. c081a0c [PATCH] knfsd: test and set SK_BUSY atomically by Greg Banks · 18 years ago
  93. 5685f0f [PATCH] knfsd: convert sk_reserved to atomic_t by Greg Banks · 18 years ago
  94. 1a68d95 [PATCH] knfsd: use new lock for svc_sock deferred list by Greg Banks · 18 years ago
  95. c45c357 [PATCH] knfsd: convert sk_inuse to atomic_t by Greg Banks · 18 years ago
  96. 36bdfc8 [PATCH] knfsd: move tempsock aging to a timer by Greg Banks · 18 years ago
  97. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  98. b41b66d [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' by NeilBrown · 18 years ago
  99. 80212d5 [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports by NeilBrown · 18 years ago
  100. 1811474 [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c by Eric Sesterhenn · 18 years ago