summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+9
| * net/tls: Add asynchronous resyncBoris Pismenny2020-06-271-0/+51
| * Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2020-06-271-6/+3
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\
| * net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-2/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-6/+27
|\ \
| * | net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-6/+27
* | | net/tls: Add force_resync for driver resyncTariq Toukan2020-05-271-3/+6
|/ /
* | 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