1. 2f9f9f5 rxrpc: fix uninitialized variable use by Arnd Bergmann · 8 years ago
  2. 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  3. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 8 years ago
  4. 8756361 rxrpc: Separate local endpoint event handling out into its own file by David Howells · 8 years ago
  5. f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 8 years ago
  6. fe77d5f rxrpc: Do a little bit of tidying in the ICMP processing by David Howells · 8 years ago
  7. 1c1df86 rxrpc: Don't assume anything about the address in an ICMP packet by David Howells · 8 years ago
  8. 1a70c05 rxrpc: Break MTU determination from ICMP into its own function by David Howells · 8 years ago
  9. abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() by David Howells · 8 years ago
  10. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 8 years ago
  11. 0d81a51 rxrpc: Update the comments in ar-internal.h to reflect renames by David Howells · 8 years ago
  12. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 8 years ago
  13. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  14. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 8 years ago
  15. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  17. fa54cc7 rxrpc: fix ptr_ret.cocci warnings by Wu Fengguang · 8 years ago
  18. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  19. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  20. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  21. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  22. e0e4d82 rxrpc: Create a null security type and get rid of conditional calls by David Howells · 8 years ago
  23. 648af7f rxrpc: Absorb the rxkad security module by David Howells · 8 years ago
  24. 6dd050f rxrpc: Don't assume transport address family and size when using it by David Howells · 8 years ago
  25. 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 8 years ago
  26. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 8 years ago
  27. 5b3e87f rxrpc: Static arrays of strings should be const char *const[] by David Howells · 8 years ago
  28. 8e688d9 rxrpc: Move some miscellaneous bits out into their own file by David Howells · 8 years ago
  29. 8f7e6e7 rxrpc: Disable a debugging statement that has been left enabled. by David Howells · 8 years ago
  30. 4d0fc73 rxrpc: do not pull udp headers on receive by Willem de Bruijn · 8 years ago
  31. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  32. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 8 years ago
  33. a4373a4 rxrpc: Don't try to map ICMP to error as the lower layer already did that by David Howells · 8 years ago
  34. ab802ee rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use by David Howells · 8 years ago
  35. 2b15ef1 rxrpc: rxkad: Casts are needed when comparing be32 values by David Howells · 8 years ago
  36. 098a209 rxrpc: rxkad: The version number in the response should be net byte order by David Howells · 8 years ago
  37. ee72b9f rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers by David Howells · 8 years ago
  38. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 8 years ago
  39. 351c1e6 rxrpc: Be more selective about the types of received packets we accept by David Howells · 8 years ago
  40. ee6fe08 rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu by David Howells · 8 years ago
  41. e33b3d9 rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX by David Howells · 8 years ago
  42. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 8 years ago
  43. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 8 years ago
  44. 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 8 years ago
  45. e721498 rxrpc: Fix a case where a call event bit is being used as a flag bit by David Howells · 8 years ago
  46. 1afe593 rxrpc: Use skcipher by Herbert Xu · 8 years ago
  47. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  48. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  49. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  51. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  52. 33c40e2 rxrpc: Correctly handle ack at end of client call transmit phase by David Howells · 9 years ago
  53. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  54. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  55. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  56. 22a3f9a rxrpc: Replace get_seconds with ktime_get_seconds by Ksenija Stanojevic · 9 years ago
  57. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  58. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  59. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  60. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 9 years ago
  61. 44ba069 RxRPC: Handle VERSION Rx protocol packets by David Howells · 9 years ago
  62. 382d797 RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument by David Howells · 9 years ago
  63. aab9483 RxRPC: Don't call skb_add_data() if there's no data to copy by David Howells · 9 years ago
  64. 3af6878 RxRPC: Fix the conversion to iov_iter by David Howells · 9 years ago
  65. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 7d985ed rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() by Al Viro · 9 years ago
  67. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 9 years ago
  69. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  70. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  71. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 9 years ago
  72. 765dd3b rxrpc: don't multiply with HZ twice by Florian Westphal · 9 years ago
  73. c03ae53 rxrpc: terminate retrans loop when sending of skb fails by Florian Westphal · 9 years ago
  74. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  75. 2e90b1c rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly by Al Viro · 10 years ago
  76. af2b040 rxrpc: switch rxrpc_send_data() to iov_iter primitives by Al Viro · 10 years ago
  77. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 9 years ago
  78. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  79. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  80. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  81. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  82. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  84. ed3bfdf RxRPC: Fix missing __user annotation by David Howells · 10 years ago
  85. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  86. 884cf70 net: remove dead code after sk_data_ready change by Eric Dumazet · 10 years ago
  87. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  88. 8a7a3eb KEYS: RxRPC: Use key preparsing by David Howells · 10 years ago
  89. fa4eff4 net/rxrpc/ar-key.c: drop negativity check on unsigned value by Andrey Utkin · 10 years ago
  90. fde0133 af_rxrpc: Fix XDR length check in rxrpc key demarshalling. by Nathaniel W Filardo · 10 years ago
  91. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  92. 7727640 af_rxrpc: Keep rxrpc_call pointers in a hashtable by Tim Smith · 10 years ago
  93. e8388eb af_rxrpc: Request an ACK for every alternate DATA packet by David Howells · 10 years ago
  94. 817913d af_rxrpc: Expose more RxRPC parameters via sysctls by David Howells · 10 years ago
  95. 9823f39 af_rxrpc: Improve ACK production by David Howells · 10 years ago
  96. 5873c08 af_rxrpc: Add sysctls for configuring RxRPC parameters by David Howells · 10 years ago
  97. 6c9a2d3 af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDED by David Howells · 10 years ago
  98. b6f3a40 af_rxrpc: Prevent RxRPC peers from ABORT-storming one another by Tim Smith · 10 years ago
  99. 8961749 af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg() by Tim Smith · 10 years ago
  100. cd0c75a Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 10 years ago