summaryrefslogtreecommitdiff
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* tls: rx: refactor decrypt_skb_update()Jakub Kicinski2022-04-081-33/+33
* tls: rx: don't issue wake ups when data is decryptedJakub Kicinski2022-04-081-2/+0
* tls: rx: replace 'back' with 'offset'Jakub Kicinski2022-04-081-5/+4
* tls: rx: use a define for tag lengthJakub Kicinski2022-04-081-2/+2
* tls: rx: init decrypted status in tls_read_size()Jakub Kicinski2022-04-081-4/+1
* tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-081-4/+6
* tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-081-21/+17
* tls: rx: drop pointless else after gotoJakub Kicinski2022-04-081-2/+1
* tls: rx: jump to a more appropriate labelJakub Kicinski2022-04-081-3/+4
* net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan2022-04-011-1/+1
* tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-1/+2
* net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
* net/tls: Fix skb memory leak when running kTLS trafficGal Pressman2022-01-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-2/+2
|\
| * net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-11-291-2/+2
* | net/tls: simplify the tls_set_sw_offload functionTianjia Zhang2021-11-301-19/+17
|/
* tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-11-251-8/+25
* tls: splice_read: fix record type checkJakub Kicinski2021-11-251-13/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-6/+15
|\
| * net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan2021-10-281-1/+1
| * net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-10-281-4/+13
| * net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-261-1/+1
* | net/tls: support SM4 CCM algorithmTianjia Zhang2021-09-281-4/+16
* | net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2021-09-161-0/+34
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski2021-06-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-5/+6
|\ \ | |/
| * tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-05-141-5/+6
* | tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma2021-05-121-2/+1
|/
* skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-0/+6
|\
| * net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-271-0/+16
* | net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-2/+4
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-7/+5
|/
* net/tls: fix corrupted data in recvmsgVadim Fedorenko2020-11-161-1/+1
* net/tls: race causes kernel panicRohit Maheshwari2020-09-241-2/+7
* net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski2020-08-071-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-2/+18
* net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-6/+27
* net/tls: free record only on encryption errorVadim Fedorenko2020-05-211-2/+4
* net/tls: fix encryption error checkingVadim Fedorenko2020-05-211-5/+6
* net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang2020-04-271-2/+3
* net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang2020-04-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-161-4/+27
|\
| * bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-151-4/+1
| * bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend2020-01-151-0/+6
| * bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend2020-01-151-0/+20
* | net/tls: fix async operationJakub Kicinski2020-01-101-2/+2