summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
AgeCommit message (Expand)Author
2020-08-19net/tls: Fix kmap usageIra Weiny
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-04net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski
2019-06-04net/tls: fix state removal with feature flags offJakub Kicinski
2019-05-16net/tls: fix the IV leaksJakub Kicinski
2019-05-05net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-05-05net/tls: don't copy negative amounts of data in reencryptJakub Kicinski
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-05-10tls: Fix tls_device initializationBoris Pismenny
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin