1. 0a68b0b sunrpc: fix leak on error on socket xprt setup by J. Bruce Fields · 14 years ago
  2. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 14 years ago
  3. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  4. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  5. 9918ff2 sunrpc: Pushdown the bkl from sunrpc cache ioctl by Frederic Weisbecker · 14 years ago
  6. 674b604 sunrpc: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  7. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  8. f72caf7 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  9. 6a6be47 Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  10. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  11. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  12. 99df95a sunrpc: Include missing smp_lock.h by Frederic Weisbecker · 14 years ago
  13. d79b6f4 procfs: Push down the bkl from ioctl by Frederic Weisbecker · 14 years ago
  14. 126e216 SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired by Trond Myklebust · 14 years ago
  15. d72b6ce SUNRPC: Remove the 'tk_magic' debugging field by Trond Myklebust · 14 years ago
  16. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 14 years ago
  17. 2067340 SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter by Trond Myklebust · 14 years ago
  18. 93a05e6 SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired() by Trond Myklebust · 14 years ago
  19. d300a41 SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS by Trond Myklebust · 14 years ago
  20. 1f4c86c NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls by Trond Myklebust · 14 years ago
  21. 712a433 SUNRPC: Fix xs_setup_bc_tcp() by Trond Myklebust · 14 years ago
  22. ff83997 SUNRPC: Replace jiffies-based metrics with ktime-based metrics by Chuck Lever · 14 years ago
  23. bbc72ce SUNRPC: RPC metrics and RTT estimator should use same RTT value by Chuck Lever · 14 years ago
  24. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 14 years ago
  25. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 14 years ago
  26. 19445b9 SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure by Trond Myklebust · 14 years ago
  27. ee5ebe8 SUNRPC: Clean up xprt_release() by Trond Myklebust · 14 years ago
  28. fc54a0c gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 14 years ago
  29. fffdaef gss_krb5: Add support for rc4-hmac encryption by Kevin Coffman · 14 years ago
  30. 5af4654 gss_krb5: Use confounder length in wrap code by Kevin Coffman · 14 years ago
  31. 1dbd902 gssd_krb5: More arcfour-hmac support by Kevin Coffman · 14 years ago
  32. fc263a9 gss_krb5: Save the raw session key in the context by Kevin Coffman · 14 years ago
  33. 8b23707 gssd_krb5: arcfour-hmac support by Kevin Coffman · 14 years ago
  34. bf6d359 gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 14 years ago
  35. 934a95a gss_krb5: add remaining pieces to enable AES encryption support by Kevin Coffman · 14 years ago
  36. de9c17e gss_krb5: add support for new token formats in rfc4121 by Kevin Coffman · 14 years ago
  37. c43abae xdr: Add an export for the helper function write_bytes_to_xdr_buf() by Kevin Coffman · 14 years ago
  38. 4018bf3 gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall by Trond Myklebust · 14 years ago
  39. 958142e gss_krb5: add support for triple-des encryption by Kevin Coffman · 14 years ago
  40. 683ac66 gss_krb5: Add upcall info indicating supported kerberos enctypes by Trond Myklebust · 14 years ago
  41. 47d8480 gss_krb5: handle new context format from gssd by Kevin Coffman · 14 years ago
  42. 4891f2d gss_krb5: import functionality to derive keys into the kernel by Kevin Coffman · 14 years ago
  43. e1f6c07 gss_krb5: add ability to have a keyed checksum (hmac) by Kevin Coffman · 14 years ago
  44. 81d4a43 gss_krb5: introduce encryption type framework by Kevin Coffman · 14 years ago
  45. a8cc1cb gss_krb5: prepare for new context format by Kevin Coffman · 14 years ago
  46. 1ac3719 gss_krb5: split up functions in preparation of adding new enctypes by Kevin Coffman · 14 years ago
  47. 54ec3d4 gss_krb5: Don't expect blocksize to always be 8 when calculating padding by J. Bruce Fields · 14 years ago
  48. 7561042 gss_krb5: Added and improved code comments by Kevin Coffman · 14 years ago
  49. 725f286 gss_krb5: Introduce encryption type framework by Kevin Coffman · 14 years ago
  50. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  52. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  53. 3d7b089 SUNRPC: Fix a bug in rpcauth_prune_expired by Trond Myklebust · 14 years ago
  54. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  56. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  57. fedfb94 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  58. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. bade732 svcrdma: RDMA support not yet compatible with RPC6 by Tom Tucker · 14 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  62. 788e69e svcrpc: don't hold sv_lock over svc_xprt_put() by J. Bruce Fields · 14 years ago
  63. b138338 net: remove trailing space in messages by Frans Pop · 14 years ago
  64. a5990ea sunrpc/cache: fix module refcnt leak in a failure path by Li Zefan · 14 years ago
  65. f1f0abe sunrpc: handle allocation errors from __rpc_lookup_create() by Dan Carpenter · 14 years ago
  66. ff0901f SUNRPC: Fix the return value of rpc_run_bc_task() by Trond Myklebust · 14 years ago
  67. c9acb42 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel by Trond Myklebust · 14 years ago
  68. cdead7c SUNRPC: Fix a potential memory leak in auth_gss by Trond Myklebust · 14 years ago
  69. 7c34691a Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  70. d202cce sunrpc: never return expired entries in sunrpc_cache_lookup by NeilBrown · 14 years ago
  71. 2f50d8b sunrpc/cache: factor out cache_is_expired by NeilBrown · 14 years ago
  72. 3af4974 sunrpc: don't keep expired entries in the auth caches. by NeilBrown · 14 years ago
  73. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  74. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 14 years ago
  75. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  76. 5fe46e9 rpc client can not deal with ENOSOCK, so translate it into ENOCONN by Bian Naimeng · 14 years ago
  77. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  78. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 14 years ago
  79. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 14 years ago
  80. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  81. fc7bed8 Don't bother with d_genocide in rpc_pipe by Al Viro · 15 years ago
  82. ccdb357 svcrpc: treat uid's as unsigned by J. Bruce Fields · 14 years ago
  83. 9fcfe0c SUNRPC: Handle EINVAL error returns from the TCP connect operation by Trond Myklebust · 14 years ago
  84. 301e99c nfsd: ensure sockets are closed on error by Neil Brown · 14 years ago
  85. 1b644b6 Revert "sunrpc: move the close processing after do recvfrom method" by J. Bruce Fields · 14 years ago
  86. f582275 Revert "sunrpc: fix peername failed on closed listener" by J. Bruce Fields · 14 years ago
  87. ab1b18f sunrpc: remove unnecessary svc_xprt_put by Neil Brown · 14 years ago
  88. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  89. ba17686 nfs41 do not allocate unused back channel pages by Andy Adamson · 15 years ago
  90. 5a51f13 xprtsock.c: make bc_{malloc/free} static by H Hartley Sweeten · 15 years ago
  91. 7a88efe SUNRPC: Don't display zero scope IDs by Chuck Lever · 15 years ago
  92. f1a89a1 SUNRPC: Deprecate support for site-local addresses by Chuck Lever · 15 years ago
  93. dc5ddce sunrpc: parse and return errors reported by gssd by Jeff Layton · 15 years ago
  94. 6871790 SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" by Chuck Lever · 15 years ago
  95. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 15 years ago
  96. 205ba42 NFSD: Support AF_INET6 in svc_addsock() function by Aime Le Rouzic · 15 years ago
  97. 0739605 SUNRPC: Use rpc_pton() in ip_map_parse() by Chuck Lever · 15 years ago
  98. e2b6d02 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  99. 93939f4 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  100. b292cf9 sunrpc: fix peername failed on closed listener by Xiaotian Feng · 15 years ago