summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* 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: fix replacing proto_opsJakub Kicinski2021-11-251-7/+40
* 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-282-8/+17
|\
| * 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
* | net/tls: getsockopt supports complete algorithm listTianjia Zhang2021-10-251-0/+42
* | net/tls: support SM4 CCM algorithmTianjia Zhang2021-09-281-4/+16
* | net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2021-09-162-0/+80
|/
* 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
|\
| * net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+3