1. f45d01f rxrpc: Fix a memory leak in rxkad_verify_response() by Qiushi Wu · 4 years, 8 months ago
  2. 063c60d rxrpc: Fix missing security check on incoming calls by David Howells · 5 years ago
  3. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  4. d0d5c0c rxrpc: Use skb_unshare() rather than skb_cow_data() by David Howells · 5 years ago
  5. 1db88c5 rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto by David Howells · 5 years ago
  6. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  7. 69d826f rxrpc: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  8. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 330bdcf rxrpc: Fix the keepalive generator [ver #2] by David Howells · 6 years ago
  10. 54424d3 rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer by Kees Cook · 6 years ago
  11. 4764c0d rxrpc: Trace packet transmission by David Howells · 6 years ago
  12. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  13. 6b47fe1 rxrpc: Trace UDP transmission failure by David Howells · 7 years ago
  14. ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
  15. 8c2f826 rxrpc: Don't put crypto buffers on the stack by David Howells · 7 years ago
  16. 7b674e3 rxrpc: Fix IPv6 support by David Howells · 7 years ago
  17. 10674a0 net: rxrpc: Replace time_t type with time64_t type by Baolin Wang · 7 years ago
  18. 68d6d1a rxrpc: Separate the connection's protocol service ID from the lookup ID by David Howells · 8 years ago
  19. 89a5ea9 rxrpc: check return value of skb_to_sgvec always by Jason A. Donenfeld · 8 years ago
  20. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  21. ef68622 rxrpc: Handle temporary errors better in rxkad security by David Howells · 8 years ago
  22. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  23. 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
  24. 775e5b7 rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary by David Howells · 8 years ago
  25. 5a924b8 rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs by David Howells · 8 years ago
  26. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  27. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  28. 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
  29. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 9 years ago
  30. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 9 years ago
  31. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 9 years ago
  32. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
  33. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. fa54cc7 rxrpc: fix ptr_ret.cocci warnings by Wu Fengguang · 9 years ago
  35. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 9 years ago
  36. 648af7f rxrpc: Absorb the rxkad security module by David Howells · 9 years ago
  37. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  38. 2b15ef1 rxrpc: rxkad: Casts are needed when comparing be32 values by David Howells · 9 years ago
  39. 098a209 rxrpc: rxkad: The version number in the response should be net byte order by David Howells · 9 years ago
  40. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 9 years ago
  41. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  42. 1afe593 rxrpc: Use skcipher by Herbert Xu · 9 years ago
  43. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  44. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  45. 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
  46. 3394128 RxRPC: Allow key payloads to be passed in XDR form by David Howells · 15 years ago
  47. 8b81547 RxRPC: Declare the security index constants symbolically by David Howells · 15 years ago
  48. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  49. 02f3705 RxRPC: Fix a regression in the RXKAD security module by David Howells · 17 years ago
  50. 424b00e AFS: Do not describe debug parameters with their value by Paul Bolle · 17 years ago
  51. 91e916c net/rxrpc trivial annotations by Al Viro · 17 years ago
  52. ae445d1 [RXRPC]: Use cpu_to_be32() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  53. 4aa9cb3 [AF_RXRPC]: Add a missing goto by David Howells · 17 years ago
  54. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  55. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  56. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  57. 2c6b47d Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). by john stultz · 17 years ago
  58. b1bdb69 [AF_RXRPC/AFS]: Arch-specific fixes. by David Howells · 18 years ago
  59. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 18 years ago