index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls.h
Age
Commit message (
Expand
)
Author
2023-10-23
tls: don't reset prot->aad_size and prot->tail_size for TLS_HW
Sabrina Dubroca
2023-10-13
tls: remove tls_context argument from tls_set_device_offload
Sabrina Dubroca
2023-10-13
tls: remove tls_context argument from tls_set_sw_offload
Sabrina Dubroca
2023-10-13
tls: also use init_prot_info in tls_set_device_offload
Sabrina Dubroca
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
2023-08-27
tls: extend tls_cipher_desc to fully describe the ciphers
Sabrina Dubroca
2023-08-27
tls: rename tls_cipher_size_desc to tls_cipher_desc
Sabrina Dubroca
2023-08-27
tls: reduce size of tls_cipher_size_desc
Sabrina Dubroca
2023-08-27
tls: move tls_cipher_size_desc to net/tls/tls.h
Sabrina Dubroca
2023-08-07
net/tls: Remove unused function declarations
Yue Haibing
2023-07-28
Merge branch 'in-kernel-support-for-the-tls-alert-protocol'
Jakub Kicinski
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2023-07-27
net/tls: implement ->read_sock()
Hannes Reinecke
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-08
tls/device: Use splice_eof() to flush
David Howells
2023-06-08
tls/sw: Use splice_eof() to flush
David Howells
2023-05-19
tls: rx: strp: preserve decryption status of skbs when needed
Jakub Kicinski
2023-02-13
tls: Only use data field in crypto completion function
Herbert Xu
2022-07-26
tls: rx: do not use the standard strparser
Jakub Kicinski
2022-07-26
tls: rx: device: add input CoW helper
Jakub Kicinski
2022-07-26
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
2022-07-26
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
2022-07-18
tls: rx: decrypt into a fresh skb
Jakub Kicinski
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
2022-07-18
tls: rx: read the input skb from ctx->recv_pkt
Jakub Kicinski
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-08
tls: create an internal header
Jakub Kicinski