1. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  2. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  3. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  4. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  5. 642aab5 SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed by Kinglong Mee · 10 years ago
  6. d531c00 NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp by Kinglong Mee · 10 years ago
  7. 47f72ef NFSD: Free backchannel xprt in bc_destroy by Kinglong Mee · 10 years ago
  8. 315f381 SUNRPC: fix memory leak of peer addresses in XPRT by Kinglong Mee · 10 years ago
  9. 2ea2449 SUNRPC: RPC callbacks may be split across several TCP segments by Trond Myklebust · 10 years ago
  10. 06ea0bf SUNRPC: Fix races in xs_nospace() by Trond Myklebust · 10 years ago
  11. d9894c2 Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  12. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  13. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  14. e8353c76 SUNRPC: Add tracepoint for socket errors by Trond Myklebust · 10 years ago
  15. 2118071 SUNRPC: Report connection error values to rpc_tasks on the pending queue by Trond Myklebust · 10 years ago
  16. 28303ca sunrpc: fix some typos by Weng Meiling · 11 years ago
  17. a6b31d1 SUNRPC: Fix a data corruption issue when retransmitting RPC calls by Trond Myklebust · 11 years ago
  18. a1311d8 SUNRPC: Cleanup xs_destroy() by Trond Myklebust · 11 years ago
  19. 93dc41b SUNRPC: close a rare race in xs_tcp_setup_socket. by NeilBrown · 11 years ago
  20. e3bfab1 sunrpc: comment typo fix by J. Bruce Fields · 11 years ago
  21. 8b71798 SUNRPC: Only update the TCP connect cookie on a successful connect by Trond Myklebust · 11 years ago
  22. 7f260e8 SUNRPC: Enable the keepalive option for TCP sockets by Trond Myklebust · 11 years ago
  23. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  24. 40b5ea0 SUNRPC: Add tracepoints to help debug socket connection issues by Trond Myklebust · 11 years ago
  25. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  26. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  27. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  28. 2fccbd9 sunrpc: server back channel needs no rpcbind method by J. Bruce Fields · 12 years ago
  29. 7073ea8 SUNRPC: attempt AF_LOCAL connect on setup by J. Bruce Fields · 11 years ago
  30. c85b03a Merge Trond's nfs-for-next by J. Bruce Fields · 11 years ago
  31. b7993ce SUNRPC: Allow rpc_create() to request that TCP slots be unlimited by Trond Myklebust · 11 years ago
  32. 3ed5e2a SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks by Trond Myklebust · 11 years ago
  33. 190b1ecf sunrpc: don't attempt to cancel unitialized work by J. Bruce Fields · 11 years ago
  34. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  35. dc10740 SUNRPC: make AF_LOCAL connect synchronous by J. Bruce Fields · 11 years ago
  36. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  37. 6a24dfb SUNRPC: Pass pointers to struct rpc_xprt to the congestion window by Trond Myklebust · 11 years ago
  38. 3dc0da2 SUNRPC: Fix an RCU dereference in xs_local_rpcbind by Trond Myklebust · 11 years ago
  39. 1b09209 SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback by Trond Myklebust · 11 years ago
  40. a4f0835 SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() by Trond Myklebust · 11 years ago
  41. 1efc287 SUNRPC: variable 'svsk' is unused in function bc_send_request by Trond Myklebust · 12 years ago
  42. 4a20a98 SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket by Trond Myklebust · 12 years ago
  43. b8a13d0 SUNRPC: remove BUG_ON from bc_malloc by Weston Andros Adamson · 12 years ago
  44. 1b7a181 SUNRPC: remove BUG_ONs from *_reclassify_socket* by Weston Andros Adamson · 12 years ago
  45. f878b65 SUNRPC: Get rid of the xs_error_report socket callback by Trond Myklebust · 12 years ago
  46. 4bc1e68 SUNRPC: Prevent races in xs_abort_connection() by Trond Myklebust · 12 years ago
  47. b9d2bb2 Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..." by Trond Myklebust · 12 years ago
  48. d0bea45 SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT by Trond Myklebust · 12 years ago
  49. d19751e SUNRPC: Get rid of the redundant xprt->shutdown bit field by Trond Myklebust · 12 years ago
  50. 84e28a3 SUNRPC: Set alloc_slot for backchannel tcp ops by Bryan Schumaker · 12 years ago
  51. a519fc7 SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT by Trond Myklebust · 12 years ago
  52. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  53. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  54. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  55. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  56. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  57. 60d354e sunrpc: Don't do a dst_confirm() on an input routes. by David S. Miller · 12 years ago
  58. 9276910 sunrpc: skip portmap calls on sessions backchannel by J. Bruce Fields · 12 years ago
  59. 09acfea SUNRPC: Fix a few sparse warnings by Trond Myklebust · 12 years ago
  60. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 12 years ago
  61. 24ca9a8 SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared by Trond Myklebust · 13 years ago
  62. 2aa1353 SUNRPC: destroy freshly allocated transport in case of sockaddr init error by Stanislav Kinsbursky · 13 years ago
  63. d9ba131 SUNRPC: Support dynamic slot allocation for TCP connections by Trond Myklebust · 13 years ago
  64. 43cedbf0e SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot by Trond Myklebust · 13 years ago
  65. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  66. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 13 years ago
  67. 61677ee SUNRPC: Rename xs_encode_tcp_fragment_header() by Chuck Lever · 13 years ago
  68. fe19a96 SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... by Trond Myklebust · 13 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  70. 246408d SUNRPC: Never reuse the socket port after an xs_close() by Trond Myklebust · 13 years ago
  71. 4cea288 sunrpc: Propagate errors from xs_bind() through xs_create_sock() by Ben Hutchings · 13 years ago
  72. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  73. f0418aa rpc: allow xprt_class->setup to return a preexisting xprt by J. Bruce Fields · 14 years ago
  74. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  75. d75faea rpc: move sk_bc_xprt to svc_xprt by J. Bruce Fields · 14 years ago
  76. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  77. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  78. 9247685 SUNRPC: Properly initialize sock_xprt.srcaddr in all cases by Chuck Lever · 14 years ago
  79. 4232e86 SUNRPC: Use conventional switch statement when reclassifying sockets by Chuck Lever · 14 years ago
  80. 50fa0d4 sunrpc: Remove dead "else" branch from bc xprt creation by Pavel Emelyanov · 14 years ago
  81. 8c14ff2 sunrpc: Remove UDP worker wrappers by Pavel Emelyanov · 14 years ago
  82. cdd518d sunrpc: Remove TCP worker wrappers by Pavel Emelyanov · 14 years ago
  83. 7dfe1fc sunrpc: Pass family to setup_socket calls by Pavel Emelyanov · 14 years ago
  84. 6bc9638 sunrpc: Merge xs_create_sock code by Pavel Emelyanov · 14 years ago
  85. beb59b6 sunrpc: Merge the xs_bind code by Pavel Emelyanov · 14 years ago
  86. 573018c sunrpc: Call xs_create_sockX directly from setup_socket by Pavel Emelyanov · 14 years ago
  87. 22d44a7 sunrpc: Factor out v6 sockets creation by Pavel Emelyanov · 14 years ago
  88. 22f7932 sunrpc: Factor out v4 sockets creation by Pavel Emelyanov · 14 years ago
  89. b65c031 sunrpc: Factor out udp sockets creation by Pavel Emelyanov · 14 years ago
  90. 58dddac sunrpc: Remove duplicate xprt/transport arguments from calls by Pavel Emelyanov · 14 years ago
  91. a9f5f0f sunrpc: Get xprt pointer once in xs_tcp_setup_socket by Pavel Emelyanov · 14 years ago
  92. baaf4e4 sunrpc: Remove unused sock arg from xs_next_srcport by Pavel Emelyanov · 14 years ago
  93. 5d4ec93 sunrpc: Remove unused sock arg from xs_get_srcport by Pavel Emelyanov · 14 years ago
  94. 14ec63c sunrpc: Create sockets in net namespaces by Pavel Emelyanov · 14 years ago
  95. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  96. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  97. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  98. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  99. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  100. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago