aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan1-0/+10
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+1
2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan1-0/+2
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski1-2/+17
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+1
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski1-0/+3
2022-07-08tls: create an internal headerJakub Kicinski1-276/+1
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski1-0/+1
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski1-0/+3
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny1-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-04-10tls: rx: simplify async waitJakub Kicinski1-1/+0
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski1-0/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski1-1/+0
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski1-7/+3
2022-03-09net/tls: Provide {__,}tls_driver_ctx() unconditionallyDimitris Michailidis1-2/+0
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-7/+2
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-1/+1
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang1-0/+2
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-1/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-23net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima1-2/+0
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-0/+9
2021-06-01net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy1-1/+0
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko1-3/+6
2020-11-27net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko1-0/+1
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko1-14/+12
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-0/+6
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-1/+15
2020-10-09net/tls: remove a duplicate function prototypeRandy Dunlap1-4/+0
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King1-1/+1
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny1-1/+37
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-11/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-0/+9
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-1/+11
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-0/+4
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-0/+9
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+1
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski1-1/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-11-06net/tls: add a TX lockJakub Kicinski1-0/+5
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-1/+1
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+2
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-2/+5
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski1-0/+13