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