1. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  2. ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 6 years ago
  3. b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 6 years ago
  4. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
  6. 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 6 years ago
  7. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
  8. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
  9. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  10. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  11. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
  12. 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 6 years ago
  13. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  15. 9cd8198 net/tls: use version from prot by Jakub Kicinski · 6 years ago
  16. 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 6 years ago
  17. aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 6 years ago
  18. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  19. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
  20. c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 6 years ago
  21. 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 6 years ago
  22. 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 6 years ago
  23. 88c80be net/tls: remove set but not used variables by Jakub Kicinski · 6 years ago
  24. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  25. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  27. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  28. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  29. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  30. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  31. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  32. 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
  33. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  34. 5a03bc7 net/tls: fix the IV leaks by Jakub Kicinski · 6 years ago
  35. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  36. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  37. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  38. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  39. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  40. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  41. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  42. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  43. 969d509 net/tls: Use kmemdup to simplify the code by zhong jiang · 6 years ago
  44. eecd685 tls: Fix copy-paste error in tls_device_reencrypt by Gustavo A. R. Silva · 7 years ago
  45. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 7 years ago
  46. d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 7 years ago
  47. 895262d tls: Fix tls_device initialization by Boris Pismenny · 7 years ago
  48. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago