1. d4c5c26 net: sunrpc: svcsock: fix NULL-pointer exception by Vadim Lomovtsev · 7 years ago
  2. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 8 years ago
  3. c7995f8 SUNRPC: Detect immediate closure of accepted sockets by Trond Myklebust · 8 years ago
  4. b2f21f7 SUNRPC: accept() may return sockets that are still in SYN_RECV by Trond Myklebust · 8 years ago
  5. 637600f SUNRPC: Change TCP socket space reservation by Trond Myklebust · 8 years ago
  6. 4720b07 SUNRPC: Micro optimisation for svc_data_ready by Trond Myklebust · 8 years ago
  7. fa9251a SUNRPC: Call the default socket callbacks instead of open coding by Trond Myklebust · 8 years ago
  8. 069c225 SUNRPC: lock the socket while detaching it by Trond Myklebust · 8 years ago
  9. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 8 years ago
  10. 1da8c681 sunrpc: do not pull udp headers on receive by Willem de Bruijn · 8 years ago
  11. 0442f14 svcrpc: document lack of some memory barriers by J. Bruce Fields · 9 years ago
  12. ea833f5 SUNRPC: drop stale comment in svc_setup_socket() by Stefan Hajnoczi · 9 years ago
  13. 226453d SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage() by Trond Myklebust · 9 years ago
  14. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 10 years ago
  15. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  16. 093a146 SUNRPC: Fix locking around callback channel reply receive by Trond Myklebust · 10 years ago
  17. 71efecb sunrpc: fix byte-swapping of displayed XID by Chuck Lever · 10 years ago
  18. f8d1ff4 SUNRPC: Optimise away svc_recv_available by Trond Myklebust · 10 years ago
  19. 5187768 SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed by Trond Myklebust · 10 years ago
  20. c7fb3f0 SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely by Trond Myklebust · 10 years ago
  21. 3c45ddf svcrdma: Select NFSv4.1 backchannel transport based on forward channel by Chuck Lever · 10 years ago
  22. a48fd0f SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING by Kinglong Mee · 10 years ago
  23. ef11ce2 SUNRPC: track whether a request is coming from a loop-back interface. by NeilBrown · 10 years ago
  24. 16e4d93 NFSD: Ignore client's source port on RDMA transports by Chuck Lever · 10 years ago
  25. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  26. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  27. 3064639 nfsd: check passed socket's net matches NFSd superblock's one by Stanislav Kinsbursky · 11 years ago
  28. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  29. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  30. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 447383d NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. by NeilBrown · 11 years ago
  32. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  33. 1f691b0 svcrpc: don't error out on small tcp fragment by J. Bruce Fields · 11 years ago
  34. cf3aa02 svcrpc: fix handling of too-short rpc's by J. Bruce Fields · 11 years ago
  35. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 12 years ago
  36. 9821972 Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  37. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  38. 3a28e33 svcrpc: fix some printks by J. Bruce Fields · 12 years ago
  39. 836fbad svcrpc: support multiple-fragment rpc's by J. Bruce Fields · 12 years ago
  40. 8af345f svcrpc: track rpc data length separately from sk_tcplen by J. Bruce Fields · 12 years ago
  41. 6a72ae2 svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk by J. Bruce Fields · 12 years ago
  42. ad46ccf svcrpc: delay minimum-rpc-size check till later by J. Bruce Fields · 12 years ago
  43. cc248d4 svcrpc: don't byte-swap sk_reclen in place by J. Bruce Fields · 12 years ago
  44. 1b7a181 SUNRPC: remove BUG_ONs from *_reclassify_socket* by Weston Andros Adamson · 12 years ago
  45. eccf50c nfsd: remove unused listener-removal interfaces by J. Bruce Fields · 12 years ago
  46. 9f9d2eb svcrpc: make xpo_recvfrom return only >=0 by J. Bruce Fields · 12 years ago
  47. af6d572 svcrpc: don't bother checking bad svc_addr_len result by J. Bruce Fields · 12 years ago
  48. f23abfd svcrpc: minor udp code cleanup by J. Bruce Fields · 12 years ago
  49. 39b5530 svcrpc: share some setup of listening sockets by J. Bruce Fields · 12 years ago
  50. a8e1007 svcrpc: clean up control flow by J. Bruce Fields · 12 years ago
  51. 72c3537 svcrpc: standardize svc_setup_socket return convention by J. Bruce Fields · 12 years ago
  52. be1e444 svcrpc: fix BUG() in svc_tcp_clear_pages by J. Bruce Fields · 12 years ago
  53. 22911fc net: skb_free_datagram_locked() doesnt drop all packets by Eric Dumazet · 12 years ago
  54. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  55. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  56. 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
  57. 09acfea SUNRPC: Fix a few sparse warnings by Trond Myklebust · 13 years ago
  58. 9f912ce SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF by Stanislav Kinsbursky · 13 years ago
  59. d3b773e SUNRPC: fixup for namespace changes by Trond Myklebust · 13 years ago
  60. 5247fab SUNRPC: pass network namespace to service registering routines by Stanislav Kinsbursky · 13 years ago
  61. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  62. bd4620d SUNRPC: create svc_xprt in proper network namespace by Stanislav Kinsbursky · 13 years ago
  63. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  64. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  65. 849a1cf SUNRPC: Replace svc_addr_u by sockaddr_storage by Mi Jinlong · 13 years ago
  66. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  67. 177e4f9 svcsock.c: include sunrpc.h to quiet sparse noise by H Hartley Sweeten · 13 years ago
  68. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  69. 8985ef0 svcrpc: complete svsk processing on cb receive failure by J. Bruce Fields · 13 years ago
  70. 9660439 svcrpc: take advantage of tcp autotuning by Olga Kornievskaia · 16 years ago
  71. 31d68ef SUNRPC: Don't wait for full record to receive tcp data by J. Bruce Fields · 14 years ago
  72. 586c52c svcrpc: copy cb reply instead of pages by Trond Myklebust · 15 years ago
  73. cc6c212 svcrpc: close connection if client sends short packet by J. Bruce Fields · 14 years ago
  74. 48e6555 svcrpc: note network-order types in svc_process_calldir by J. Bruce Fields · 14 years ago
  75. 5ee78d4 SUNRPC: svc_tcp_recvfrom cleanup by Trond Myklebust · 15 years ago
  76. 0601f79 SUNRPC: requeue tcp socket less frequently by Trond Myklebust · 15 years ago
  77. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 14 years ago
  78. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 14 years ago
  79. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  80. d75faea rpc: move sk_bc_xprt to svc_xprt by J. Bruce Fields · 14 years ago
  81. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  82. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  83. 16b2d1e SUNRPC register and unregister the back channel transport by Andy Adamson · 14 years ago
  84. 1f11a03 SUNRPC new transport for the NFSv4.1 shared back channel by Andy Adamson · 14 years ago
  85. 3942302 sunrpc: svc_sock_names should hold ref to socket being closed. by NeilBrown · 14 years ago
  86. 42d7ba3 svcrpc: svc_tcp_sendto XPT_DEAD check is redundant by J. Bruce Fields · 14 years ago
  87. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  88. 14ec63c sunrpc: Create sockets in net namespaces by Pavel Emelyanov · 14 years ago
  89. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  90. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  91. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  92. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 15 years ago
  93. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  94. 301e99c nfsd: ensure sockets are closed on error by Neil Brown · 15 years ago
  95. 205ba42 NFSD: Support AF_INET6 in svc_addsock() function by Aime Le Rouzic · 15 years ago
  96. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  98. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  99. 4cfc7e6 nfsd41: sunrpc: Added rpc server-side backchannel handling by Rahul Iyer · 15 years ago
  100. 8f55f3c nfsd41: sunrpc: svc_tcp_recv_record() by Alexandros Batsakis · 15 years ago