Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28net/tls: Add force_resync for driver resyncTariq Toukan
2020-05-26net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-22net/tls: free record only on encryption errorVadim Fedorenko
2020-05-22net/tls: fix encryption error checkingVadim Fedorenko
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon
2020-04-09net/tls: fix const assignment warningArnd Bergmann
2020-03-22net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-22net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-22net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-22net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-02-20net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-16bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-01-16bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend
2020-01-16bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend
2020-01-16bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-10net/tls: fix async operationJakub Kicinski
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski
2019-12-20net/tls: add helper for testing if socket is RX offloadedJakub Kicinski
2019-12-07net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-29net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-29net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-29net/tls: free the record on encryption errorJakub Kicinski
2019-11-29net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-20net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-15net/tls: Fix unused function warningYueHaibing
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net/tls: add a TX lockJakub Kicinski
2019-11-07net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski
2019-10-06net/tls: add TlsDeviceRxResync statisticJakub Kicinski
2019-10-06net/tls: add TlsDecryptError statJakub Kicinski
2019-10-06net/tls: add statistics for installed sessionsJakub Kicinski
2019-10-06net/tls: add skeleton of MIB statisticsJakub Kicinski
2019-10-06net/tls: add device decrypted trace pointJakub Kicinski
2019-10-06net/tls: add tracing for device/offload eventsJakub Kicinski
2019-10-05net/tls: allow compiling TLS TOE outJakub Kicinski