summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-151-1/+2
* net/tls: swap sk_write_space on closeJakub Kicinski2019-08-101-0/+1
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-2/+7
* net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-55/+0Star
* bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-5/+28
* net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+55
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-223-42/+60
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-222-7/+20
* net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0Star
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-223-10/+18
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-091-0/+4
* net/tls: add missing prot info initJakub Kicinski2019-07-091-0/+2
* net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-091-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-093-4/+13
|\
| * net/tls: fix poll ignoring partially copied recordsJakub Kicinski2019-07-071-1/+2
| * net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-022-3/+3
| * net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-021-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-1/+2
|\|
| * net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-1/+0Star
|\|
| * net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend2019-06-121-1/+0Star
* | 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-112-13/+94
* | net/tls: rename handle_device_resync()Jakub Kicinski2019-06-112-2/+3
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-112-7/+13
* | net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski2019-06-111-4/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-8/+18
|\|
| * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-041-6/+21
| * Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-041-10/+5Star
* | net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-061-0/+6
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-042-6/+5Star
* | net/tls: use version from protJakub Kicinski2019-06-041-2/+2
* | net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski2019-06-041-4/+0Star
* | net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski2019-06-041-3/+5
* | net/tls: remove false positive warningJakub Kicinski2019-06-041-2/+4
* | net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski2019-06-041-6/+14
|/
* net/tls: fix no wakeup on partial readsJakub Kicinski2019-05-271-6/+2Star
* net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski2019-05-271-7/+6Star
* net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-05-221-1/+2
* net/tls: fix state removal with feature flags offJakub Kicinski2019-05-221-6/+0Star
* net/tls: avoid NULL-deref on resync during device removalJakub Kicinski2019-05-221-5/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net/tls: handle errors from padding_length()Jakub Kicinski2019-05-101-8/+22
* net/tls: remove set but not used variablesJakub Kicinski2019-05-101-4/+1Star
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-12/+30
|\
| * net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-011-1/+2
| * net/tls: fix copy to fragments in reencryptJakub Kicinski2019-04-281-7/+22
| * net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-04-281-6/+8