aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
AgeCommit message (Expand)Author
2024-03-06tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski
2023-08-26net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-26net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan
2023-08-26net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan
2022-08-03net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan
2022-05-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
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
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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: sendfile fails with ktls offloadRohit Maheshwari
2020-08-11net/tls: Fix kmap usageIra Weiny
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
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-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski
2019-10-05net/tls: add TlsDeviceRxResync statisticJakub Kicinski
2019-10-05net/tls: add device decrypted trace pointJakub Kicinski
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski
2019-09-07net/tls: unref frags in orderJakub Kicinski
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski