aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-12-01tls: fix replacing proto_opsJakub Kicinski
2021-12-01tls: splice_read: fix record type checkJakub Kicinski
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-11-02net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-07-14tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-06-10net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-10net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2021-02-23net: fix proc_fs init handling in af_packet and tlsYonatan Linik
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa
2020-08-11net/tls: Fix kmap usageIra Weiny
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon
2020-04-08net/tls: fix const assignment warningArnd Bergmann
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller