Age | Commit message (Expand) | Author |
2023-10-23 | tls: don't reset prot->aad_size and prot->tail_size for TLS_HW | Sabrina Dubroca |
2023-10-13 | tls: remove tls_context argument from tls_set_device_offload | Sabrina Dubroca |
2023-10-13 | tls: remove tls_context argument from tls_set_sw_offload | Sabrina Dubroca |
2023-10-13 | tls: also use init_prot_info in tls_set_device_offload | Sabrina Dubroca |
2023-10-13 | tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE | Sabrina Dubroca |
2023-08-27 | tls: extend tls_cipher_desc to fully describe the ciphers | Sabrina Dubroca |
2023-08-27 | tls: rename tls_cipher_size_desc to tls_cipher_desc | Sabrina Dubroca |
2023-08-27 | tls: reduce size of tls_cipher_size_desc | Sabrina Dubroca |
2023-08-27 | tls: move tls_cipher_size_desc to net/tls/tls.h | Sabrina Dubroca |
2023-08-07 | net/tls: Remove unused function declarations | Yue Haibing |
2023-07-28 | Merge branch 'in-kernel-support-for-the-tls-alert-protocol' | Jakub Kicinski |
2023-07-28 | net/tls: Move TLS protocol elements to a separate header | Chuck Lever |
2023-07-27 | net/tls: implement ->read_sock() | Hannes Reinecke |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-08 | tls/device: Use splice_eof() to flush | David Howells |
2023-06-08 | tls/sw: Use splice_eof() to flush | David Howells |
2023-05-19 | tls: rx: strp: preserve decryption status of skbs when needed | Jakub Kicinski |
2023-02-13 | tls: Only use data field in crypto completion function | Herbert Xu |
2022-07-26 | tls: rx: do not use the standard strparser | Jakub Kicinski |
2022-07-26 | tls: rx: device: add input CoW helper | Jakub Kicinski |
2022-07-26 | tls: rx: device: keep the zero copy status with offload | Jakub Kicinski |
2022-07-26 | tls: rx: wrap recv_pkt accesses in helpers | Jakub Kicinski |
2022-07-18 | tls: rx: decrypt into a fresh skb | Jakub Kicinski |
2022-07-18 | tls: rx: async: hold onto the input skb | Jakub Kicinski |
2022-07-18 | tls: rx: read the input skb from ctx->recv_pkt | Jakub Kicinski |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-08 | tls: create an internal header | Jakub Kicinski |