1. 8a681c36 rxrpc: Add config to inject packet loss by David Howells · 8 years ago
  2. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  3. ba39f3a rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var by David Howells · 8 years ago
  4. 8499790 rxrpc: Add a tracepoint to follow what recvmsg does by David Howells · 8 years ago
  5. 58dc63c rxrpc: Add a tracepoint to follow packets in the Rx buffer by David Howells · 8 years ago
  6. f3639df rxrpc: Add a tracepoint to log ACK transmission by David Howells · 8 years ago
  7. ec71eb9 rxrpc: Add a tracepoint to log received ACK packets by David Howells · 8 years ago
  8. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  9. 363deea rxrpc: Add connection tracepoint and client conn state tracepoint by David Howells · 8 years ago
  10. a84a46d rxrpc: Add some additional call tracing by David Howells · 8 years ago
  11. a3868bf rxrpc: Print the packet type name in the Rx packet trace by David Howells · 8 years ago
  12. 182f505 rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes by David Howells · 8 years ago
  13. 2311e32 rxrpc: Be consistent about switch value in rxrpc_send_call_packet() by David Howells · 8 years ago
  14. 27d0fc4 rxrpc: Don't transmit an ACK if there's no reason set by David Howells · 8 years ago
  15. dfa7d92 rxrpc: Fix retransmission algorithm by David Howells · 8 years ago
  16. d01dc4c rxrpc: Fix the parsing of soft-ACKs by David Howells · 8 years ago
  17. 7888379 rxrpc: Fix unexposed client conn release by David Howells · 8 years ago
  18. 357f5ef rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() by David Howells · 8 years ago
  19. 66d58af rxrpc: Fix the putting of client connections by David Howells · 8 years ago
  20. 0360da6 rxrpc: Purge the to_be_accepted queue on socket release by David Howells · 8 years ago
  21. e6f3afb rxrpc: Record calls that need to be accepted by David Howells · 8 years ago
  22. 816c9fc rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() by David Howells · 8 years ago
  23. 2e2ea51 rxrpc: Check the return value of rxrpc_locate_data() by David Howells · 8 years ago
  24. 4b22457 rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller by David Howells · 8 years ago
  25. fabf920 rxrpc: Remove some whitespace. by David Howells · 8 years ago
  26. d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
  27. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  28. 1c2bc7b rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually by David Howells · 8 years ago
  29. aaa31cb rxrpc: Don't specify protocol to when creating transport socket by David Howells · 8 years ago
  30. cd5892c rxrpc: Create an address for sendmsg() to bind unbound socket with by David Howells · 8 years ago
  31. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  32. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  33. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  34. 01fd074 rxrpc: Allow tx_winsize to grow in response to an ACK by David Howells · 8 years ago
  35. 89a80ed rxrpc: Use skb->len not skb->data_len by David Howells · 8 years ago
  36. b25de36 rxrpc: Add missing unlock in rxrpc_call_accept() by David Howells · 8 years ago
  37. 33b603f rxrpc: Requeue call for recvmsg if more data by David Howells · 8 years ago
  38. 91c2c7b rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay by David Howells · 8 years ago
  39. bc4abfc rxrpc: Add missing wakeup on Tx window rotation by David Howells · 8 years ago
  40. 08a3968 rxrpc: Make sure we initialise the peer hash key by David Howells · 8 years ago
  41. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  42. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  43. 49e19ec rxrpc: Add tracepoints to record received packets and end of data_ready by David Howells · 8 years ago
  44. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  45. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  46. cf13258 rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values by David Howells · 8 years ago
  47. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  48. e8d6bbb rxrpc: Fix returns of call completion helpers by David Howells · 8 years ago
  49. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  50. 6543ac5 rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() by David Howells · 8 years ago
  51. 8b7fac5 rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() by David Howells · 8 years ago
  52. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  53. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  54. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  55. e796cb4 rxrpc: Delete unused rxrpc_kernel_free_skb() by David Howells · 8 years ago
  56. 71a17de rxrpc: Whitespace cleanup by David Howells · 8 years ago
  57. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  58. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  59. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago
  60. 090f85d rxrpc: Don't change the epoch by David Howells · 8 years ago
  61. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
  62. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  63. 00b5407 rxrpc: Fix uninitialised variable warning by David Howells · 8 years ago
  64. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  65. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  66. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  67. ea82aae rxrpc: Use call->peer rather than going to the connection by David Howells · 8 years ago
  68. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  69. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  70. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  71. ccbd3db rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls by David Howells · 8 years ago
  72. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  73. 4d028b2 rxrpc: Dup the main conn list for the proc interface by David Howells · 8 years ago
  74. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  75. 2266ffd rxrpc: Fix conn-based retransmit by David Howells · 8 years ago
  76. 18bfeba rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor by David Howells · 8 years ago
  77. 563ea7d rxrpc: Calculate serial skew on packet reception by David Howells · 8 years ago
  78. f51b448 rxrpc: Set connection expiry on idle, not put by David Howells · 8 years ago
  79. df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
  80. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  81. f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
  82. dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
  83. 26164e77 rxrpc: Remove RXRPC_CALL_PROC_BUSY by David Howells · 8 years ago
  84. 992c273 rxrpc: Free packets discarded in data_ready by David Howells · 8 years ago
  85. 50fd85a rxrpc: Fix a use-after-push in data_ready handler by David Howells · 8 years ago
  86. 2e7e975 rxrpc: Once packet posted in data_ready, don't retry posting by David Howells · 8 years ago
  87. f9dc575 rxrpc: Don't access connection from call if pointer is NULL by David Howells · 8 years ago
  88. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
  89. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
  90. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  91. 7acef60 rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  92. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
  93. d440a1c rxrpc: Kill off the call hash table by David Howells · 8 years ago
  94. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 8 years ago
  95. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 8 years ago
  96. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 8 years ago
  97. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 8 years ago
  98. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 8 years ago
  99. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 8 years ago
  100. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 8 years ago