1. db094aa net/tls: Fix another skb memory leak when running kTLS traffic by Gal Pressman · 3 years ago
  2. ffef737 net/tls: Fix skb memory leak when running kTLS traffic by Gal Pressman · 3 years ago
  3. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  4. dc2724a net/tls: simplify the tls_set_sw_offload function by Tianjia Zhang · 3 years, 1 month ago
  5. 5961060 net/tls: Fix authentication failure in CCM mode by Tianjia Zhang · 3 years, 1 month ago
  6. e062fe9 tls: splice_read: fix accessing pre-processed records by Jakub Kicinski · 3 years, 1 month ago
  7. 520493f tls: splice_read: fix record type check by Jakub Kicinski · 3 years, 1 month ago
  8. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  9. 1d9d6fd net/tls: Fix flipped sign in async_wait.err assignment by Daniel Jordan · 3 years, 2 months ago
  10. da353fac net/tls: Fix flipped sign in tls_err_abort() calls by Daniel Jordan · 3 years, 2 months ago
  11. 7b50ecf net: Rename ->stream_memory_read to ->sock_is_readable by Cong Wang · 3 years, 3 months ago
  12. 128cfb8 net/tls: support SM4 CCM algorithm by Tianjia Zhang · 3 years, 3 months ago
  13. 227b964 net/tls: support SM4 GCM/CCM algorithm by Tianjia Zhang · 3 years, 3 months ago
  14. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  15. d452d48 tls: prevent oversized sendfile() hangs by ignoring MSG_MORE by Jakub Kicinski · 3 years, 6 months ago
  16. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  17. 974271e tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT by Jim Ma · 3 years, 8 months ago
  18. d8654f4 tls splice: remove inappropriate flags checking for MSG_PEEK by Jim Ma · 3 years, 8 months ago
  19. 2bc793e skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() by Cong Wang · 3 years, 9 months ago
  20. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  21. 74ea610 net/tls: add CHACHA20-POLY1305 configuration by Vadim Fedorenko · 4 years, 1 month ago
  22. a6acbe6 net/tls: add CHACHA20-POLY1305 specific behavior by Vadim Fedorenko · 4 years, 1 month ago
  23. 6942a28 net/tls: make inline helpers protocol-aware by Vadim Fedorenko · 4 years, 1 month ago
  24. 20ffc7a net/tls: missing received data after fast remote close by Vadim Fedorenko · 4 years, 1 month ago
  25. 3fe16ed net/tls: fix corrupted data in recvmsg by Vadim Fedorenko · 4 years, 1 month ago
  26. 38f7e1c net/tls: race causes kernel panic by Rohit Maheshwari · 4 years, 3 months ago
  27. 1c3b63f net/tls: allow MSG_CMSG_COMPAT in sendmsg by Rouven Czerwinski · 4 years, 5 months ago
  28. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  29. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 7 months ago
  30. 0cada33 net/tls: fix race condition causing kernel panic by Vinay Kumar Yadav · 4 years, 7 months ago
  31. 635d939 net/tls: free record only on encryption error by Vadim Fedorenko · 4 years, 7 months ago
  32. a7bff11 net/tls: fix encryption error checking by Vadim Fedorenko · 4 years, 7 months ago
  33. 62b4011 net/tls: Fix sk_psock refcnt leak when in tls_data_ready() by Xiyu Yang · 4 years, 8 months ago
  34. 095f561 net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict() by Xiyu Yang · 4 years, 8 months ago
  35. 3981f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  36. 7361d44 bpf: Sockmap/tls, fix pop data with SK_DROP return code by John Fastabend · 5 years ago
  37. 9aaaa56 bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining by John Fastabend · 5 years ago
  38. d468e47 bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf by John Fastabend · 5 years ago
  39. db885e6 net/tls: fix async operation by Jakub Kicinski · 5 years ago
  40. 5c5d22a net/tls: avoid spurious decryption error with HW resync by Jakub Kicinski · 5 years ago
  41. 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  42. c5daa6c net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  43. 9e5ffed net/tls: remove the dead inplace_crypto code by Jakub Kicinski · 5 years ago
  44. d10523d net/tls: free the record on encryption error by Jakub Kicinski · 5 years ago
  45. c329ef9 net/tls: take into account that bpf_exec_tx_verdict() may free the record by Jakub Kicinski · 5 years ago
  46. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  47. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  48. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  49. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  50. 02b1fa0 net/tls: don't pay attention to sk_write_pending when pushing partial records by Jakub Kicinski · 5 years ago
  51. bc76e5b net/tls: store decrypted on a single bit by Jakub Kicinski · 5 years ago
  52. 5c5458e net/tls: store async_capable on a single bit by Jakub Kicinski · 5 years ago
  53. 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
  54. 5c5ec66 net/tls: add TlsDecryptError stat by Jakub Kicinski · 5 years ago
  55. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  56. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 5 years ago
  57. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 5 years ago
  58. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 5 years ago
  59. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  60. 13aecb1 net/tls: fix poll ignoring partially copied records by Jakub Kicinski · 5 years ago
  61. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  62. 648ee6c net: tls, correctly account for copied bytes with multiple sk_msgs by John Fastabend · 6 years ago
  63. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  64. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  65. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
  66. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  67. b9d8fec net/tls: don't look for decrypted frames on non-offloaded sockets by Jakub Kicinski · 6 years ago
  68. 04b25a5 net/tls: fix no wakeup on partial reads by Jakub Kicinski · 6 years ago
  69. 46a1695 net/tls: fix lowat calculation if some data came from previous record by Jakub Kicinski · 6 years ago
  70. b53f497 net/tls: handle errors from padding_length() by Jakub Kicinski · 6 years ago
  71. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  72. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  73. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  75. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. c43ac97 net: tls: prevent false connection termination with offload by Jakub Kicinski · 6 years ago
  77. a88c26f net/tls: Replace kfree_skb() with consume_skb() by Vakul Garg · 6 years ago
  78. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  79. d069b78 tls: Fix tls_device receive by Boris Pismenny · 6 years ago
  80. 7754bd6 tls: Fix mixing between async capable and async by Eran Ben Elisha · 6 years ago
  81. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  82. 2b794c4 tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg by Vakul Garg · 6 years ago
  83. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  84. c0ab473 net/tls: Do not use async crypto for non-data records by Vakul Garg · 6 years ago
  85. 8497ded net/tls: Disable async decrytion for tls1.3 by Vakul Garg · 6 years ago
  86. 5b053e1 net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESS by Dave Watson · 6 years ago
  87. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  88. fedf201 net: tls: Refactor control message handling on recv by Dave Watson · 6 years ago
  89. a2ef9b6 net: tls: Refactor tls aad space size calculation by Dave Watson · 6 years ago
  90. fb99bce net: tls: Support 256 bit keys by Dave Watson · 6 years ago
  91. eaf2a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  92. 1023121 net: tls: Fix deadlock in free_resources tx by Dave Watson · 6 years ago
  93. 32eb67b net: tls: Save iv in tls_rec for async crypto requests by Dave Watson · 6 years ago
  94. 692d7b5 tls: Fix recvmsg() to be able to peek across multiple records by Vakul Garg · 6 years ago
  95. 01cb8a1 net/tls: Make function tls_sw_do_sendpage static by YueHaibing · 6 years ago
  96. f3de19a net/tls: remove unused function tls_sw_sendpage_locked by YueHaibing · 6 years ago
  97. ce28bb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  98. 65a10e2 tls: Do not call sk_memcopy_from_iter with zero length by Vakul Garg · 6 years ago
  99. 0608c69 bpf: sk_msg, sock{map|hash} redirect through ULP by John Fastabend · 6 years ago
  100. 7246d8e bpf: helper to pop data from messages by John Fastabend · 6 years ago