summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* 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: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-052-22/+3
* 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 the full sk_proto pointerJakub Kicinski2019-09-051-17/+10
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+64
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-312-8/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-2/+9
|\
| * 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-091-0/+1
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-61/+119
|\|
| * net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-55/+0
| * 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/+0
| * net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-223-10/+18
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-302-5/+5
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-7/+7
|/
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-081-0/+4
* 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-083-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-012-3/+3
| * net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-011-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-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-171-1/+0
|\|
| * net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend2019-06-121-1/+0
* | 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/+3
* | 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/+5
* | 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/+5
* | 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/+0
* | net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski2019-06-041-3/+5