1. e3509fe tls: fix replacing proto_ops by Jakub Kicinski · 3 years, 2 months ago
  2. f1d4184 net/tls: Fix use-after-free after the TLS device goes down and up by Maxim Mikityanskiy · 3 years, 8 months ago
  3. 0403a2b net/tls: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  4. ffa81fa net/tls: Implement getsockopt SOL_TLS TLS_RX by Yutaro Hayakawa · 4 years, 5 months ago
  5. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 6 months ago
  6. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  7. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  8. 9a89394 net: tls: Avoid assigning 'const' pointer to non-const pointer by Will Deacon · 4 years, 9 months ago
  9. f691a25 net/tls: fix const assignment warning by Arnd Bergmann · 4 years, 10 months ago
  10. d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
  11. 5bb4c45 net/tls: Read sk_prot once when building tls proto ops by Jakub Sitnicki · 4 years, 10 months ago
  12. f13fe3e net/tls: Constify base proto ops used for building tls proto by Jakub Sitnicki · 4 years, 10 months ago
  13. b8e202d net, sk_msg: Annotate lockless access to sk_prot on clone by Jakub Sitnicki · 5 years ago
  14. 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
  15. 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  16. c5daa6c net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  17. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  18. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  19. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  20. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  21. b32fd3c net/tls: add statistics for installed sessions by Jakub Kicinski · 5 years ago
  22. d26b698 net/tls: add skeleton of MIB statistics by Jakub Kicinski · 5 years ago
  23. 53b4414 net/tls: allow compiling TLS TOE out by Jakub Kicinski · 5 years ago
  24. 0eb8745 net/tls: rename tls_hw_* functions tls_toe_* by Jakub Kicinski · 5 years ago
  25. 08700da net/tls: move TOE-related code to a separate file by Jakub Kicinski · 5 years ago
  26. 16bed0e net/tls: move tls_build_proto() on init path by Jakub Kicinski · 5 years ago
  27. f21912e net/tls: rename tls_device to tls_toe_device by Jakub Kicinski · 5 years ago
  28. 25a3cd81 net/tls: move TOE-related structures to a separate header by Jakub Kicinski · 5 years ago
  29. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  30. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  31. 26811cc net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag by Davide Caratti · 5 years ago
  32. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  33. d85f017 net: tls, fix sk_write_space NULL write when tx disabled by John Fastabend · 5 years ago
  34. 57c722e net/tls: swap sk_write_space on close by Jakub Kicinski · 5 years ago
  35. 5d92e63 net/tls: partially revert fix transition through disconnect with close by Jakub Kicinski · 5 years ago
  36. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 6 years ago
  37. 32857cf net/tls: fix transition through disconnect with close by John Fastabend · 6 years ago
  38. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 6 years ago
  39. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 6 years ago
  40. ac78fc1 net/tls: don't call tls_sk_proto_close for hw record offload by Jakub Kicinski · 6 years ago
  41. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 6 years ago
  42. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
  43. 9354544 net/tls: fix page double free on TX cleanup by Dirk van der Merwe · 6 years ago
  44. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  46. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  47. 903f1a1 net/tls: fix build without CONFIG_TLS_DEVICE by Jakub Kicinski · 6 years ago
  48. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  49. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  50. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  51. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  52. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  53. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  54. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  55. fb99bce net: tls: Support 256 bit keys by Dave Watson · 6 years ago
  56. 76f7164 net/tls: free ctx in sock destruct by Atul Gupta · 6 years ago
  57. 63a6b3f net/tls: build_protos moved to common routine by Atul Gupta · 6 years ago
  58. 339bbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  59. 28cb6f1 bpf: tls_sw, init TLS ULP removes BPF proto hooks by John Fastabend · 6 years ago
  60. c6ec179 net/tls: allocate tls context using GFP_ATOMIC by Ganesh Goudar · 6 years ago
  61. df9d4a1 net/tls: sleeping function from invalid context by Atul Gupta · 6 years ago
  62. 6c0563e net/tls: Init routines in create_ctx by Atul Gupta · 6 years ago
  63. c16ee04 ulp: remove uid and user_visible members by Daniel Borkmann · 6 years ago
  64. 924ad65 tls: replace poll implementation with read hook by John Fastabend · 6 years ago
  65. 9932a29 net/tls: Fixed race condition in async encryption by Vakul Garg · 6 years ago
  66. a42055e net/tls: Add support for async encryption of records for performance by Vakul Garg · 6 years ago
  67. c844eb4 tls: clear key material from kernel memory when do_tls_setsockopt_conf fails by Sabrina Dubroca · 6 years ago
  68. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  69. 67db7cd tls: possible hang when do_tcp_sendpages hits sndbuf is full case by John Fastabend · 6 years ago
  70. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
  71. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 7 years ago
  72. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  73. f6fadff tls: fix NULL pointer dereference on poll by Daniel Borkmann · 7 years ago
  74. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 7 years ago
  76. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 7 years ago
  77. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 7 years ago
  79. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 7 years ago
  80. f66de3e net/tls: Split conf to rx + tx by Boris Pismenny · 7 years ago
  81. dd0bed1 tls: support for Inline tls record by Atul Gupta · 7 years ago
  82. c46234e tls: RX path for ktls by Dave Watson · 7 years ago
  83. 5837158 tls: Refactor variable names by Dave Watson · 7 years ago
  84. dbe4255 tls: Move cipher info to a separate struct by Dave Watson · 7 years ago
  85. c113187 tls: Use correct sk->sk_prot for IPV6 by Boris Pismenny · 7 years ago
  86. c410c19 tls: getsockopt return record sequence number by Boris Pismenny · 7 years ago
  87. 257082e tls: reset the crypto info if copy_from_user fails by Boris Pismenny · 7 years ago
  88. a1dfa68 tls: retrun the correct IV in getsockopt by Boris Pismenny · 7 years ago
  89. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 7 years ago
  90. 6db959c tls: reset crypto_info when do_tls_setsockopt_tx fails by Sabrina Dubroca · 7 years ago
  91. 877d17c tls: return -EBUSY if crypto_info is already set by Sabrina Dubroca · 7 years ago
  92. d91c3e1 net/tls: Only attach to sockets in ESTABLISHED state by Ilya Lesokhin · 7 years ago
  93. ee181e5 tls: don't override sk_write_space if tls_set_sw_offload fails. by Ilya Lesokhin · 7 years ago
  94. 196c31b tls: Avoid copying crypto_info again after cipher_type check. by Ilya Lesokhin · 7 years ago
  95. ff45d82 tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. by Ilya Lesokhin · 7 years ago
  96. 6d88207 tls: Add function to update the TLS socket configuration by Ilya Lesokhin · 7 years ago
  97. 5a3b886 TLS: Fix length check in do_tls_getsockopt_tx() by Matthias Rosenfelder · 8 years ago
  98. ac55cd6 tls: return -EFAULT if copy_to_user() fails by Dan Carpenter · 8 years ago
  99. 3c4d755 tls: kernel TLS support by Dave Watson · 8 years ago