Age | Commit message (Expand) | Author |
2022-08-10 | net/tls: Use RCU API to access tls_ctx->netdev | Maxim Mikityanskiy |
2022-07-28 | net/tls: Multi-threaded calls to TX tls_dev_del | Tariq Toukan |
2022-07-26 | tls: rx: do not use the standard strparser | Jakub Kicinski |
2022-07-18 | tls: rx: async: hold onto the input skb | Jakub Kicinski |
2022-07-18 | tls: rx: allow only one reader at a time | Jakub Kicinski |
2022-07-08 | tls: create an internal header | Jakub Kicinski |
2022-07-08 | tls: rx: always allocate max possible aad size for decrypt | Jakub Kicinski |
2022-07-06 | tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3 | Jakub Kicinski |
2022-05-19 | tls: Add opt-in zerocopy mode of sendfile() | Boris Pismenny |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp |
2022-04-10 | tls: rx: simplify async wait | Jakub Kicinski |
2022-04-08 | tls: rx: use a define for tag length | Jakub Kicinski |
2022-04-08 | tls: rx: don't store the decryption status in socket context | Jakub Kicinski |
2022-04-08 | tls: rx: don't store the record type in socket context | Jakub Kicinski |
2022-03-09 | net/tls: Provide {__,}tls_driver_ctx() unconditionally | Dimitris Michailidis |
2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-28 | net/tls: Fix flipped sign in tls_err_abort() calls | Daniel Jordan |
2021-10-26 | net: Rename ->stream_memory_read to ->sock_is_readable | Cong Wang |
2021-10-25 | net/tls: tls_crypto_context add supported algorithms context | Tianjia Zhang |
2021-09-28 | net/tls: support SM4 CCM algorithm | Tianjia Zhang |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring |
2021-06-23 | net/tls: Remove the __TLS_DEC_STATS() macro. | Kuniyuki Iwashima |
2021-06-01 | net/tls: Fix use-after-free after the TLS device goes down and up | Maxim Mikityanskiy |
2021-06-01 | net/tls: Replace TLS_RX_SYNC_RUNNING with RCU | Maxim Mikityanskiy |
2020-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-27 | net/tls: add CHACHA20-POLY1305 specific behavior | Vadim Fedorenko |
2020-11-27 | net/tls: add CHACHA20-POLY1305 specific defines and structures | Vadim Fedorenko |
2020-11-27 | net/tls: make inline helpers protocol-aware | Vadim Fedorenko |
2020-11-25 | net/tls: Protect from calling tls_dev_del for TLS RX twice | Maxim Mikityanskiy |
2020-11-17 | net/tls: Fix wrong record sn in async mode of device resync | Tariq Toukan |
2020-10-09 | net/tls: remove a duplicate function prototype | Randy Dunlap |
2020-06-30 | net/tls: fix sign extension issue when left shifting u16 value | Colin Ian King |
2020-06-27 | net/tls: Add asynchronous resync | Boris Pismenny |
2020-06-27 | Revert "net/tls: Add force_resync for driver resync" | Boris Pismenny |
2020-06-01 | bpf: Fix running sk_skb program types with ktls | John Fastabend |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-27 | net/tls: Add force_resync for driver resync | Tariq Toukan |
2020-05-25 | net/tls: fix race condition causing kernel panic | Vinay Kumar Yadav |
2019-12-19 | net/tls: add helper for testing if socket is RX offloaded | Jakub Kicinski |
2019-11-28 | net/tls: use sg_next() to walk sg entries | Jakub Kicinski |
2019-11-28 | net/tls: remove the dead inplace_crypto code | Jakub Kicinski |
2019-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2019-11-19 | net/tls: enable sk_msg redirect to tls socket egress | Willem de Bruijn |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-06 | net/tls: add a TX lock | Jakub Kicinski |
2019-10-07 | net/tls: store decrypted on a single bit | Jakub Kicinski |
2019-10-07 | net/tls: store async_capable on a single bit | Jakub Kicinski |
2019-10-07 | net/tls: pass context to tls_device_decrypted() | Jakub Kicinski |
2019-10-05 | net/tls: add skeleton of MIB statistics | Jakub Kicinski |
2019-10-05 | net/tls: add tracing for device/offload events | Jakub Kicinski |