linux-stable/net/handshake
Jakub Kicinski 9b66ee06e5 net: ynl: prefix uAPI header include with uapi/
To keep things simple we used to include the uAPI header
in the kernel in the #include <linux/$family.h> format.
This works well enough, most of the genl families should
have headers in include/net/ so linux/$family.h ends up
referring to the uAPI header, anyway. And if it doesn't
no big deal, we'll just include more info than we need.

Unless that is there is a naming conflict. Someone recently
created include/linux/psp.h which will be a problem when
supporting the PSP protocol. (I'm talking about
work-in-progress patches, but it's just a proof that assuming
lack of name conflicts was overly optimistic.)

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-05-26 10:30:14 +01:00
..
.kunitconfig net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
genl.c net: ynl: prefix uAPI header include with uapi/ 2023-05-26 10:30:14 +01:00
genl.h net: ynl: prefix uAPI header include with uapi/ 2023-05-26 10:30:14 +01:00
handshake-test.c net/handshake: Fix sock->file allocation 2023-05-22 19:25:24 -07:00
handshake.h net/handshake: Unpin sock->file if a handshake is cancelled 2023-05-24 22:05:24 -07:00
Makefile net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
netlink.c net/handshake: handshake_genl_notify() shouldn't ignore @flags 2023-05-24 22:05:24 -07:00
request.c net/handshake: Unpin sock->file if a handshake is cancelled 2023-05-24 22:05:24 -07:00
tlshd.c net/handshake: Enable the SNI extension to work properly 2023-05-24 22:05:24 -07:00
trace.c