summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-08-031-1/+6
* net/tls: Fix race in TLS device down flowTariq Toukan2022-07-291-3/+5
* net/tls: Check for errors in tls_device_initTariq Toukan2022-07-212-3/+8
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-291-0/+2
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-291-3/+0
* net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-291-0/+3
* tls: Fix context leak on tls_device_downMaxim Mikityanskiy2022-05-181-0/+3
* tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-05-091-5/+7
* net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan2022-04-131-1/+1
* net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-12-081-2/+2
* tls: fix replacing proto_opsJakub Kicinski2021-12-011-7/+40
* tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-12-011-8/+25
* tls: splice_read: fix record type checkJakub Kicinski2021-12-011-13/+10
* 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-262-3/+3
* 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
* | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-073-11/+57
|\|
| * net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-013-5/+55
| * net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-011-7/+3
* | 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
|/
* net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
* skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-2/+2
* net/tls: Fix a typo in tls_device.cWang Hai2021-03-241-1/+1
* net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan2021-02-111-0/+1
* net/tls: Except bond interface from some TLS checksTariq Toukan2021-01-182-1/+3
* net/tls: Device offload to use lowest netdevice in chainTariq Toukan2021-01-181-1/+1
* net: fix proc_fs init handling in af_packet and tlsYonatan Linik2020-12-141-0/+3
* net/tls: make sure tls offload sets salt_sizeRohit Maheshwari2020-12-011-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-1/+10
|\
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-1/+4
| * net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-272-0/+19
* | net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-2/+4
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-273-14/+13
|/
* net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-10/+27
* net/tls: fix corrupted data in recvmsgVadim Fedorenko2020-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-5/+6
|\
| * net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-091-5/+6
* | net/tls: use semicolons rather than commas to separate statementsJulia Lawall2020-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+7
|\|
| * net/tls: race causes kernel panicRohit Maheshwari2020-09-241-2/+7
* | net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa2020-09-011-8/+17
|/
* net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
* net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski2020-08-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-14/+63
|\