1. 992c273 rxrpc: Free packets discarded in data_ready by David Howells · 8 years ago
  2. 50fd85a rxrpc: Fix a use-after-push in data_ready handler by David Howells · 8 years ago
  3. 2e7e975 rxrpc: Once packet posted in data_ready, don't retry posting by David Howells · 8 years ago
  4. f9dc575 rxrpc: Don't access connection from call if pointer is NULL by David Howells · 8 years ago
  5. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
  6. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
  7. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  8. 7acef60 rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  9. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
  10. d440a1c rxrpc: Kill off the call hash table by David Howells · 8 years ago
  11. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 8 years ago
  12. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 8 years ago
  13. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 8 years ago
  14. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 8 years ago
  15. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 8 years ago
  16. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 8 years ago
  17. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 8 years ago
  18. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 8 years ago
  19. 30b515f rxrpc: Access socket accept queue under right lock by David Howells · 8 years ago
  20. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 8 years ago
  21. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 8 years ago
  22. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 8 years ago
  23. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 8 years ago
  24. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 8 years ago
  25. bba304d rxrpc: Turn connection #defines into enums and put outside struct def by David Howells · 8 years ago
  26. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 8 years ago
  27. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 8 years ago
  28. 689f4c6 rxrpc: Check the source of a packet to a client conn by David Howells · 8 years ago
  29. 88b99d0 rxrpc: Fix some sparse errors by David Howells · 8 years ago
  30. ac5d268 rxrpc: Fix processing of authenticated/encrypted jumbo packets by David Howells · 8 years ago
  31. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  32. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 8 years ago
  33. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 8 years ago
  34. 985a5c8 rxrpc: Make rxrpc_send_packet() take a connection not a transport by David Howells · 8 years ago
  35. f4e7da8 rxrpc: Calls displayed in /proc may in future lack a connection by David Howells · 8 years ago
  36. f4552c2 rxrpc: Validate the net address given to rxrpc_kernel_begin_call() by David Howells · 8 years ago
  37. 4a3388c rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis by David Howells · 8 years ago
  38. b3f5750 rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is by David Howells · 8 years ago
  39. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 8 years ago
  40. cc8feb8 rxrpc: Fix exclusive connection handling by David Howells · 8 years ago
  41. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 8 years ago
  42. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 8 years ago
  43. 2f9f9f5 rxrpc: fix uninitialized variable use by Arnd Bergmann · 8 years ago
  44. 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  45. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 8 years ago
  46. 8756361 rxrpc: Separate local endpoint event handling out into its own file by David Howells · 8 years ago
  47. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 8 years ago
  48. fe77d5f rxrpc: Do a little bit of tidying in the ICMP processing by David Howells · 8 years ago
  49. 1c1df86 rxrpc: Don't assume anything about the address in an ICMP packet by David Howells · 8 years ago
  50. 1a70c05 rxrpc: Break MTU determination from ICMP into its own function by David Howells · 8 years ago
  51. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 8 years ago
  52. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 8 years ago
  53. 0d81a51 rxrpc: Update the comments in ar-internal.h to reflect renames by David Howells · 8 years ago
  54. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 8 years ago
  55. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  56. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 8 years ago
  57. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  59. fa54cc7 rxrpc: fix ptr_ret.cocci warnings by Wu Fengguang · 8 years ago
  60. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  61. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  62. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  63. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  64. e0e4d82 rxrpc: Create a null security type and get rid of conditional calls by David Howells · 8 years ago
  65. 648af7f rxrpc: Absorb the rxkad security module by David Howells · 8 years ago
  66. 6dd050f rxrpc: Don't assume transport address family and size when using it by David Howells · 8 years ago
  67. 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 8 years ago
  68. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 8 years ago
  69. 5b3e87f rxrpc: Static arrays of strings should be const char *const[] by David Howells · 8 years ago
  70. 8e688d9 rxrpc: Move some miscellaneous bits out into their own file by David Howells · 8 years ago
  71. 8f7e6e7 rxrpc: Disable a debugging statement that has been left enabled. by David Howells · 8 years ago
  72. 4d0fc73 rxrpc: do not pull udp headers on receive by Willem de Bruijn · 8 years ago
  73. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  74. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 8 years ago
  75. a4373a4 rxrpc: Don't try to map ICMP to error as the lower layer already did that by David Howells · 8 years ago
  76. ab802ee rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use by David Howells · 8 years ago
  77. 2b15ef1 rxrpc: rxkad: Casts are needed when comparing be32 values by David Howells · 8 years ago
  78. 098a209 rxrpc: rxkad: The version number in the response should be net byte order by David Howells · 8 years ago
  79. ee72b9f rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers by David Howells · 8 years ago
  80. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 8 years ago
  81. 351c1e6 rxrpc: Be more selective about the types of received packets we accept by David Howells · 8 years ago
  82. ee6fe08 rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu by David Howells · 8 years ago
  83. e33b3d9 rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX by David Howells · 8 years ago
  84. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 8 years ago
  85. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 8 years ago
  86. 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 8 years ago
  87. e721498 rxrpc: Fix a case where a call event bit is being used as a flag bit by David Howells · 8 years ago
  88. 1afe593 rxrpc: Use skcipher by Herbert Xu · 8 years ago
  89. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  90. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  91. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  93. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  94. 33c40e2 rxrpc: Correctly handle ack at end of client call transmit phase by David Howells · 9 years ago
  95. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  96. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  97. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  98. 22a3f9a rxrpc: Replace get_seconds with ktime_get_seconds by Ksenija Stanojevic · 9 years ago
  99. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  100. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago