1. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  2. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  3. cf13258 rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values by David Howells · 8 years ago
  4. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  5. e8d6bbb rxrpc: Fix returns of call completion helpers by David Howells · 8 years ago
  6. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  7. 6543ac5 rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() by David Howells · 8 years ago
  8. 8b7fac5 rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() by David Howells · 8 years ago
  9. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  10. f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
  11. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  12. e796cb4 rxrpc: Delete unused rxrpc_kernel_free_skb() by David Howells · 8 years ago
  13. 71a17de rxrpc: Whitespace cleanup by David Howells · 8 years ago
  14. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 8 years ago
  15. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 8 years ago
  16. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 8 years ago
  17. 090f85d rxrpc: Don't change the epoch by David Howells · 8 years ago
  18. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
  19. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
  20. 00b5407 rxrpc: Fix uninitialised variable warning by David Howells · 8 years ago
  21. 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
  22. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  23. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  24. ea82aae rxrpc: Use call->peer rather than going to the connection by David Howells · 8 years ago
  25. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  26. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  27. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  28. ccbd3db rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls by David Howells · 8 years ago
  29. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  30. 4d028b2 rxrpc: Dup the main conn list for the proc interface by David Howells · 8 years ago
  31. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  32. 2266ffd rxrpc: Fix conn-based retransmit by David Howells · 8 years ago
  33. 18bfeba rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor by David Howells · 8 years ago
  34. 563ea7d rxrpc: Calculate serial skew on packet reception by David Howells · 8 years ago
  35. f51b448 rxrpc: Set connection expiry on idle, not put by David Howells · 8 years ago
  36. df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
  37. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  38. f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
  39. dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
  40. 26164e77 rxrpc: Remove RXRPC_CALL_PROC_BUSY by David Howells · 8 years ago
  41. 992c273 rxrpc: Free packets discarded in data_ready by David Howells · 8 years ago
  42. 50fd85a rxrpc: Fix a use-after-push in data_ready handler by David Howells · 8 years ago
  43. 2e7e975 rxrpc: Once packet posted in data_ready, don't retry posting by David Howells · 8 years ago
  44. f9dc575 rxrpc: Don't access connection from call if pointer is NULL by David Howells · 8 years ago
  45. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
  46. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
  47. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  48. 7acef60 rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  49. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
  50. d440a1c rxrpc: Kill off the call hash table by David Howells · 8 years ago
  51. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 8 years ago
  52. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 8 years ago
  53. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 8 years ago
  54. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 8 years ago
  55. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 8 years ago
  56. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 8 years ago
  57. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 8 years ago
  58. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 8 years ago
  59. 30b515f rxrpc: Access socket accept queue under right lock by David Howells · 8 years ago
  60. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 8 years ago
  61. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 8 years ago
  62. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 8 years ago
  63. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 8 years ago
  64. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 8 years ago
  65. bba304d rxrpc: Turn connection #defines into enums and put outside struct def by David Howells · 8 years ago
  66. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 8 years ago
  67. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 8 years ago
  68. 689f4c6 rxrpc: Check the source of a packet to a client conn by David Howells · 8 years ago
  69. 88b99d0 rxrpc: Fix some sparse errors by David Howells · 8 years ago
  70. ac5d268 rxrpc: Fix processing of authenticated/encrypted jumbo packets by David Howells · 8 years ago
  71. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  72. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 8 years ago
  73. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 8 years ago
  74. 985a5c8 rxrpc: Make rxrpc_send_packet() take a connection not a transport by David Howells · 8 years ago
  75. f4e7da8 rxrpc: Calls displayed in /proc may in future lack a connection by David Howells · 8 years ago
  76. f4552c2 rxrpc: Validate the net address given to rxrpc_kernel_begin_call() by David Howells · 8 years ago
  77. 4a3388c rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis by David Howells · 8 years ago
  78. b3f5750 rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is by David Howells · 8 years ago
  79. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 8 years ago
  80. cc8feb8 rxrpc: Fix exclusive connection handling by David Howells · 8 years ago
  81. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 8 years ago
  82. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 8 years ago
  83. 2f9f9f5 rxrpc: fix uninitialized variable use by Arnd Bergmann · 8 years ago
  84. 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  85. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 8 years ago
  86. 8756361 rxrpc: Separate local endpoint event handling out into its own file by David Howells · 8 years ago
  87. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 8 years ago
  88. fe77d5f rxrpc: Do a little bit of tidying in the ICMP processing by David Howells · 8 years ago
  89. 1c1df86 rxrpc: Don't assume anything about the address in an ICMP packet by David Howells · 8 years ago
  90. 1a70c05 rxrpc: Break MTU determination from ICMP into its own function by David Howells · 8 years ago
  91. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 8 years ago
  92. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 8 years ago
  93. 0d81a51 rxrpc: Update the comments in ar-internal.h to reflect renames by David Howells · 8 years ago
  94. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 8 years ago
  95. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  96. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 8 years ago
  97. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  99. fa54cc7 rxrpc: fix ptr_ret.cocci warnings by Wu Fengguang · 8 years ago
  100. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago