aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls
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: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub 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 the full sk_proto pointerJakub Kicinski2019-09-05
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-09-01
* 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, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-15
| * net/tls: swap sk_write_space on closeJakub Kicinski2019-08-09
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-06
|\|
| * net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-05
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-22
| * net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-22
| * net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-22
| * net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-22
| * net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-22
| * net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-22
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-30
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-22
|/
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-08
* 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: fix poll ignoring partially copied recordsJakub Kicinski2019-07-07
| * net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-01
| * net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-28
|\|
| * net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\|
| * net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend2019-06-12
* | 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: export TLS per skb encryptionDirk van der Merwe2019-06-06
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-04
* | net/tls: use version from protJakub Kicinski2019-06-04