index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tls.h
Age
Commit message (
Expand
)
Author
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
tls: fix lockless read of strp->msg_ready in ->poll
Sabrina Dubroca
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-02-10
tls: fix race between async notify and socket close
Jakub Kicinski
2023-10-13
tls: use fixed size for tls_offload_context_{tx,rx}.driver_state
Sabrina Dubroca
2023-10-13
tls: store iv directly within cipher_context
Sabrina Dubroca
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
2023-10-13
tls: store rec_seq directly within cipher_context
Sabrina Dubroca
2023-08-27
tls: move tls_cipher_size_desc to net/tls/tls.h
Sabrina Dubroca
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2023-06-15
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-23
tls: Inline do_tcp_sendpages()
David Howells
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
2023-04-27
SUNRPC: Recognize control messages in server-side TCP socket code
Chuck Lever
2022-09-22
net/tls: Describe ciphers sizes by const structs
Tariq Toukan
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
2022-07-28
net/tls: Multi-threaded calls to TX tls_dev_del
Tariq Toukan
2022-07-26
tls: rx: do not use the standard strparser
Jakub Kicinski
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
2022-07-18
tls: rx: allow only one reader at a time
Jakub Kicinski
2022-07-08
tls: create an internal header
Jakub Kicinski
2022-07-08
tls: rx: always allocate max possible aad size for decrypt
Jakub Kicinski
2022-07-06
tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3
Jakub Kicinski
2022-05-19
tls: Add opt-in zerocopy mode of sendfile()
Boris Pismenny
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
2022-04-08
tls: rx: use a define for tag length
Jakub Kicinski
2022-04-08
tls: rx: don't store the decryption status in socket context
Jakub Kicinski
2022-04-08
tls: rx: don't store the record type in socket context
Jakub Kicinski
2022-03-09
net/tls: Provide {__,}tls_driver_ctx() unconditionally
Dimitris Michailidis
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
2021-10-25
net/tls: tls_crypto_context add supported algorithms context
Tianjia Zhang
2021-09-28
net/tls: support SM4 CCM algorithm
Tianjia Zhang
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-23
net/tls: Remove the __TLS_DEC_STATS() macro.
Kuniyuki Iwashima
2021-06-01
net/tls: Fix use-after-free after the TLS device goes down and up
Maxim Mikityanskiy
2021-06-01
net/tls: Replace TLS_RX_SYNC_RUNNING with RCU
Maxim Mikityanskiy
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-27
net/tls: add CHACHA20-POLY1305 specific behavior
Vadim Fedorenko
2020-11-27
net/tls: add CHACHA20-POLY1305 specific defines and structures
Vadim Fedorenko
2020-11-27
net/tls: make inline helpers protocol-aware
Vadim Fedorenko
2020-11-25
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
2020-11-17
net/tls: Fix wrong record sn in async mode of device resync
Tariq Toukan
2020-10-09
net/tls: remove a duplicate function prototype
Randy Dunlap
2020-06-30
net/tls: fix sign extension issue when left shifting u16 value
Colin Ian King
2020-06-27
net/tls: Add asynchronous resync
Boris Pismenny
2020-06-27
Revert "net/tls: Add force_resync for driver resync"
Boris Pismenny
[next]