1. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  2. 177e4f9 svcsock.c: include sunrpc.h to quiet sparse noise by H Hartley Sweeten · 13 years ago
  3. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  4. 8985ef0 svcrpc: complete svsk processing on cb receive failure by J. Bruce Fields · 13 years ago
  5. 9660439 svcrpc: take advantage of tcp autotuning by Olga Kornievskaia · 16 years ago
  6. 31d68ef SUNRPC: Don't wait for full record to receive tcp data by J. Bruce Fields · 13 years ago
  7. 586c52c svcrpc: copy cb reply instead of pages by Trond Myklebust · 15 years ago
  8. cc6c212 svcrpc: close connection if client sends short packet by J. Bruce Fields · 13 years ago
  9. 48e6555 svcrpc: note network-order types in svc_process_calldir by J. Bruce Fields · 13 years ago
  10. 5ee78d4 SUNRPC: svc_tcp_recvfrom cleanup by Trond Myklebust · 15 years ago
  11. 0601f79 SUNRPC: requeue tcp socket less frequently by Trond Myklebust · 15 years ago
  12. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  13. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  14. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  15. d75faea rpc: move sk_bc_xprt to svc_xprt by J. Bruce Fields · 14 years ago
  16. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  17. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  18. 16b2d1e SUNRPC register and unregister the back channel transport by Andy Adamson · 14 years ago
  19. 1f11a03 SUNRPC new transport for the NFSv4.1 shared back channel by Andy Adamson · 14 years ago
  20. 3942302 sunrpc: svc_sock_names should hold ref to socket being closed. by NeilBrown · 14 years ago
  21. 42d7ba3 svcrpc: svc_tcp_sendto XPT_DEAD check is redundant by J. Bruce Fields · 14 years ago
  22. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  23. 14ec63c sunrpc: Create sockets in net namespaces by Pavel Emelyanov · 14 years ago
  24. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  25. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  26. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  27. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  28. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  29. 301e99c nfsd: ensure sockets are closed on error by Neil Brown · 14 years ago
  30. 205ba42 NFSD: Support AF_INET6 in svc_addsock() function by Aime Le Rouzic · 14 years ago
  31. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  33. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  34. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  35. 8f55f3c nfsd41: sunrpc: svc_tcp_recv_record() by Alexandros Batsakis · 15 years ago
  36. 7702ce4 SUNRPC: handle IPv6 PKTINFO when extracting destination address by Chuck Lever · 15 years ago
  37. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  38. 47fcb03 SUNRPC: Fix the TCP server's send buffer accounting by Trond Myklebust · 15 years ago
  39. 7652e5a nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use by Benny Halevy · 15 years ago
  40. 7eef409 Merge commit 'v2.6.30' into for-2.6.31 by J. Bruce Fields · 15 years ago
  41. 7f42183 nfsd: Revert "svcrpc: take advantage of tcp autotuning" by J. Bruce Fields · 15 years ago
  42. 017cb47 SUNRPC: Clean up one_sock_name() by Chuck Lever · 15 years ago
  43. 58de2f8 SUNRPC: Support PF_INET6 in one_sock_name() by Chuck Lever · 15 years ago
  44. e7942b9 SUNRPC: Switch one_sock_name() to use snprintf() by Chuck Lever · 15 years ago
  45. 8435d34 SUNRPC: pass buffer size to svc_sock_names() by Chuck Lever · 15 years ago
  46. bfba9ab SUNRPC: pass buffer size to svc_addsock() by Chuck Lever · 15 years ago
  47. abc5c44 SUNRPC: Fix error return value of svc_addr_len() by Chuck Lever · 15 years ago
  48. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  49. c69da77 SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port by Trond Myklebust · 15 years ago
  50. 7d21c0f SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets by Chuck Lever · 15 years ago
  51. baf01ca SUNRPC: svc_setup_socket() gets protocol family from socket by Chuck Lever · 15 years ago
  52. 4b62e58 SUNRPC: Pass a family argument to svc_register() by Chuck Lever · 15 years ago
  53. 47a14ef svcrpc: take advantage of tcp autotuning by Olga Kornievskaia · 16 years ago
  54. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  55. 2779e3a svc: Move kfree of deferral record to common code by Tom Tucker · 16 years ago
  56. 69b6ba3 SUNRPC: Ensure the server closes sockets in a timely fashion by Trond Myklebust · 16 years ago
  57. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  58. 2da2c21 Add a reference to sunrpc in svc_addsock by Tom Tucker · 16 years ago
  59. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  60. 2937391 NLM: Remove unused argument from svc_addsock() function by Chuck Lever · 16 years ago
  61. b663233 SUNRPC: Set V6ONLY socket option for RPC listener sockets by Chuck Lever · 16 years ago
  62. c0401ea SUNRPC: Update RPC server's TCP record marker decoder by Chuck Lever · 16 years ago
  63. b7872fe SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle by Chuck Lever · 16 years ago
  64. 23d42ee SUNRPC: export svc_sock_update_bufs by Jeff Layton · 16 years ago
  65. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  66. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  67. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  68. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 17 years ago
  69. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 17 years ago
  70. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  71. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 17 years ago
  72. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 17 years ago
  73. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 17 years ago
  74. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  75. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  76. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  77. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 17 years ago
  78. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 17 years ago
  79. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 17 years ago
  80. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  81. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 17 years ago
  82. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 17 years ago
  83. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  84. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  85. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 17 years ago
  86. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  87. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  88. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  89. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 17 years ago
  90. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 17 years ago
  91. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 17 years ago
  92. d7979ae svc: Move close processing to a single place by Tom Tucker · 17 years ago
  93. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 17 years ago
  94. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  95. 755ccea svc: Add per-transport delete functions by Tom Tucker · 17 years ago
  96. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 17 years ago
  97. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 17 years ago
  98. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  99. 360d8738 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 17 years ago
  100. 02b3d34 [NET] Cleanup: Use sock_owned_by_user() macro by John Heffner · 17 years ago