summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2020-06-08net/tls: fix race condition causing kernel panicVinay Kumar Yadav
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-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-07-28net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
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-09net/tls: handle errors from padding_length()Jakub 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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
2019-03-03tls: Fix tls_device receiveBoris Pismenny
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha
2019-03-03tls: Fix write space handlingBoris Pismenny
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Refactor control message handling on recvDave Watson
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg