summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* net/tls: add helper for testing if socket is RX offloadedJakub Kicinski2019-12-191-0/+9
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-1/+1
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+2
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+5
|\|
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+5
* | net/tls: store decrypted on a single bitJakub Kicinski2019-10-071-1/+1
* | net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+2
* | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-2/+5
* | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-051-0/+13