summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
* net/tls: Fix a typo in tls_device.cWang Hai2021-03-241-1/+1
* net/tls: Except bond interface from some TLS checksTariq Toukan2021-01-181-0/+2
* net/tls: Device offload to use lowest netdevice in chainTariq Toukan2021-01-181-1/+1
* net/tls: make sure tls offload sets salt_sizeRohit Maheshwari2020-12-011-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-1/+4
|\
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-1/+4
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-1/+1
|/
* net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-10/+27
* net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-091-5/+6
* net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
* net/tls: Add asynchronous resyncBoris Pismenny2020-06-271-0/+51
* Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2020-06-271-6/+3
* net/tls: Add force_resync for driver resyncTariq Toukan2020-05-271-3/+6
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-211-1/+1
* net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
* net/tls: add helper for testing if socket is RX offloadedJakub Kicinski2019-12-191-2/+3
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+9
|\
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+6
| * net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-061-1/+3
* | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-3/+2
* | net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* | net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* | net/tls: add TlsDeviceRxResync statisticJakub Kicinski2019-10-051-0/+1
* | net/tls: add device decrypted trace pointJakub Kicinski2019-10-051-0/+5
* | net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-051-2/+28
|/
* net/tls: align non temporal copy to cache linesJakub Kicinski2019-09-071-5/+28
* net/tls: remove the record tail optimizationJakub Kicinski2019-09-071-20/+47
* net/tls: use RCU for the adder to the offload record listJakub Kicinski2019-09-071-8/+13
* net/tls: unref frags in orderJakub Kicinski2019-09-071-6/+3
* net/tls: dedup the record cleanupJakub Kicinski2019-09-051-5/+1
* net/tls: narrow down the critical area of device_offload_lockJakub Kicinski2019-09-051-24/+22
* net/tls: don't jump to returnJakub Kicinski2019-09-051-13/+13
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-2/+7
|\
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-2/+7
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-4/+4
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-7/+7
|/
* net/tls: add missing prot info initJakub Kicinski2019-07-081-0/+2
* net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-081-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+9
|\
| * net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-011-1/+1
| * net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-011-0/+8
* | net/tls: add kernel-driven resync mechanism for TXJakub Kicinski2019-06-111-0/+27
* | net/tls: generalize the resync callbackJakub Kicinski2019-06-111-2/+3
* | net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-111-12/+93
* | net/tls: rename handle_device_resync()Jakub Kicinski2019-06-111-1/+1
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-111-3/+9
* | net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski2019-06-111-4/+3