aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa1-8/+17
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-14/+63
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+9
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny1-0/+51
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-6/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-2/+18
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+27
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan1-3/+6
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-6/+27
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang1-2/+3
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang1-0/+2
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon1-1/+1
2020-04-08net/tls: fix const assignment warningArnd Bergmann1-2/+2
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2-5/+6
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki1-8/+9
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki1-2/+2
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+2
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-1/+2
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+19
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-12/+39
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-7/+34
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend1-4/+1
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-3/+7
2020-01-10net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski1-3/+3
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-2/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic3-10/+10
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski2-12/+4
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski1-5/+1
2019-11-28net/tls: free the record on encryption errorJakub Kicinski1-2/+8
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski1-5/+8
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+12
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2-0/+12
2019-11-15net/tls: Fix unused function warningYueHaibing1-0/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-21/+21
2019-11-06net/tls: add a TX lockJakub Kicinski3-14/+15
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2-7/+6
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-3/+3
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+3
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski2-4/+3