1. 75eb6af SUNRPC: Add a TCP-with-TLS RPC transport class by Chuck Lever · 1 year, 9 months ago
  2. dea034b SUNRPC: Capture CMSG metadata on client-side receive by Chuck Lever · 1 year, 9 months ago
  3. 0d3ca07 SUNRPC: Ignore data_ready callbacks during TLS handshakes by Chuck Lever · 1 year, 9 months ago
  4. 4388ce0 SUNRPC: support abstract unix socket addresses by NeilBrown · 1 year, 10 months ago
  5. c946cb6 sunrpc: simplify one-level sysctl registration for xs_tunables_table by Luis Chamberlain · 2 years ago
  6. 943d045 SUNRPC: fix shutdown of NFS TCP client socket by Siddharth Kawar · 2 years ago
  7. 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years, 2 months ago
  8. 9812386 Treewide: Stop corrupting socket's task_frag by Benjamin Coddington · 2 years, 3 months ago
  9. 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
  10. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  11. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  12. f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
  13. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  14. 3949419 SUNRPC: Fix races with rpc_killall_tasks() by Trond Myklebust · 2 years, 5 months ago
  15. 15bcdc92 SUNRPC: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  16. 72691a2 SUNRPC: Don't reuse bvec on retransmission of the request by Trond Myklebust · 2 years, 8 months ago
  17. f67939e4 SUNRPC: Replace dprintk() call site in xs_data_ready by Chuck Lever · 2 years, 8 months ago
  18. 9b19e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  19. a3d0562 Revert "SUNRPC: attempt AF_LOCAL connect on setup" by Trond Myklebust · 2 years, 11 months ago
  20. efce2d0 SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets by Trond Myklebust · 2 years, 11 months ago
  21. aad41a7 SUNRPC: Don't leak sockets in xs_local_connect() by Trond Myklebust · 2 years, 11 months ago
  22. edf45f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 11 months ago
  23. ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 11 months ago
  24. ff053db SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() by Trond Myklebust · 3 years ago
  25. f004320 SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() by Trond Myklebust · 3 years ago
  26. eb07d5a SUNRPC: handle malloc failure in ->request_prepare by NeilBrown · 3 years ago
  27. 421ab1b SUNRPC: Do not dereference non-socket transports in sysfs by Trond Myklebust · 3 years ago
  28. b264801 SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent by Trond Myklebust · 3 years ago
  29. d0afde5 SUNRPC: Improve accuracy of socket ENOBUFS determination by Trond Myklebust · 3 years ago
  30. 2790a62 SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE by Trond Myklebust · 3 years ago
  31. 7496b59f SUNRPC: Fix socket waits for write buffer space by Trond Myklebust · 3 years ago
  32. 3b21f75 SUNRPC: Only save the TCP source port after the connection is complete by Trond Myklebust · 3 years ago
  33. 89f42494 SUNRPC: Don't call connect() more than once on a TCP socket by Trond Myklebust · 3 years ago
  34. 693486d SUNRPC: change locking for xs_swap_enable/disable by NeilBrown · 3 years ago
  35. 8db55a0 SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC by NeilBrown · 3 years ago
  36. b49ea67 SUNRPC: lock against ->sock changing during sysfs read by NeilBrown · 3 years, 2 months ago
  37. c4f03966 SUNRPC: clean up some inconsistent indenting by Jiapeng Chong · 3 years, 4 months ago
  38. 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 4 months ago
  39. 3be232f SUNRPC: Prevent immediate close+reconnect by Trond Myklebust · 3 years, 5 months ago
  40. d896ba8 SUNRPC: Fix races when closing the socket by Trond Myklebust · 3 years, 4 months ago
  41. 280254b SUNRPC: Clean up xs_tcp_setup_sock() by Trond Myklebust · 3 years, 4 months ago
  42. ea9afca SUNRPC: Replace use of socket sk_callback_lock with sock_lock by Trond Myklebust · 3 years, 4 months ago
  43. 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 6 months ago
  44. 7c81e6a SUNRPC: Tweak TCP socket shutdown in the RPC client by Trond Myklebust · 3 years, 7 months ago
  45. 0a6ff58 SUNRPC: Simplify socket shutdown when not reusing TCP ports by Trond Myklebust · 3 years, 7 months ago
  46. 2a14c9a params: lift param_set_uint_minmax to common code by Sagi Grimberg · 3 years, 9 months ago
  47. 5d46dd0 sunrpc: Fix return value of get_srcport() by Anna Schumaker · 3 years, 8 months ago
  48. 878b3df Merge part 2 of branch 'sysfs-devel' by Trond Myklebust · 3 years, 9 months ago
  49. 526fca3 Merge branch 'sysfs-devel' by Trond Myklebust · 3 years, 9 months ago
  50. a848248 SUNRPC query transport's source port by Olga Kornievskaia · 3 years, 9 months ago
  51. d3abc73 sunrpc: keep track of the xprt_class in rpc_xprt structure by Olga Kornievskaia · 3 years, 9 months ago
  52. bc1c56e SUNRPC: prevent port reuse on transports which don't request it. by NeilBrown · 3 years, 9 months ago
  53. d275880 SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected by Trond Myklebust · 3 years, 10 months ago
  54. 98b5cee SUNRPC: Ensure the transport backchannel association by Benjamin Coddington · 4 years ago
  55. d737e5d SUNRPC: Set TCP_CORK until the transmit queue is empty by Trond Myklebust · 4 years, 1 month ago
  56. 93f479d SUNRPC: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 4 months ago
  57. 12b20ce net: sunrpc: xprtsock.c: Corrected few spellings ,in comments by Bhaskar Chowdhury · 4 years, 4 months ago
  58. 8c71139 SUNRPC: correct error code comment in xs_tcp_setup_socket() by Calum Mackay · 4 years, 5 months ago
  59. ac9645c sunrpc: fix xs_read_xdr_buf for partial pages receive by Dan Aloni · 4 years, 3 months ago
  60. d5aa6b2 SUNRPC: xprt_load_transport() needs to support the netid "rdma6" by Trond Myklebust · 4 years, 4 months ago
  61. 015747d SUNRPC: Replace dprintk() call site in xs_nospace() by Chuck Lever · 4 years, 8 months ago
  62. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  63. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  64. c742b63 Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 9 months ago
  65. 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 10 months ago
  66. 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 10 months ago
  67. d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 10 months ago
  68. 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 10 months ago
  69. c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 10 months ago
  70. fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 10 months ago
  71. ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 10 months ago
  72. ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 10 months ago
  73. 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 5 years ago
  74. 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
  75. da1661b SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends by Chuck Lever · 5 years ago
  76. 9e55eef4 SUNRPC: Refactor xs_sendpages() by Chuck Lever · 5 years ago
  77. 68e9a24 SUNRPC: remove redundant assignments to variable status by Colin Ian King · 5 years ago
  78. 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  79. 8729aab SUNRPC: Fix backchannel latency metrics by Chuck Lever · 5 years ago
  80. e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
  81. af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
  82. 45835a6 SUNRPC: Don't receive TCP data into a request buffer that has been reset by Trond Myklebust · 5 years ago
  83. 7536908 SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request by Trond Myklebust · 6 years ago
  84. 7402a4f SUNRPC: Fix up backchannel slot table accounting by Trond Myklebust · 6 years ago
  85. 347543e Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  86. 675dd90 xprtrdma: Modernize ops->connect by Chuck Lever · 6 years ago
  87. b5e9241 SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock by Trond Myklebust · 6 years ago
  88. 4f8943f SUNRPC: Replace direct task wakeups from softirq context by Trond Myklebust · 6 years ago
  89. 7e3d362 SUNRPC: Fix up calculation of client message length by Trond Myklebust · 6 years ago
  90. 5ad64b3 SUNRPC: Add tracking of RPC level errors by Trond Myklebust · 6 years ago
  91. 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
  92. 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
  93. 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
  94. 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
  95. a73881c SUNRPC: Fix an Oops in udp_poll() by Trond Myklebust · 6 years ago
  96. 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  97. 6f903b11 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() by Trond Myklebust · 6 years ago
  98. c87dc4c SUNRPC: Further cleanups of xs_sendpages() by Trond Myklebust · 6 years ago
  99. 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
  100. e791f8e SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() by Trond Myklebust · 6 years ago