1. ae9cd07 rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect by David Howells · 4 years, 4 months ago
  2. 54fde42 rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR() by David Howells · 8 years ago
  3. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  4. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  5. 405dea1 rxrpc: Fix the call timer handling by David Howells · 8 years ago
  6. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  7. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  8. fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
  9. 01a88f7 rxrpc: Fix call timer by David Howells · 8 years ago
  10. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  11. 363deea rxrpc: Add connection tracepoint and client conn state tracepoint by David Howells · 8 years ago
  12. a84a46d rxrpc: Add some additional call tracing by David Howells · 8 years ago
  13. 357f5ef rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() by David Howells · 8 years ago
  14. 0360da6 rxrpc: Purge the to_be_accepted queue on socket release by David Howells · 8 years ago
  15. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  16. 3432a75 rxrpc: Fix prealloc refcounting by David Howells · 8 years ago
  17. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  18. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  19. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  20. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  21. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  22. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  23. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  24. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  25. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  26. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  27. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  28. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  29. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  30. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  31. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  32. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  33. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  34. f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
  35. dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
  36. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
  37. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
  38. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  39. d440a1c rxrpc: Kill off the call hash table by David Howells · 8 years ago
  40. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 8 years ago
  41. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 8 years ago
  42. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 8 years ago
  43. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 8 years ago
  44. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 8 years ago
  45. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  46. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 8 years ago
  47. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 8 years ago
  48. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 8 years ago
  49. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 8 years ago
  50. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 8 years ago
  51. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 8 years ago
  52. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 8 years ago[Renamed from net/rxrpc/ar-call.c]
  53. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  54. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  55. 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 8 years ago
  56. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 8 years ago
  57. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 8 years ago
  58. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 8 years ago
  59. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 8 years ago
  60. 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 8 years ago
  61. 7727640 af_rxrpc: Keep rxrpc_call pointers in a hashtable by Tim Smith · 10 years ago
  62. 817913d af_rxrpc: Expose more RxRPC parameters via sysctls by David Howells · 10 years ago
  63. 5873c08 af_rxrpc: Add sysctls for configuring RxRPC parameters by David Howells · 10 years ago
  64. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  65. 3b5bac2 RxRPC: Fix a potential deadlock between the call resend_timer and state_lock by David Howells · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  68. 036c2e2 [AF_RXRPC]: constify function pointer tables by Jan Engelhardt · 16 years ago
  69. 1f8481d [AF_RXRPC]: Make call state names available if CONFIG_PROC_FS=n by David Howells · 17 years ago
  70. 651350d [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use by David Howells · 17 years ago
  71. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago