1. c3f6abf net/tls: fix async operation by Jakub Kicinski · 4 years, 10 months ago
  2. 6c95e4f bpf: Sockmap/tls, fix pop data with SK_DROP return code by John Fastabend · 4 years, 10 months ago
  3. d529d6c bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining by John Fastabend · 4 years, 10 months ago
  4. 147fd4d bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf by John Fastabend · 4 years, 10 months ago
  5. 2aa7a1e bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 4 years, 10 months ago
  6. 61c6c12 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  7. 569cac5 net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  8. a58365a net/tls: remove the dead inplace_crypto code by Jakub Kicinski · 5 years ago
  9. 795c687 net/tls: free the record on encryption error by Jakub Kicinski · 5 years ago
  10. a85ca00 net/tls: take into account that bpf_exec_tx_verdict() may free the record by Jakub Kicinski · 5 years ago
  11. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  12. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  13. 02b1fa0 net/tls: don't pay attention to sk_write_pending when pushing partial records by Jakub Kicinski · 5 years ago
  14. e681cc6 net/tls: align non temporal copy to cache lines by Jakub Kicinski · 5 years ago
  15. e7b159a net/tls: remove the record tail optimization by Jakub Kicinski · 5 years ago
  16. d4774ac net/tls: use RCU for the adder to the offload record list by Jakub Kicinski · 5 years ago
  17. 7ccd451 net/tls: unref frags in order by Jakub Kicinski · 5 years ago
  18. 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
  19. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  20. 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
  21. 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
  22. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  23. 26811cc net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag by Davide Caratti · 5 years ago
  24. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  25. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  26. d85f017 net: tls, fix sk_write_space NULL write when tx disabled by John Fastabend · 5 years ago
  27. 57c722e net/tls: swap sk_write_space on close by Jakub Kicinski · 5 years ago
  28. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  29. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  30. 5d92e63 net/tls: partially revert fix transition through disconnect with close by Jakub Kicinski · 5 years ago
  31. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  32. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  33. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 5 years ago
  34. 32857cf net/tls: fix transition through disconnect with close by John Fastabend · 5 years ago
  35. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 5 years ago
  36. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 5 years ago
  37. ac78fc1 net/tls: don't call tls_sk_proto_close for hw record offload by Jakub Kicinski · 5 years ago
  38. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 5 years ago
  39. 5c4b460 net/tls: fix socket wmem accounting on fallback with netem by Jakub Kicinski · 5 years ago
  40. ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 5 years ago
  41. b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 5 years ago
  42. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  43. 13aecb1 net/tls: fix poll ignoring partially copied records by Jakub Kicinski · 5 years ago
  44. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 5 years ago
  45. 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 5 years ago
  46. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  47. 9354544 net/tls: fix page double free on TX cleanup by Dirk van der Merwe · 5 years ago
  48. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  49. 648ee6c net: tls, correctly account for copied bytes with multiple sk_msgs by John Fastabend · 5 years ago
  50. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 5 years ago
  51. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 5 years ago
  52. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 5 years ago
  53. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 5 years ago
  54. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 5 years ago
  55. 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 5 years ago
  56. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  57. b9727d7 net/tls: export TLS per skb encryption by Dirk van der Merwe · 5 years ago
  58. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 5 years ago
  59. 9cd8198 net/tls: use version from prot by Jakub Kicinski · 5 years ago
  60. 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 5 years ago
  61. b9d8fec net/tls: don't look for decrypted frames on non-offloaded sockets by Jakub Kicinski · 5 years ago
  62. 87b11e0 net/tls: remove false positive warning by Jakub Kicinski · 5 years ago
  63. aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 5 years ago
  64. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 5 years ago
  65. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 5 years ago
  66. 04b25a5 net/tls: fix no wakeup on partial reads by Jakub Kicinski · 5 years ago
  67. 46a1695 net/tls: fix lowat calculation if some data came from previous record by Jakub Kicinski · 5 years ago
  68. c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 5 years ago
  69. 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 5 years ago
  70. 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 5 years ago
  71. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  72. b53f497 net/tls: handle errors from padding_length() by Jakub Kicinski · 6 years ago
  73. 88c80be net/tls: remove set but not used variables by Jakub Kicinski · 6 years ago
  74. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  75. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. 2dcb003 net/tls: avoid NULL pointer deref on nskb->sk in fallback by Jakub Kicinski · 6 years ago
  77. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  78. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  79. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  80. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  81. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  82. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  83. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  84. 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
  85. 9188d5c net/tls: fix refcount adjustment in fallback by Jakub Kicinski · 6 years ago
  86. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. 903f1a1 net/tls: fix build without CONFIG_TLS_DEVICE by Jakub Kicinski · 6 years ago
  88. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  89. 5a03bc7 net/tls: fix the IV leaks by Jakub Kicinski · 6 years ago
  90. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. c43ac97 net: tls: prevent false connection termination with offload by Jakub Kicinski · 6 years ago
  92. a88c26f net/tls: Replace kfree_skb() with consume_skb() by Vakul Garg · 6 years ago
  93. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  94. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  95. d069b78 tls: Fix tls_device receive by Boris Pismenny · 6 years ago
  96. 7754bd6 tls: Fix mixing between async capable and async by Eran Ben Elisha · 6 years ago
  97. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  98. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  99. 2b794c4 tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg by Vakul Garg · 6 years ago
  100. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago