aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
Commit message (Expand)AuthorAge
* net/tls: add a TX lockJakub Kicinski2019-11-06
* net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-06
* net/tls: align non temporal copy to cache linesJakub Kicinski2019-09-07
* net/tls: remove the record tail optimizationJakub Kicinski2019-09-07
* net/tls: use RCU for the adder to the offload record listJakub Kicinski2019-09-07
* net/tls: unref frags in orderJakub Kicinski2019-09-07
* net/tls: dedup the record cleanupJakub Kicinski2019-09-05
* net/tls: narrow down the critical area of device_offload_lockJakub Kicinski2019-09-05
* net/tls: don't jump to returnJakub Kicinski2019-09-05
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-09-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-19
|\
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-09
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-30
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-22
|/
* net/tls: add missing prot info initJakub Kicinski2019-07-08
* net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
|\
| * net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-01
| * net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-01
* | net/tls: add kernel-driven resync mechanism for TXJakub Kicinski2019-06-11
* | net/tls: generalize the resync callbackJakub Kicinski2019-06-11
* | net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-11
* | net/tls: rename handle_device_resync()Jakub Kicinski2019-06-11
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-11
* | net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski2019-06-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-04
| * Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-04
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-04
* | net/tls: use version from protJakub Kicinski2019-06-04
* | net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski2019-06-04
* | net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski2019-06-04
|/
* net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-05-22
* net/tls: fix state removal with feature flags offJakub Kicinski2019-05-22
* net/tls: avoid NULL-deref on resync during device removalJakub Kicinski2019-05-22
* net/tls: remove set but not used variablesJakub Kicinski2019-05-09
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-02
|\
| * net/tls: fix copy to fragments in reencryptJakub Kicinski2019-04-27
| * net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-04-27
* | net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2019-04-27
* | net/tls: remove old exports of sk_destruct functionsJakub Kicinski2019-04-27
* | net/tls: don't log errors every time offload can't proceedJakub Kicinski2019-04-27
|/
* net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-20
* net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski2019-04-20
* net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-10
* net/tls: fix the IV leaksJakub Kicinski2019-04-10
* net/tls: Inform user space about send buffer availabilityVakul Garg2019-03-13
* tls: Fix write space handlingBoris Pismenny2019-03-04
* tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-04