1. f105da1 afs: Don't truncate iter during data fetch by David Howells · 5 years ago
  2. a319aed net: rxrpc: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  3. 2d914c1 rxrpc: Fix accept on a connection that need securing by David Howells · 4 years, 4 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  5. 65550098 rxrpc: Fix race between recvmsg and sendmsg on immediate call failure by David Howells · 4 years, 6 months ago
  6. 639f181 rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA by David Howells · 4 years, 6 months ago
  7. 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 8 months ago
  8. 3067bf8 rxrpc: Move the call completion handling out of line by David Howells · 4 years, 8 months ago
  9. f9c3243 rxrpc: Fix handling of last subpacket of jumbo packet by David Howells · 5 years ago
  10. 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
  11. 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
  12. e2de6c40 rxrpc: Use info in skbuff instead of reparsing a jumbo packet by David Howells · 5 years ago
  13. e8c3af6 rxrpc: Don't bother generating maxSkew in the ACK packet by David Howells · 5 years ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. 6dce3c2 rxrpc: bad unlock balance in rxrpc_recvmsg by Eric Dumazet · 6 years ago
  16. 2070a3e rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  17. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  18. d0b35a4 rxrpc: Transmit more ACKs during data reception by David Howells · 6 years ago
  19. a71a2651 rxrpc: Propose, but don't immediately transmit, the final ACK for a call by David Howells · 6 years ago
  20. 650b4ec rxrpc: remove redundant initialization of variable 'len' by Colin Ian King · 7 years ago
  21. a16b8d0 rxrpc: Work around usercopy check by David Howells · 7 years ago
  22. bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA by David Howells · 7 years ago
  23. 8637aba rxrpc: Don't transmit DELAY ACKs immediately on proposal by David Howells · 7 years ago
  24. a158bdd rxrpc: Fix call timeouts by David Howells · 7 years ago
  25. 3136ef4 rxrpc: Delay terminal ACK transmission on a client call by David Howells · 7 years ago
  26. 20acbd9 rxrpc: Lock around calling a kernel service Rx notification by David Howells · 7 years ago
  27. a68f4a2 rxrpc: Support service upgrade from a kernel service by David Howells · 7 years ago
  28. 68d6d1a rxrpc: Separate the connection's protocol service ID from the lookup ID by David Howells · 8 years ago
  29. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  30. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  31. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago
  32. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  33. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  34. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  35. d7e1583 rxrpc: Kernel calls get stuck in recvmsg by David Howells · 8 years ago
  36. 9749fd2 rxrpc: Need to produce an ACK for service op if op takes a long time by David Howells · 8 years ago
  37. cf69207 rxrpc: Return negative error code to kernel service by David Howells · 8 years ago
  38. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  39. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  40. 775e5b7 rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary by David Howells · 8 years ago
  41. b69d94d rxrpc: Include the last reply DATA serial number in the final ACK by David Howells · 8 years ago
  42. 805b21b rxrpc: Send an ACK after every few DATA packets we receive by David Howells · 8 years ago
  43. 9c7ad43 rxrpc: Add tracepoint for ACK proposal by David Howells · 8 years ago
  44. 9aff212 rxrpc: Don't send an ACK at the end of service call response transmission by David Howells · 8 years ago
  45. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  46. ba39f3a rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var by David Howells · 8 years ago
  47. 8499790 rxrpc: Add a tracepoint to follow what recvmsg does by David Howells · 8 years ago
  48. 58dc63c rxrpc: Add a tracepoint to follow packets in the Rx buffer by David Howells · 8 years ago
  49. 816c9fc rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() by David Howells · 8 years ago
  50. 2e2ea51 rxrpc: Check the return value of rxrpc_locate_data() by David Howells · 8 years ago
  51. 4b22457 rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller by David Howells · 8 years ago
  52. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  53. 33b603f rxrpc: Requeue call for recvmsg if more data by David Howells · 8 years ago
  54. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  55. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  56. fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  57. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  58. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  59. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  60. df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
  61. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  62. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 9 years ago
  63. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
  64. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 9 years ago[Renamed from net/rxrpc/ar-recvmsg.c]
  65. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 9 years ago
  66. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 9 years ago
  67. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  68. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
  69. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 7d985ed rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() by Al Viro · 10 years ago
  71. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  72. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 10 years ago
  73. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  74. 8961749 af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg() by Tim Smith · 11 years ago
  75. 1ea4273 af_rxrpc: Handle frames delivered from another VM by Tim Smith · 11 years ago
  76. 24a9981 af_rxrpc: Avoid setting up double-free on checksum error by Tim Smith · 11 years ago
  77. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  78. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 14 years ago
  79. 4a4771a net: use sk_sleep() by Eric Dumazet · 15 years ago
  80. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  81. 1ff82fe RxRPC: fix rxrpc_recvmsg()'s returning of msg_name by David Howells · 17 years ago
  82. 651350d [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use by David Howells · 18 years ago
  83. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 18 years ago