summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
* tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca2023-10-131-10/+4
* tls: store iv directly within cipher_contextSabrina Dubroca2023-10-131-1/+2
* tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-131-1/+1
* tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-131-1/+1
* tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-271-10/+0
* net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-4/+0
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-0/+1
|\
| * tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-191-0/+1
* | tls: Inline do_tcp_sendpages()David Howells2023-05-231-1/+1
|/
* SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-271-0/+2
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-221-0/+10
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+1
* net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-0/+2
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-2/+17
* tls: rx: async: hold onto the input skbJakub Kicinski2022-07-181-0/+1
* tls: rx: allow only one reader at a timeJakub Kicinski2022-07-181-0/+3
* tls: create an internal headerJakub Kicinski2022-07-081-276/+1
* tls: rx: always allocate max possible aad size for decryptJakub Kicinski2022-07-081-0/+1
* tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski2022-07-061-0/+3
* tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-191-0/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
* tls: rx: simplify async waitJakub Kicinski2022-04-101-1/+0
* tls: rx: use a define for tag lengthJakub Kicinski2022-04-081-0/+1
* tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-081-1/+0
* tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-081-7/+3
* net/tls: Provide {__,}tls_driver_ctx() unconditionallyDimitris Michailidis2022-03-091-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-8/+3
|\
| * net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-10-281-7/+2
| * net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-261-1/+1
* | net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang2021-10-251-0/+2
* | net/tls: support SM4 CCM algorithmTianjia Zhang2021-09-281-1/+2
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima2021-06-231-2/+0
* net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-011-0/+9
* net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-011-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-0/+6
|\
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-0/+6
* | net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-3/+6
* | net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko2020-11-271-0/+1
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-14/+12
|/
* net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-1/+15
* net/tls: remove a duplicate function prototypeRandy Dunlap2020-10-091-4/+0
* net/tls: fix sign extension issue when left shifting u16 valueColin Ian King2020-06-301-1/+1
* net/tls: Add asynchronous resyncBoris Pismenny2020-06-271-1/+37
* Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2020-06-271-11/+1
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+4
|\
| * net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-0/+4
* | net/tls: Add force_resync for driver resyncTariq Toukan2020-05-271-1/+11
|/