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