[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220408033823.965896-1-kuba@kernel.org>
Date: Thu, 7 Apr 2022 20:38:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net, pabeni@...hat.com
Cc: netdev@...r.kernel.org, borisp@...dia.com,
john.fastabend@...il.com, daniel@...earbox.net,
vfedorenko@...ek.ru, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 00/10] tls: rx: random refactoring part 1
TLS Rx refactoring. Part 1 of 3. A couple of features to follow.
Jakub Kicinski (10):
tls: rx: jump to a more appropriate label
tls: rx: drop pointless else after goto
tls: rx: don't store the record type in socket context
tls: rx: don't store the decryption status in socket context
tls: rx: init decrypted status in tls_read_size()
tls: rx: use a define for tag length
tls: rx: replace 'back' with 'offset'
tls: rx: don't issue wake ups when data is decrypted
tls: rx: refactor decrypt_skb_update()
tls: hw: rx: use return value of tls_device_decrypted() to carry
status
include/net/strparser.h | 4 ++
include/net/tls.h | 12 ++--
net/tls/tls_device.c | 6 +-
net/tls/tls_sw.c | 129 +++++++++++++++++++---------------------
4 files changed, 70 insertions(+), 81 deletions(-)
--
2.34.1
Powered by blists - more mailing lists