1. 7b5eab5 rxrpc: Fix clearance of Tx/Rx ring when releasing a call by David Howells · 4 years ago
  2. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  3. 2d914c1 rxrpc: Fix accept on a connection that need securing by David Howells · 4 years, 4 months ago
  4. b7a7d67 rxrpc: Impose a maximum number of client calls by David Howells · 4 years, 7 months ago
  5. 4700c4d rxrpc: Fix loss of RTT samples due to interposed ACK by David Howells · 4 years, 5 months ago
  6. 65550098 rxrpc: Fix race between recvmsg and sendmsg on immediate call failure by David Howells · 4 years, 6 months ago
  7. e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
  8. 963485d rxrpc: Fix call RCU cleanup using non-bh-safe locks by David Howells · 5 years ago
  9. 5273a19 rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect by David Howells · 5 years ago
  10. 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
  11. 48c9e0e rxrpc: Fix trace-after-put looking at the put call record by David Howells · 5 years ago
  12. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  13. 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
  14. a641fd0 rxrpc: Abstract out rxtx ring cleanup by David Howells · 5 years ago
  15. 1db88c5 rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto by David Howells · 5 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  18. b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
  19. e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
  20. c1e15b4 rxrpc: Fix the packet reception routine by David Howells · 6 years ago
  21. 5e33a23 rxrpc: Fix some missed refs to init_net by David Howells · 6 years ago
  22. f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
  23. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  24. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  25. d3be4d2 rxrpc: Fix potential call vs socket/net destruction race by David Howells · 7 years ago
  26. 88f2a825 rxrpc: Fix checker warnings and errors by David Howells · 7 years ago
  27. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  28. 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  29. bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA 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. 9faaff5 rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls by David Howells · 7 years ago
  33. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  34. 20acbd9 rxrpc: Lock around calling a kernel service Rx notification by David Howells · 7 years ago
  35. c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
  36. f7aec12 rxrpc: Cache the congestion window setting by David Howells · 8 years ago
  37. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
  38. 2baec2c rxrpc: Support network namespacing by David Howells · 8 years ago
  39. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  40. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  41. b54a134 rxrpc: Fix handling of enums-to-string translation in tracing by David Howells · 8 years ago
  42. 54fde42 rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR() by David Howells · 8 years ago
  43. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  44. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  45. 405dea1 rxrpc: Fix the call timer handling by David Howells · 8 years ago
  46. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  47. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  48. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  49. 01a88f7 rxrpc: Fix call timer by David Howells · 8 years ago
  50. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  51. 363deea rxrpc: Add connection tracepoint and client conn state tracepoint by David Howells · 8 years ago
  52. a84a46d rxrpc: Add some additional call tracing by David Howells · 8 years ago
  53. 357f5ef rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() by David Howells · 8 years ago
  54. 0360da6 rxrpc: Purge the to_be_accepted queue on socket release by David Howells · 8 years ago
  55. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  56. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  57. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  58. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  59. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  60. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  61. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  62. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  63. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  64. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  65. fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  66. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  67. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  68. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] 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. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  72. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  73. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  74. f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
  75. dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
  76. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
  77. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
  78. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  79. d440a1c rxrpc: Kill off the call hash table by David Howells · 9 years ago
  80. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 9 years ago
  81. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 9 years ago
  82. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
  83. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 9 years ago
  84. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 9 years ago
  85. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 9 years ago
  86. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 9 years ago
  87. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 9 years ago
  88. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 9 years ago
  89. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 9 years ago
  90. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
  91. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 9 years ago
  92. 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-call.c]
  93. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 9 years ago
  94. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 9 years ago
  95. 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 9 years ago
  96. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 9 years ago
  97. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 9 years ago
  98. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  99. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
  100. 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 9 years ago