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