aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+18
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski1-1/+1
2019-06-04net/tls: use version from protJakub Kicinski1-2/+2
2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski1-4/+0
2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski1-6/+14
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski1-6/+21
2019-06-04Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski1-10/+5
2019-05-22net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski1-1/+2
2019-05-22net/tls: fix state removal with feature flags offJakub Kicinski1-6/+0
2019-05-22net/tls: avoid NULL-deref on resync during device removalJakub Kicinski1-5/+10
2019-05-09net/tls: remove set but not used variablesJakub Kicinski1-4/+1
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+28
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski1-2/+0
2019-04-20net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski1-0/+7
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg1-3/+0
2019-03-03tls: Fix write space handlingBoris Pismenny1-0/+17
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny1-4/+5
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg1-10/+14
2019-02-01net: tls: Add tls 1.3 supportDave Watson1-2/+3