1. c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
  2. e833251 rxrpc: Add notification of end-of-Tx phase by David Howells · 7 years ago
  3. bd2db2d rxrpc: Don't negate call->error before returning it by David Howells · 7 years ago
  4. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  5. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
  6. 3ab26a6 rxrpc: Consolidate sendmsg parameters by David Howells · 8 years ago
  7. 4e25572 rxrpc: Add service upgrade support for client connections by David Howells · 8 years ago
  8. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  9. 84a4c09 rxrpc: Note a successfully aborted kernel operation by David Howells · 8 years ago
  10. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  11. 6fc166d rxrpc: rxrpc_kernel_send_data() needs to handle failed call better by David Howells · 8 years ago
  12. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago
  13. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  14. 37411ca rxrpc: Fix potential NULL-pointer exception by David Howells · 8 years ago
  15. 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
  16. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  17. 1ff8ceb scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) by yuan linyu · 8 years ago
  18. 9749fd2 rxrpc: Need to produce an ACK for service op if op takes a long time by David Howells · 8 years ago
  19. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  20. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  21. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  22. a176707 rxrpc: Make Tx loss-injection go through normal return and adjust tracing by David Howells · 8 years ago
  23. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  24. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  25. 70790db rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  26. dfc3da4 rxrpc: Need to start the resend timer on initial transmission by David Howells · 8 years ago
  27. b24d289 rxrpc: Preset timestamp on Tx sk_buffs by David Howells · 8 years ago
  28. 0d4b103 rxrpc: Reduce the number of ACK-Requests sent by David Howells · 8 years ago
  29. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  30. 7aa51da rxrpc: Expedite ping response transmission by David Howells · 8 years ago
  31. 5a924b8 rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs by David Howells · 8 years ago
  32. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  33. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  34. 182f505 rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes by David Howells · 8 years ago
  35. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  36. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  37. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  38. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  39. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  40. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  41. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago