summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
AgeCommit message (Expand)AuthorLines
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit-0/+6
2025-10-29net: tls: Change async resync helpers argumentShahar Shitrit-13/+8
2024-12-16tls: block decryption when a rekey is pendingSabrina Dubroca-0/+3
2024-11-06bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang-2/+10
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca-1/+2
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet-1/+1
2024-02-10tls: fix race between async notify and socket closeJakub Kicinski-5/+0
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca-10/+4
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca-1/+2
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca-1/+1
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca-1/+1
2023-08-27tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca-10/+0
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever-4/+0
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski-3/+5
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-05-23tls: Inline do_tcp_sendpages()David Howells-1/+1
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski-0/+1
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever-0/+2
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan-0/+10
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy-1/+1
2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan-0/+2
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski-2/+17
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski-0/+1
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski-0/+3
2022-07-08tls: create an internal headerJakub Kicinski-276/+1
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski-0/+1
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski-0/+3
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-1/+1
2022-04-10tls: rx: simplify async waitJakub Kicinski-1/+0
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski-0/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski-1/+0
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski-7/+3
2022-03-09net/tls: Provide {__,}tls_driver_ctx() unconditionallyDimitris Michailidis-2/+0
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+3
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan-7/+2
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang-1/+1
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang-0/+2
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang-1/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-23net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima-2/+0
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy-0/+9
2021-06-01net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy-1/+0
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko-3/+6
2020-11-27net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko-0/+1
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko-14/+12
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy-0/+6
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan-1/+15