summaryrefslogtreecommitdiff
path: root/net/tls/tls_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2024-03-06tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski1-5/+2
2024-03-06tls: rx: don't store the decryption status in socket contextJakub Kicinski1-1/+2
2023-08-26net: tls: avoid discarding data on record closeJakub Kicinski1-31/+33
2023-08-26net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan1-32/+31
2023-08-26net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan1-8/+18
2022-08-03net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy1-1/+6
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan1-3/+5
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan1-2/+2
2022-05-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy1-5/+7
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-06-02net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-5/+47
2021-06-02net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy1-7/+3
2021-04-28net/tls: Remove redundant initialization of recordJiapeng Chong1-1/+1
2021-03-25net/tls: Fix a typo in tls_device.cWang Hai1-1/+1
2021-01-19net/tls: Except bond interface from some TLS checksTariq Toukan1-0/+2
2021-01-19net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2020-12-02net/tls: make sure tls offload sets salt_sizeRohit Maheshwari1-1/+3
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2020-11-28net/tls: make inline helpers protocol-awareVadim Fedorenko1-1/+1
2020-11-26net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-11-18net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-10-10net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-06-28net/tls: Add asynchronous resyncBoris Pismenny1-0/+51
2020-06-28Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-6/+3
2020-05-28net/tls: Add force_resync for driver resyncTariq Toukan1-3/+6
2020-03-22net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki1-1/+1
2020-02-20net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+19
2019-12-20net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-2/+3
2019-12-07net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-4/+4
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+9
2019-11-07net/tls: add a TX lockJakub Kicinski1-0/+6
2019-11-07net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski1-1/+3
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-3/+2
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski1-3/+2
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski1-1/+1
2019-10-06net/tls: add TlsDeviceRxResync statisticJakub Kicinski1-0/+1
2019-10-06net/tls: add device decrypted trace pointJakub Kicinski1-0/+5
2019-10-06net/tls: add tracing for device/offload eventsJakub Kicinski1-2/+28
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski1-5/+28
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski1-20/+47
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski1-8/+13
2019-09-07net/tls: unref frags in orderJakub Kicinski1-6/+3
2019-09-05net/tls: dedup the record cleanupJakub Kicinski1-5/+1
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski1-24/+22
2019-09-05net/tls: don't jump to returnJakub Kicinski1-13/+13
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7