summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
|/
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-212-5/+6
* net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki2020-03-211-8/+9
* net/tls: Constify base proto ops used for building tls protoJakub Sitnicki2020-03-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-1/+2
|\
| * net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
* | net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-12/+39
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-162-7/+34
| |\
| | * 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