1. cb579086 SUNRPC: fix ternary sign expansion bug in tracing by Dan Carpenter · 3 years, 8 months ago
  2. 82011c8 SUNRPC: Move svc_xprt_received() call sites by Chuck Lever · 4 years ago
  3. e844d30 svcrdma: Add a "deferred close" helper by Chuck Lever · 3 years, 10 months ago
  4. 4d12b72 SUNRPC: Further clean up svc_tcp_sendmsg() by Chuck Lever · 3 years, 11 months ago
  5. 987c7b1 SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg() by Trond Myklebust · 3 years, 11 months ago
  6. e0a912e SUNRPC: Use TCP_CORK to optimise send performance on the server by Trond Myklebust · 3 years, 11 months ago
  7. bad4c6e SUNRPC: Fix NFS READs that start at non-page-aligned offsets by Chuck Lever · 4 years ago
  8. 4a85a6a SUNRPC: Handle TCP socket sends with kernel_sendpage() again by Chuck Lever · 4 years ago
  9. 03493bc SUNRPC: Rename svc_encode_read_payload() by Chuck Lever · 4 years, 7 months ago
  10. 13a9a9d SUNRPC: Fix svc_flush_dcache() by Chuck Lever · 4 years, 3 months ago
  11. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  12. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  13. becd201 SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE by Christophe Leroy · 4 years, 7 months ago
  14. c742b63 Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 7 months ago
  15. 7d7207c ipv6: add ip6_sock_set_recvpktinfo by Christoph Hellwig · 4 years, 7 months ago
  16. 9b11574 ipv6: add ip6_sock_set_v6only by Christoph Hellwig · 4 years, 7 months ago
  17. c1f9ec5 ipv4: add ip_sock_set_pktinfo by Christoph Hellwig · 4 years, 7 months ago
  18. c433594 net: add sock_no_linger by Christoph Hellwig · 4 years, 7 months ago
  19. fff1ebb SUNRPC: Restructure svc_udp_recvfrom() by Chuck Lever · 4 years, 7 months ago
  20. ca07eda SUNRPC: Refactor svc_recvfrom() by Chuck Lever · 4 years, 7 months ago
  21. cca557a SUNRPC: Clean up svc_release_skb() functions by Chuck Lever · 4 years, 7 months ago
  22. 6be8c59 SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives by Chuck Lever · 4 years, 7 months ago
  23. 7dae1dd SUNRPC: Replace dprintk() call sites in TCP receive path by Chuck Lever · 4 years, 7 months ago
  24. a5cda73 SUNRPC: Restructure svc_tcp_recv_record() by Chuck Lever · 4 years, 10 months ago
  25. 0264890 SUNRPC: Rename svc_sock::sk_reclen by Chuck Lever · 4 years, 10 months ago
  26. a0469f4 SUNRPC: Replace dprintk call sites in TCP state change callouts by Chuck Lever · 4 years, 10 months ago
  27. 998024d SUNRPC: Add more svcsock tracepoints by Chuck Lever · 4 years, 10 months ago
  28. d998882 SUNRPC: Remove "#include <trace/events/skb.h>" by Chuck Lever · 4 years, 8 months ago
  29. 11bbb0f SUNRPC: Trace a few more generic svc_xprt events by Chuck Lever · 4 years, 10 months ago
  30. ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 8 months ago
  31. 23cf1ee svcrdma: Fix leak of svc_rdma_recv_ctxt objects by Chuck Lever · 4 years, 9 months ago
  32. da1661b SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends by Chuck Lever · 4 years, 10 months ago
  33. 9e55eef4 SUNRPC: Refactor xs_sendpages() by Chuck Lever · 4 years, 10 months ago
  34. 4120553 nfsd: Fix NFSv4 READ on RDMA when using readv by Chuck Lever · 4 years, 10 months ago
  35. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  36. 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
  37. b7e5034 svcrpc: fix UDP on servers with lots of threads by J. Bruce Fields · 6 years ago
  38. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  39. 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  40. 64e20ba sunrpc: remove unused xpo_prep_reply_hdr callback by Vasily Averin · 6 years ago
  41. 7f39154 sunrpc: remove svc_tcp_bc_class by Vasily Averin · 6 years ago
  42. a289ce5 sunrpc: replace svc_serv->sv_bc_xprt by boolean flag by Vasily Averin · 6 years ago
  43. d4b09ac sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  44. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  45. 78a63f1 Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Al Viro · 6 years ago
  46. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  47. 4c8e553 SUNRPC: Simplify TCP receive code by Trond Myklebust · 6 years ago
  48. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  49. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 6 years ago
  50. 5e4d6597 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  51. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  52. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  53. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  54. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  55. d0945ca sunrpc: remove dead code in svc_sock_setbufsize by Christoph Hellwig · 7 years ago
  56. 1e4ed1b svc_recvfrom(): switch to sock_recvmsg() by Al Viro · 7 years ago
  57. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  58. 0828170 merge nfsd 4.13 bugfixes into nfsd for-4.14 branch by J. Bruce Fields · 7 years ago
  59. 2412e92 sunrpc: Const-ify instances of struct svc_xprt_ops by Chuck Lever · 7 years ago
  60. eebe53e net: sunrpc: svcsock: fix NULL-pointer exception by Vadim Lomovtsev · 7 years ago
  61. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  62. 5427290 SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt by Kinglong Mee · 8 years ago
  63. 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  64. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  65. 362142b2 sunrpc: flag transports as having congestion control by Jeff Layton · 8 years ago
  66. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  67. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  68. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 8 years ago
  70. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  71. 850cbad udp: use it's own memory accounting schema by Paolo Abeni · 8 years ago
  72. c7995f8 SUNRPC: Detect immediate closure of accepted sockets by Trond Myklebust · 8 years ago
  73. b2f21f7 SUNRPC: accept() may return sockets that are still in SYN_RECV by Trond Myklebust · 8 years ago
  74. 637600f SUNRPC: Change TCP socket space reservation by Trond Myklebust · 9 years ago
  75. 4720b07 SUNRPC: Micro optimisation for svc_data_ready by Trond Myklebust · 9 years ago
  76. fa9251a SUNRPC: Call the default socket callbacks instead of open coding by Trond Myklebust · 9 years ago
  77. 069c225 SUNRPC: lock the socket while detaching it by Trond Myklebust · 9 years ago
  78. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
  79. 1da8c681 sunrpc: do not pull udp headers on receive by Willem de Bruijn · 9 years ago
  80. 0442f14 svcrpc: document lack of some memory barriers by J. Bruce Fields · 9 years ago
  81. ea833f5d SUNRPC: drop stale comment in svc_setup_socket() by Stefan Hajnoczi · 9 years ago
  82. 226453d SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage() by Trond Myklebust · 9 years ago
  83. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 10 years ago
  84. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  85. 093a146 SUNRPC: Fix locking around callback channel reply receive by Trond Myklebust · 10 years ago
  86. 71efecb sunrpc: fix byte-swapping of displayed XID by Chuck Lever · 10 years ago
  87. f8d1ff4 SUNRPC: Optimise away svc_recv_available by Trond Myklebust · 10 years ago
  88. 5187768 SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed by Trond Myklebust · 10 years ago
  89. c7fb3f0 SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely by Trond Myklebust · 10 years ago
  90. 3c45ddf svcrdma: Select NFSv4.1 backchannel transport based on forward channel by Chuck Lever · 10 years ago
  91. a48fd0f SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING by Kinglong Mee · 11 years ago
  92. ef11ce2 SUNRPC: track whether a request is coming from a loop-back interface. by NeilBrown · 11 years ago
  93. 16e4d93 NFSD: Ignore client's source port on RDMA transports by Chuck Lever · 11 years ago
  94. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  95. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  96. 3064639 nfsd: check passed socket's net matches NFSd superblock's one by Stanislav Kinsbursky · 11 years ago
  97. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  98. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  99. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  100. 447383d NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure. by NeilBrown · 11 years ago