index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tls
/
tls_sw.c
Age
Commit message (
Expand
)
Author
2022-07-06
Revert "tls: rx: move counting TlsDecryptErrors for sync"
Gal Pressman
2022-05-19
net: tls: fix messing up lists when bpf enabled
Jakub Kicinski
2022-04-26
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-13
tls: rx: only copy IV from the packet for TLS 1.2
Jakub Kicinski
2022-04-13
tls: rx: use MAX_IV_SIZE for allocations
Jakub Kicinski
2022-04-13
tls: rx: use async as an in-out argument
Jakub Kicinski
2022-04-13
tls: rx: return the already-copied data on crypto error
Jakub Kicinski
2022-04-13
tls: rx: treat process_rx_list() errors as transient
Jakub Kicinski
2022-04-13
tls: rx: assume crypto always calls our callback
Jakub Kicinski
2022-04-13
tls: rx: don't handle TLS 1.3 in the async crypto callback
Jakub Kicinski
2022-04-13
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
2022-04-13
tls: rx: reuse leave_on_list label for psock
Jakub Kicinski
2022-04-13
tls: rx: consistently use unlocked accessors for rx_list
Jakub Kicinski
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-10
tls: rx: jump out for cases which need to leave skb on list
Jakub Kicinski
2022-04-10
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
2022-04-10
tls: rx: inline consuming the skb at the end of the loop
Jakub Kicinski
2022-04-10
tls: rx: pull most of zc check out of the loop
Jakub Kicinski
2022-04-10
tls: rx: don't track the async count
Jakub Kicinski
2022-04-10
tls: rx: don't handle async in tls_sw_advance_skb()
Jakub Kicinski
2022-04-10
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
2022-04-10
tls: rx: wrap decryption arguments in a structure
Jakub Kicinski
2022-04-10
tls: rx: don't report text length from the bowels of decrypt
Jakub Kicinski
2022-04-10
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
Jakub Kicinski
2022-04-08
tls: hw: rx: use return value of tls_device_decrypted() to carry status
Jakub Kicinski
2022-04-08
tls: rx: refactor decrypt_skb_update()
Jakub Kicinski
2022-04-08
tls: rx: don't issue wake ups when data is decrypted
Jakub Kicinski
2022-04-08
tls: rx: replace 'back' with 'offset'
Jakub Kicinski
2022-04-08
tls: rx: use a define for tag length
Jakub Kicinski
2022-04-08
tls: rx: init decrypted status in tls_read_size()
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-04-08
tls: rx: drop pointless else after goto
Jakub Kicinski
2022-04-08
tls: rx: jump to a more appropriate label
Jakub Kicinski
2022-04-01
net/tls: fix slab-out-of-bounds bug in decrypt_internal
Ziyang Xuan
2022-02-04
tls: cap the output scatter list to something reasonable
Jakub Kicinski
2022-01-17
net/tls: Fix another skb memory leak when running kTLS traffic
Gal Pressman
2022-01-07
net/tls: Fix skb memory leak when running kTLS traffic
Gal Pressman
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-30
net/tls: simplify the tls_set_sw_offload function
Tianjia Zhang
2021-11-29
net/tls: Fix authentication failure in CCM mode
Tianjia Zhang
2021-11-25
tls: splice_read: fix accessing pre-processed records
Jakub Kicinski
2021-11-25
tls: splice_read: fix record type check
Jakub Kicinski
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 async_wait.err assignment
Daniel Jordan
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-09-28
net/tls: support SM4 CCM algorithm
Tianjia Zhang
[next]