1. a6ed3eb net/tls: fix sign extension issue when left shifting u16 value by Colin Ian King · 4 years, 6 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. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 7 months ago
  5. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  6. b3ae245 net/tls: Add force_resync for driver resync by Tariq Toukan · 4 years, 8 months ago
  7. 0cada33 net/tls: fix race condition causing kernel panic by Vinay Kumar Yadav · 4 years, 8 months ago
  8. 8d5a49e net/tls: add helper for testing if socket is RX offloaded by Jakub Kicinski · 5 years ago
  9. c5daa6c net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  10. 9e5ffed net/tls: remove the dead inplace_crypto code by Jakub Kicinski · 5 years ago
  11. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  12. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  13. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  14. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  15. bc76e5b net/tls: store decrypted on a single bit by Jakub Kicinski · 5 years ago
  16. 5c5458e net/tls: store async_capable on a single bit by Jakub Kicinski · 5 years ago
  17. 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
  18. d26b698 net/tls: add skeleton of MIB statistics by Jakub Kicinski · 5 years ago
  19. 8538d29 net/tls: add tracing for device/offload events by Jakub Kicinski · 5 years ago
  20. 08700da net/tls: move TOE-related code to a separate file by Jakub Kicinski · 5 years ago
  21. 25a3cd81 net/tls: move TOE-related structures to a separate header by Jakub Kicinski · 5 years ago
  22. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  23. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  24. 26811cc net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag by Davide Caratti · 5 years ago
  25. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  26. 5d92e63 net/tls: partially revert fix transition through disconnect with close by Jakub Kicinski · 5 years ago
  27. 32857cf net/tls: fix transition through disconnect with close by John Fastabend · 5 years ago
  28. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 5 years ago
  29. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 5 years ago
  30. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 5 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. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 9354544 net/tls: fix page double free on TX cleanup by Dirk van der Merwe · 6 years ago
  36. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
  37. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
  38. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  39. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  40. 89fec47 net/tls: pass record number as a byte array 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. b9727d7 net/tls: export TLS per skb encryption by Dirk van der Merwe · 6 years ago
  43. 2e36117 net/tls: simplify driver context retrieval by Jakub Kicinski · 6 years ago
  44. 2d6b51c net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytes by Jakub Kicinski · 6 years ago
  45. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  46. f0aaa2c net/tls: reorganize struct tls_context by Jakub Kicinski · 6 years ago
  47. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  48. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  49. da68b4a net/tls: move definition of tls ops into net/tls.h by Jakub Kicinski · 6 years ago
  50. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  51. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. b4f47f3 net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded() by Jakub Kicinski · 6 years ago
  53. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  54. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  55. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  56. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  57. 2b794c4 tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg by Vakul Garg · 6 years ago
  58. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  59. 5b053e1 net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESS by Dave Watson · 6 years ago
  60. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  61. a2ef9b6 net: tls: Refactor tls aad space size calculation by Dave Watson · 6 years ago
  62. fb99bce net: tls: Support 256 bit keys by Dave Watson · 6 years ago
  63. eaf2a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. 32eb67b net: tls: Save iv in tls_rec for async crypto requests by Dave Watson · 6 years ago
  65. 692d7b5 tls: Fix recvmsg() to be able to peek across multiple records by Vakul Garg · 6 years ago
  66. 339bbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  67. 0608c69 bpf: sk_msg, sock{map|hash} redirect through ULP by John Fastabend · 6 years ago
  68. df9d4a1 net/tls: sleeping function from invalid context by Atul Gupta · 6 years ago
  69. 924ad65 tls: replace poll implementation with read hook by John Fastabend · 6 years ago
  70. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  71. 4e6d472 tls: Add support for inplace records encryption by Vakul Garg · 6 years ago
  72. 80ece6a tls: Remove redundant vars from tls record structure by Vakul Garg · 6 years ago
  73. 9932a29 net/tls: Fixed race condition in async encryption by Vakul Garg · 6 years ago
  74. a42055e net/tls: Add support for async encryption of records for performance by Vakul Garg · 6 years ago
  75. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. 7a3dd8c tls: async support causes out-of-bounds access in crypto APIs by John Fastabend · 6 years ago
  77. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  78. 94524d8 net/tls: Add support for async decryption of tls records by Vakul Garg · 6 years ago
  79. 0b243d0 net/tls: Combined memory allocation for decryption request by Vakul Garg · 6 years ago
  80. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 6 years ago
  81. 39f56e1 tls: Split tls_sw_release_resources_rx by Boris Pismenny · 6 years ago
  82. dafb67f tls: Split decrypt_skb to two functions by Boris Pismenny · 6 years ago
  83. d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 6 years ago
  84. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  85. f6fadff tls: fix NULL pointer dereference on poll by Daniel Borkmann · 7 years ago
  86. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. 8ab6ffb tls: don't use stack memory in a scatterlist by Matt Mullins · 7 years ago
  88. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  89. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 7 years ago
  90. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago
  91. f66de3e net/tls: Split conf to rx + tx by Boris Pismenny · 7 years ago
  92. dd0bed1 tls: support for Inline tls record by Atul Gupta · 7 years ago
  93. c46234e tls: RX path for ktls by Dave Watson · 7 years ago
  94. 5837158 tls: Refactor variable names by Dave Watson · 7 years ago
  95. f4a8e43 tls: Pass error code explicitly to tls_err_abort by Dave Watson · 7 years ago
  96. dbe4255 tls: Move cipher info to a separate struct by Dave Watson · 7 years ago
  97. a54667f tls: Add support for encryption using async offload accelerator by Vakul Garg · 7 years ago
  98. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  99. b9f3eb4 uapi: fix linux/tls.h userspace compilation error by Dmitry V. Levin · 7 years ago
  100. 213ef6e tls: Move tls_make_aad to header to allow sharing by Ilya Lesokhin · 7 years ago