aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong1-1/+1
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai1-1/+1
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan1-0/+2
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari1-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko1-1/+1
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny1-0/+51
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-6/+3
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-3/+6
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki1-1/+1
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+19
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-2/+3
2019-12-06net/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-06net/tls: add a TX lockJakub Kicinski1-0/+6
2019-11-06net/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-05net/tls: add TlsDeviceRxResync statisticJakub Kicinski1-0/+1
2019-10-05net/tls: add device decrypted trace pointJakub Kicinski1-0/+5
2019-10-05net/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-08-31net/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
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-2/+7
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-4/+4
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-7/+7
2019-07-08net/tls: add missing prot info initJakub Kicinski1-0/+2
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe1-2/+6
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski1-1/+1
2019-07-01net/tls: reject offload of TLS 1.3Jakub Kicinski1-0/+8
2019-06-11net/tls: add kernel-driven resync mechanism for TXJakub Kicinski1-0/+27
2019-06-11net/tls: generalize the resync callbackJakub Kicinski1-2/+3
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski1-12/+93
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski1-1/+1
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-3/+9
2019-06-11net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski1-4/+3