1. 06030db tls: fix waitall behavior in tls_sw_recvmsg by Daniel Borkmann · 6 years ago
  2. a447da7 tls: fix use-after-free in tls_push_record by Daniel Borkmann · 6 years ago
  3. f6fadff tls: fix NULL pointer dereference on poll by Daniel Borkmann · 6 years ago
  4. 7170e60 strparser: Add __strp_unpause and use it in ktls. by Doron Roberts-Kedes · 6 years ago
  5. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 8ab6ffb tls: don't use stack memory in a scatterlist by Matt Mullins · 6 years ago
  7. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. 895262d tls: Fix tls_device initialization by Boris Pismenny · 7 years ago
  9. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 7 years ago
  10. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 7 years ago
  11. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 7 years ago
  13. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago
  14. f66de3e net/tls: Split conf to rx + tx by Boris Pismenny · 7 years ago
  15. 95ad754 net/tls: remove redundant second null check on sgout by Colin Ian King · 7 years ago
  16. b16520f net/tls: Remove VLA usage by Kees Cook · 7 years ago
  17. dd0bed1 tls: support for Inline tls record by Atul Gupta · 7 years ago
  18. c46234e tls: RX path for ktls by Dave Watson · 7 years ago
  19. 5837158 tls: Refactor variable names by Dave Watson · 7 years ago
  20. f4a8e43 tls: Pass error code explicitly to tls_err_abort by Dave Watson · 7 years ago
  21. dbe4255 tls: Move cipher info to a separate struct by Dave Watson · 7 years ago
  22. 69ca929 tls: Generalize zerocopy_from_iter by Dave Watson · 7 years ago
  23. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago
  24. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 7 years ago
  25. c113187 tls: Use correct sk->sk_prot for IPV6 by Boris Pismenny · 7 years ago
  26. c410c19 tls: getsockopt return record sequence number by Boris Pismenny · 7 years ago
  27. 257082e tls: reset the crypto info if copy_from_user fails by Boris Pismenny · 7 years ago
  28. a1dfa68 tls: retrun the correct IV in getsockopt by Boris Pismenny · 7 years ago
  29. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 7 years ago
  30. a54667f tls: Add support for encryption using async offload accelerator by Vakul Garg · 7 years ago
  31. 7a8c4dd tls: Correct length of scatterlist in tls_sw_sendpage by Dave Watson · 7 years ago
  32. 6db959c tls: reset crypto_info when do_tls_setsockopt_tx fails by Sabrina Dubroca · 7 years ago
  33. 877d17c tls: return -EBUSY if crypto_info is already set by Sabrina Dubroca · 7 years ago
  34. cf6d43e tls: fix sw_ctx leak by Sabrina Dubroca · 7 years ago
  35. d91c3e1 net/tls: Only attach to sockets in ESTABLISHED state by Ilya Lesokhin · 7 years ago
  36. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  37. ee181e5 tls: don't override sk_write_space if tls_set_sw_offload fails. by Ilya Lesokhin · 7 years ago
  38. 196c31b tls: Avoid copying crypto_info again after cipher_type check. by Ilya Lesokhin · 7 years ago
  39. 213ef6e tls: Move tls_make_aad to header to allow sharing by Ilya Lesokhin · 7 years ago
  40. ff45d82 tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. by Ilya Lesokhin · 7 years ago
  41. 6d88207 tls: Add function to update the TLS socket configuration by Ilya Lesokhin · 7 years ago
  42. 61ef6da tls: Use kzalloc for aead_request allocation by Ilya Lesokhin · 7 years ago
  43. a513567 tls: make tls_sw_free_resources static by Tobias Klauser · 7 years ago
  44. 5a3b886 TLS: Fix length check in do_tls_getsockopt_tx() by Matthias Rosenfelder · 7 years ago
  45. ac55cd6 tls: return -EFAULT if copy_to_user() fails by Dan Carpenter · 7 years ago
  46. d807ec6 tls: update Kconfig by Dave Watson · 7 years ago
  47. 54144b4 tls: Depend upon INET not plain NET. by David S. Miller · 7 years ago
  48. 3c4d755 tls: kernel TLS support by Dave Watson · 7 years ago