summaryrefslogtreecommitdiffstats
path: root/net/handshake
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-25/+5
|\
| * net/handshake: fix file ref count in handshake_nl_accept_doit()Moritz Wanzenböck2023-10-231-25/+5
* | handshake: Fix sign of key_serial_t fieldsChuck Lever2023-10-021-2/+2
* | handshake: Fix sign of socket file descriptor fieldsChuck Lever2023-10-023-3/+3
|/
* net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan2023-09-201-7/+7
* net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet2023-09-011-12/+6
* net/handshake: Trace events for TLS Alert helpersChuck Lever2023-07-282-0/+9
* net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever2023-07-281-0/+42
* net/handshake: Add API for sending TLS Closure alertsChuck Lever2023-07-284-1/+91
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-152-5/+0
|\
| * net/handshake: remove fput() that causes use-after-freeLin Ma2023-06-142-5/+0
* | net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2023-05-262-2/+2
|/
* net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-241-0/+8
* net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-242-0/+5
* net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-241-1/+1
* net/handshake: Fix uninitialized local variableChuck Lever2023-05-241-1/+1
* net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-241-2/+3
* net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-241-3/+0
* net/handshake: Fix sock->file allocationChuck Lever2023-05-221-14/+28
* net/handshake: Squelch allocation warning during Kunit testChuck Lever2023-05-221-1/+1
* net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven2023-04-211-1/+1
* net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever2023-04-197-0/+554
* net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever2023-04-194-2/+421
* net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever2023-04-197-0/+844