summaryrefslogtreecommitdiff
path: root/include/net/tls.h
AgeCommit message (Expand)Author
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-23net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-01net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-27net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-10-09net/tls: remove a duplicate function prototypeRandy Dunlap
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller