aboutsummaryrefslogtreecommitdiffstats
path: root/net/handshake
AgeCommit message (Expand)AuthorFilesLines
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+8
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-22net/handshake: Fix sock->file allocationChuck Lever1-14/+28
2023-05-22net/handshake: Squelch allocation warning during Kunit testChuck Lever1-1/+1
2023-04-21net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven1-1/+1
2023-04-19net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever7-0/+554
2023-04-19net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever4-2/+421
2023-04-19net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever7-0/+844