summaryrefslogtreecommitdiffstats
path: root/net/handshake
AgeCommit message (Expand)AuthorLines
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+0
2023-06-14net/handshake: remove fput() that causes use-after-freeLin Ma-5/+0
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski-2/+2
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever-0/+8
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever-0/+5
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever-1/+1
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever-1/+1
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever-2/+3
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever-3/+0
2023-05-22net/handshake: Fix sock->file allocationChuck Lever-14/+28
2023-05-22net/handshake: Squelch allocation warning during Kunit testChuck Lever-1/+1
2023-04-21net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven-1/+1
2023-04-19net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever-0/+554
2023-04-19net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever-2/+421
2023-04-19net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever-0/+844