Series of fixes for sockmap and ktls, see patches for descriptions. v2: fix build issue for CONFIG_TLS_DEVICE and fixup couple comments from Jakub. --- John Fastabend (3): bpf: tls, implement unhash to avoid transition out of ESTABLISHED bpf: sockmap remove duplicate queue free bpf: sockmap fix msg->sg.size account on ingress skb include/net/tls.h | 14 ++++++++++++- net/core/skmsg.c | 1 + net/ipv4/tcp_bpf.c | 2 -- net/tls/tls_main.c | 55 +++++++++++++++++++++++++++++++++++++++------------- net/tls/tls_sw.c | 13 +++++++++--- 5 files changed, 64 insertions(+), 21 deletions(-) -- Signature