1. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  2. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  3. a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  4. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 12 years ago
  5. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  6. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  7. e5f06f7 nfsd: make expkey cache allocated per network namespace context by Stanislav Kinsbursky · 12 years ago
  8. 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 12 years ago
  9. 3476964 nfsd: remove some unneeded checks by Dan Carpenter · 13 years ago
  10. d05cc1040 SUNRPC: ip map cache per network namespace cleanup by Stanislav Kinsbursky · 13 years ago
  11. 7339323 SUNRPC: create unix gid cache per network namespace by Stanislav Kinsbursky · 13 years ago
  12. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  13. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  14. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  15. 13e0e95 svcauth_unix.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  16. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  17. 352b5d1 svcrpc: fix bad argument in unix_domain_find by J. Bruce Fields · 13 years ago
  18. 8b3e07a svcrpc: fix rare race on unix_domain creation by J. Bruce Fields · 13 years ago
  19. bdd5f05 SUNRPC: Remove more code when NFSD_DEPRECATED is not configured by J. Bruce Fields · 14 years ago
  20. 31f7aa6 svcrpc: modifying valid sunrpc cache entries is racy by J. Bruce Fields · 14 years ago
  21. 66c941f net: sunrpc: kill unused macros by Shan Wei · 14 years ago
  22. 70dc78d sunrpc: Use helper to set v4 mapped addr in ip_map_parse by Pavel Emelyanov · 14 years ago
  23. 90d51b0 sunrpc: Make the ip_map_cache be per-net by Pavel Emelyanov · 14 years ago
  24. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  25. 3be4479 sunrpc: Pass xprt to cached get/put routines by Pavel Emelyanov · 14 years ago
  26. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  27. bf18ab3 sunrpc: Pass the ip_map_parse's cd to lower calls by Pavel Emelyanov · 14 years ago
  28. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
  29. 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
  30. ccdb357 svcrpc: treat uid's as unsigned by J. Bruce Fields · 14 years ago
  31. 0739605 SUNRPC: Use rpc_pton() in ip_map_parse() by Chuck Lever · 15 years ago
  32. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  33. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  34. dc83d6e nfsd4: don't try to map gid's in generic rpc code by J. Bruce Fields · 15 years ago
  35. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  36. e9dc122 Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming by J. Bruce Fields · 15 years ago
  37. bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
  38. 560ab42 sunrpc: fix memory leak in unix_gid cache. by NeilBrown · 15 years ago
  39. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  40. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  41. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  42. b189db5 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users by Harvey Harrison · 16 years ago
  43. fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  44. d71a4dd svcrpc: fix proc/net/rpc/auth.unix.ip/content display by J. Bruce Fields · 16 years ago
  45. f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 17 years ago
  46. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  47. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  48. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  49. c417058 knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 17 years ago
  50. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 17 years ago
  51. 30f3dee knfsd: use a spinlock to protect sk_info_authunix by NeilBrown · 17 years ago
  52. 3fc605a [PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX authentication by NeilBrown · 17 years ago
  53. 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 17 years ago
  54. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  55. dd08d6e [PATCH] knfsd: Don't ignore kstrdup failure in rpc caches by NeilBrown · 18 years ago
  56. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  57. 4806126 [SUNRPC]: annotate hash_ip() by Al Viro · 18 years ago
  58. 7b2b1fe [PATCH] knfsd: knfsd: cache ipmap per TCP socket by Greg Banks · 18 years ago
  59. 40f1052 [PATCH] knfsd: remove an unused variable from auth_unix_lookup() by Greg Banks · 18 years ago
  60. 753ed90 [SUNRPC]: more sunrpc endianness annotations by Al Viro · 18 years ago
  61. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  62. 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
  63. ad1b522 [PATCH] knfsd: Tidy up unix_domain_find by NeilBrown · 18 years ago
  64. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 18 years ago
  65. 1a9917c [PATCH] knfsd: Convert ip_map cache to use the new lookup routine by NeilBrown · 18 years ago
  66. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 18 years ago
  67. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 18 years ago
  68. 1f1e030 [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines. by NeilBrown · 19 years ago
  69. f35279d [PATCH] sunrpc: cache_register can use wrong module reference by Bruce Allan · 19 years ago
  70. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago