summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2020-06-04net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-06-04net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-06-01net/tls: free record only on encryption errorVadim Fedorenko
2020-06-01net/tls: fix encryption error checkingVadim Fedorenko
2020-05-15net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-04-12bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-04-12bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend
2020-04-12bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend
2020-04-12net/tls: fix async operationJakub Kicinski
2020-01-31net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski
2020-01-19net/tls: free the record on encryption errorJakub Kicinski
2020-01-19net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2020-01-09net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-12-29net/tls: add a TX lockJakub Kicinski
2019-12-29net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-28net/tls: reject offload of TLS 1.3Jakub Kicinski
2019-07-28net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-04Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski
2019-05-22net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski
2019-05-22net/tls: fix state removal with feature flags offJakub Kicinski
2019-05-22net/tls: avoid NULL-deref on resync during device removalJakub Kicinski
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski
2019-05-09net/tls: remove set but not used variablesJakub Kicinski
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-04-20net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski
2019-04-18net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-10net/tls: fix the IV leaksJakub Kicinski
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller