1. b06c19d net/tls: Fix kmap usage by Ira Weiny · 4 years, 5 months ago
  2. ed9b764 net/tls: Add asynchronous resync by Boris Pismenny · 4 years, 7 months ago
  3. acb5a07 Revert "net/tls: Add force_resync for driver resync" by Boris Pismenny · 4 years, 7 months ago
  4. b3ae245 net/tls: Add force_resync for driver resync by Tariq Toukan · 4 years, 8 months ago
  5. d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
  6. 06f5201c net/tls: Fix to avoid gettig invalid tls record by Rohit Maheshwari · 4 years, 11 months ago
  7. 8d5a49e net/tls: add helper for testing if socket is RX offloaded by Jakub Kicinski · 5 years ago
  8. 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  9. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  10. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  11. 02b1fa0 net/tls: don't pay attention to sk_write_pending when pushing partial records by Jakub Kicinski · 5 years ago
  12. 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
  13. 34ef1ed net/tls: make allocation failure unlikely by Jakub Kicinski · 5 years ago
  14. 93277b2 net/tls: mark sk->err being set as unlikely by Jakub Kicinski · 5 years ago
  15. a4d26fd net/tls: add TlsDeviceRxResync statistic by Jakub Kicinski · 5 years ago
  16. 9ec1c6a net/tls: add device decrypted trace point by Jakub Kicinski · 5 years ago
  17. 8538d29 net/tls: add tracing for device/offload events by Jakub Kicinski · 5 years ago
  18. e681cc6 net/tls: align non temporal copy to cache lines by Jakub Kicinski · 5 years ago
  19. e7b159a net/tls: remove the record tail optimization by Jakub Kicinski · 5 years ago
  20. d4774ac net/tls: use RCU for the adder to the offload record list by Jakub Kicinski · 5 years ago
  21. 7ccd451 net/tls: unref frags in order by Jakub Kicinski · 5 years ago
  22. 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
  23. 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
  24. 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
  25. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  26. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  27. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  28. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  29. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  30. ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 6 years ago
  31. b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 6 years ago
  32. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
  34. 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 6 years ago
  35. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
  36. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
  37. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  38. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  39. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
  40. 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 6 years ago
  41. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  43. 9cd8198 net/tls: use version from prot by Jakub Kicinski · 6 years ago
  44. 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 6 years ago
  45. aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 6 years ago
  46. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  47. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
  48. c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 6 years ago
  49. 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 6 years ago
  50. 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 6 years ago
  51. 88c80be net/tls: remove set but not used variables by Jakub Kicinski · 6 years ago
  52. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  53. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  55. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  56. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  57. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  58. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  59. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  60. 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
  61. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  62. 5a03bc7 net/tls: fix the IV leaks by Jakub Kicinski · 6 years ago
  63. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  64. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  65. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  66. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  67. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  68. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  69. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  70. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  71. 969d509 net/tls: Use kmemdup to simplify the code by zhong jiang · 6 years ago
  72. eecd685 tls: Fix copy-paste error in tls_device_reencrypt by Gustavo A. R. Silva · 6 years ago
  73. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 6 years ago
  74. d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 6 years ago
  75. 895262d tls: Fix tls_device initialization by Boris Pismenny · 7 years ago
  76. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago