1. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  2. 0d96796 rxrpc: Schedule an ACK if the reply to a client call appears overdue by David Howells · 8 years ago
  3. 31a1b98 rxrpc: Generate a summary of the ACK state for later use by David Howells · 8 years ago
  4. df0562a rxrpc: Delay the resend timer to allow for nsec->jiffies conv error by David Howells · 8 years ago
  5. dd7c1ee rxrpc: Reinitialise the call ACK and timer state for client reply phase by David Howells · 8 years ago
  6. b69d94d rxrpc: Include the last reply DATA serial number in the final ACK by David Howells · 8 years ago
  7. a7056c5 rxrpc: Send an immediate ACK if we fill in a hole by David Howells · 8 years ago
  8. 805b21b rxrpc: Send an ACK after every few DATA packets we receive by David Howells · 8 years ago
  9. c6672e3 rxrpc: Add a tracepoint to log which packets will be retransmitted by David Howells · 8 years ago
  10. 9c7ad43 rxrpc: Add tracepoint for ACK proposal by David Howells · 8 years ago
  11. 89b475a rxrpc: Add a tracepoint to log injected Rx packet loss by David Howells · 8 years ago
  12. be832ae rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepoint by David Howells · 8 years ago
  13. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  14. b86e218 rxrpc: Don't call the tx_ack tracepoint if don't generate an ACK by David Howells · 8 years ago
  15. 70790db rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  16. 01a88f7 rxrpc: Fix call timer by David Howells · 8 years ago
  17. be8aa33 rxrpc: Fix accidental cancellation of scheduled resend by ACK parser by David Howells · 8 years ago
  18. dfc3da4 rxrpc: Need to start the resend timer on initial transmission by David Howells · 8 years ago
  19. 98dafac rxrpc: Use before_eq() and friends to compare serial numbers by David Howells · 8 years ago
  20. 90bd684 rxrpc: Should be using ktime_add_ms() not ktime_add_ns() by David Howells · 8 years ago
  21. c0d058c rxrpc: Make sure sendmsg() is woken on call completion by David Howells · 8 years ago
  22. 9aff212 rxrpc: Don't send an ACK at the end of service call response transmission by David Howells · 8 years ago
  23. b24d289 rxrpc: Preset timestamp on Tx sk_buffs by David Howells · 8 years ago
  24. fc943f6 rxrpc: Reduce the number of PING ACKs sent by David Howells · 8 years ago
  25. 0d4b103 rxrpc: Reduce the number of ACK-Requests sent by David Howells · 8 years ago
  26. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  27. 7aa51da rxrpc: Expedite ping response transmission by David Howells · 8 years ago
  28. 8e83134 rxrpc: Send pings to get RTT data by David Howells · 8 years ago
  29. cf1a647 rxrpc: Add per-peer RTT tracker by David Howells · 8 years ago
  30. f07373e rxrpc: Add re-sent Tx annotation 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. 8a681c36 rxrpc: Add config to inject packet loss by David Howells · 8 years ago
  33. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  34. ba39f3a rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var by David Howells · 8 years ago
  35. 8499790 rxrpc: Add a tracepoint to follow what recvmsg does by David Howells · 8 years ago
  36. 58dc63c rxrpc: Add a tracepoint to follow packets in the Rx buffer by David Howells · 8 years ago
  37. f3639df rxrpc: Add a tracepoint to log ACK transmission by David Howells · 8 years ago
  38. ec71eb9 rxrpc: Add a tracepoint to log received ACK packets by David Howells · 8 years ago
  39. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  40. 363deea rxrpc: Add connection tracepoint and client conn state tracepoint by David Howells · 8 years ago
  41. a84a46d rxrpc: Add some additional call tracing by David Howells · 8 years ago
  42. a3868bf rxrpc: Print the packet type name in the Rx packet trace by David Howells · 8 years ago
  43. 182f505 rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes by David Howells · 8 years ago
  44. 2311e32 rxrpc: Be consistent about switch value in rxrpc_send_call_packet() by David Howells · 8 years ago
  45. 27d0fc4 rxrpc: Don't transmit an ACK if there's no reason set by David Howells · 8 years ago
  46. dfa7d92 rxrpc: Fix retransmission algorithm by David Howells · 8 years ago
  47. d01dc4c rxrpc: Fix the parsing of soft-ACKs by David Howells · 8 years ago
  48. 7888379 rxrpc: Fix unexposed client conn release by David Howells · 8 years ago
  49. 357f5ef rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() by David Howells · 8 years ago
  50. 66d58af rxrpc: Fix the putting of client connections by David Howells · 8 years ago
  51. 0360da6 rxrpc: Purge the to_be_accepted queue on socket release by David Howells · 8 years ago
  52. e6f3afb rxrpc: Record calls that need to be accepted by David Howells · 8 years ago
  53. 816c9fc rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() by David Howells · 8 years ago
  54. 2e2ea51 rxrpc: Check the return value of rxrpc_locate_data() by David Howells · 8 years ago
  55. 4b22457 rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller by David Howells · 8 years ago
  56. fabf920 rxrpc: Remove some whitespace. by David Howells · 8 years ago
  57. d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
  58. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  59. 1c2bc7b rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually by David Howells · 8 years ago
  60. aaa31cb rxrpc: Don't specify protocol to when creating transport socket by David Howells · 8 years ago
  61. cd5892c rxrpc: Create an address for sendmsg() to bind unbound socket with by David Howells · 8 years ago
  62. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  63. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  64. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  65. 01fd074 rxrpc: Allow tx_winsize to grow in response to an ACK by David Howells · 8 years ago
  66. 89a80ed rxrpc: Use skb->len not skb->data_len by David Howells · 8 years ago
  67. b25de36 rxrpc: Add missing unlock in rxrpc_call_accept() by David Howells · 8 years ago
  68. 33b603f rxrpc: Requeue call for recvmsg if more data by David Howells · 8 years ago
  69. 91c2c7b rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay by David Howells · 8 years ago
  70. bc4abfc rxrpc: Add missing wakeup on Tx window rotation by David Howells · 8 years ago
  71. 08a3968 rxrpc: Make sure we initialise the peer hash key by David Howells · 8 years ago
  72. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  73. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  74. 49e19ec rxrpc: Add tracepoints to record received packets and end of data_ready by David Howells · 8 years ago
  75. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  76. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  77. cf13258 rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values by David Howells · 8 years ago
  78. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  79. e8d6bbb rxrpc: Fix returns of call completion helpers by David Howells · 8 years ago
  80. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  81. 6543ac5 rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() by David Howells · 8 years ago
  82. 8b7fac5 rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() by David Howells · 8 years ago
  83. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  84. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  85. fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  86. e796cb4 rxrpc: Delete unused rxrpc_kernel_free_skb() by David Howells · 8 years ago
  87. 71a17de rxrpc: Whitespace cleanup by David Howells · 8 years ago
  88. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  89. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  90. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago
  91. 090f85d rxrpc: Don't change the epoch by David Howells · 8 years ago
  92. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
  93. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  94. 00b5407 rxrpc: Fix uninitialised variable warning by David Howells · 8 years ago
  95. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  96. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  97. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  98. ea82aae rxrpc: Use call->peer rather than going to the connection by David Howells · 8 years ago
  99. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  100. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago