summaryrefslogtreecommitdiff
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman
2022-01-07net/tls: Fix skb memory leak when running kTLS trafficGal Pressman
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang
2021-11-29net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski
2021-11-25tls: splice_read: fix record type checkJakub Kicinski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-14tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko
2020-05-21net/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-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend
2020-01-10net/tls: fix async operationJakub Kicinski
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-28net/tls: free the record on encryption errorJakub Kicinski
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski