summaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)AuthorLines
2020-12-14net: fix proc_fs init handling in af_packet and tlsYonatan Linik-0/+3
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+10
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko-0/+19
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko-2/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko-14/+13
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy-1/+4
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko-0/+6
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan-10/+27
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+6
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari-5/+6
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+7
2020-09-24net/tls: race causes kernel panicRohit Maheshwari-2/+7
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa-8/+17
2020-08-11net/tls: Fix kmap usageIra Weiny-1/+2
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-14/+63
2020-07-28net: remove sockptr_advanceChristoph Hellwig-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-8/+9
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny-0/+51
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny-6/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend-2/+18
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+27
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan-3/+6
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav-6/+27
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko-2/+4
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko-5/+6
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang-2/+3
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang-0/+2
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon-1/+1
2020-04-08net/tls: fix const assignment warningArnd Bergmann-2/+2
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki-5/+6
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki-8/+9
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki-2/+2
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+2
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki-1/+2
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari-1/+19
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-12/+39
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-7/+34
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend-4/+1
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend-0/+6
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend-0/+20
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend-3/+7
2020-01-10net/tls: fix async operationJakub Kicinski-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski-3/+3