index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls_device_fallback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/tls: use the new scatterwalk functions
Eric Biggers
2025-03-02
1
-25
/
+6
*
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
2024-05-03
1
-1
/
+1
*
net: mirror skb frag ref/unref helpers
Mina Almasry
2024-04-12
1
-1
/
+1
*
net: move skb ref helpers to new header
Mina Almasry
2024-04-12
1
-0
/
+1
*
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
2023-10-13
1
-1
/
+1
*
tls: drop unnecessary cipher_type checks in tls offload
Sabrina Dubroca
2023-10-13
1
-14
/
+3
*
tls: get salt using crypto_info_salt in tls_enc_skb
Sabrina Dubroca
2023-10-13
1
-3
/
+1
*
tls: expand use of tls_cipher_desc in tls_sw_fallback_init
Sabrina Dubroca
2023-08-28
1
-14
/
+6
*
tls: allocate the fallback aead after checking that the cipher is valid
Sabrina Dubroca
2023-08-28
1
-10
/
+10
*
tls: rename tls_cipher_size_desc to tls_cipher_desc
Sabrina Dubroca
2023-08-28
1
-21
/
+21
*
tls: reduce size of tls_cipher_size_desc
Sabrina Dubroca
2023-08-28
1
-4
/
+4
*
net/tls: fix comment typo
Yueh-Shun Li
2023-06-23
1
-1
/
+1
*
net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()
Yu Liao
2022-11-12
1
-2
/
+3
*
net/tls: Support 256 bit keys with TX device offload
Gal Pressman
2022-09-23
1
-0
/
+7
*
net/tls: Use cipher sizes structs
Gal Pressman
2022-09-23
1
-25
/
+47
*
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
2022-08-11
1
-1
/
+2
*
tls: create an internal header
Jakub Kicinski
2022-07-09
1
-0
/
+2
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-3
/
+3
*
net/tls: Fix use-after-free after the TLS device goes down and up
Maxim Mikityanskiy
2021-06-01
1
-0
/
+7
*
net/tls: Except bond interface from some TLS checks
Tariq Toukan
2021-01-19
1
-1
/
+1
*
net/tls: make inline helpers protocol-aware
Vadim Fedorenko
2020-11-27
1
-6
/
+7
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
net/tls: fix socket wmem accounting on fallback with netem
Jakub Kicinski
2019-07-09
1
-0
/
+4
*
net/tls: export TLS per skb encryption
Dirk van der Merwe
2019-06-06
1
-0
/
+6
*
net/tls: remove false positive warning
Jakub Kicinski
2019-06-04
1
-2
/
+4
*
net/tls: avoid NULL pointer deref on nskb->sk in fallback
Jakub Kicinski
2019-05-01
1
-1
/
+2
*
net/tls: fix refcount adjustment in fallback
Jakub Kicinski
2019-04-18
1
-3
/
+10
*
net: tls: Add tls 1.3 support
Dave Watson
2019-02-01
1
-1
/
+2
*
tls: zero the crypto information from tls_context before freeing
Sabrina Dubroca
2018-09-13
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-15
1
-1
/
+1
|
\
|
*
crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()
Eric Biggers
2018-08-03
1
-1
/
+1
*
|
tls: Add rx inline crypto offload
Boris Pismenny
2018-07-16
1
-0
/
+1
*
|
tls: Refactor tls_offload variable names
Boris Pismenny
2018-07-16
1
-4
/
+4
|
/
*
net/tls: Add generic NIC offload infrastructure
Ilya Lesokhin
2018-05-01
1
-0
/
+450