1. d7d775b rxrpc: Ask the security class how much space to allow in a packet by David Howells · 4 years, 3 months ago
  2. f4bdf3d rxrpc: Don't reserve security header in Tx DATA skbuff by David Howells · 4 years, 3 months ago
  3. 2d914c1 rxrpc: Fix accept on a connection that need securing by David Howells · 4 years, 3 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  5. 65550098 rxrpc: Fix race between recvmsg and sendmsg on immediate call failure by David Howells · 4 years, 5 months ago
  6. 639f181 rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA by David Howells · 4 years, 5 months ago
  7. 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 7 months ago
  8. 3067bf8 rxrpc: Move the call completion handling out of line by David Howells · 4 years, 7 months ago
  9. c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
  10. 498b577 rxrpc: Fix sendmsg(MSG_WAITALL) handling by David Howells · 4 years, 10 months ago
  11. e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
  12. 158fe66 rxrpc: Abstract out the calculation of whether there's Tx space by David Howells · 4 years, 10 months ago
  13. 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
  14. c48fc11 rxrpc: Fix call ref leak by David Howells · 5 years ago
  15. 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
  16. b311e68 rxrpc: Add a private skb flag to indicate transmission-phase skbs by David Howells · 5 years ago
  17. c69565e rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet by David Howells · 5 years ago
  18. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  19. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  20. 8e8715a rxrpc: Allow errors to be returned from rxrpc_queue_packet() by Marc Dionne · 6 years ago
  21. e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
  22. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 7 years ago
  23. 17226f1 rxrpc: Fix leak of rxrpc_peer objects by David Howells · 7 years ago
  24. 88f2a825 rxrpc: Fix checker warnings and errors by David Howells · 7 years ago
  25. 03877bf rxrpc: Fix Tx ring annotation after initial Tx failure by David Howells · 7 years ago
  26. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  27. 282ef47 rxrpc: Fix variable overwrite by Gustavo A. R. Silva · 7 years ago
  28. bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA by David Howells · 7 years ago
  29. beb8e5e rxrpc: Express protocol timeouts in terms of RTT by David Howells · 7 years ago
  30. a158bdd rxrpc: Fix call timeouts by David Howells · 7 years ago
  31. 4812417 rxrpc: Split the call params from the operation params by David Howells · 7 years ago
  32. 48ca246 rxrpc: Don't set upgrade by default in sendmsg() by David Howells · 7 years ago
  33. 03a6c82 rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing by David Howells · 7 years ago
  34. e3cf3970 net: rxrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  35. bc5e3a5 rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals by David Howells · 7 years ago
  36. c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
  37. e833251 rxrpc: Add notification of end-of-Tx phase by David Howells · 7 years ago
  38. bd2db2d rxrpc: Don't negate call->error before returning it by David Howells · 7 years ago
  39. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  40. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
  41. 3ab26a6 rxrpc: Consolidate sendmsg parameters by David Howells · 8 years ago
  42. 4e25572 rxrpc: Add service upgrade support for client connections by David Howells · 8 years ago
  43. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  44. 84a4c09 rxrpc: Note a successfully aborted kernel operation by David Howells · 8 years ago
  45. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  46. 6fc166d rxrpc: rxrpc_kernel_send_data() needs to handle failed call better by David Howells · 8 years ago
  47. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago
  48. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  49. 37411ca rxrpc: Fix potential NULL-pointer exception by David Howells · 8 years ago
  50. 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
  51. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  52. 1ff8ceb scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) by yuan linyu · 8 years ago
  53. 9749fd2 rxrpc: Need to produce an ACK for service op if op takes a long time by David Howells · 8 years ago
  54. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  55. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  56. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  57. a176707 rxrpc: Make Tx loss-injection go through normal return and adjust tracing by David Howells · 8 years ago
  58. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  59. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  60. 70790dbe rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  61. dfc3da4 rxrpc: Need to start the resend timer on initial transmission by David Howells · 8 years ago
  62. b24d289 rxrpc: Preset timestamp on Tx sk_buffs by David Howells · 8 years ago
  63. 0d4b103 rxrpc: Reduce the number of ACK-Requests sent by David Howells · 8 years ago
  64. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  65. 7aa51da rxrpc: Expedite ping response transmission by David Howells · 8 years ago
  66. 5a924b8 rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs by David Howells · 8 years ago
  67. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  68. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  69. 182f505 rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes by David Howells · 8 years ago
  70. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  71. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  72. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  73. fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  74. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  75. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  76. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago