linux/drivers/net/ovpn
Asbjørn Sloth Tønnesen 68e83f3472 tools: ynl-gen: add regeneration comment
Add a comment on regeneration to the generated files.

The comment is placed after the YNL-GEN line[1], as to not interfere
with ynl-regen.sh's detection logic.

[1] and after the optional YNL-ARG line.

Link: https://lore.kernel.org/r/aR5m174O7pklKrMR@zx2c4.com/
Suggested-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20251120174429.390574-3-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-25 19:20:42 -08:00
..
Makefile ovpn: implement TCP transport 2025-04-17 12:30:03 +02:00
bind.c ovpn: implement packet processing 2025-04-17 12:30:02 +02:00
bind.h ovpn: introduce the ovpn_peer object 2025-04-17 12:30:02 +02:00
crypto.c ovpn: kill key and notify userspace in case of IV exhaustion 2025-04-17 12:30:03 +02:00
crypto.h ovpn: kill key and notify userspace in case of IV exhaustion 2025-04-17 12:30:03 +02:00
crypto_aead.c ovpn: fix check for skb_to_sgvec_nomark() return value 2025-05-15 13:09:36 +02:00
crypto_aead.h ovpn: implement key add/get/del/swap via netlink 2025-04-17 12:30:03 +02:00
io.c ovpn: reset GSO metadata after decapsulation 2025-07-16 11:53:19 +02:00
io.h ovpn: implement keepalive mechanism 2025-04-17 12:30:03 +02:00
main.c ovpn: don't drop skb's dst when xmitting packet 2025-05-15 13:09:36 +02:00
main.h
netlink-gen.c tools: ynl-gen: add regeneration comment 2025-11-25 19:20:42 -08:00
netlink-gen.h tools: ynl-gen: add regeneration comment 2025-11-25 19:20:42 -08:00
netlink.c ovpn: reject unexpected netlink attributes 2025-07-16 11:51:30 +02:00
netlink.h ovpn: notify userspace when a peer is deleted 2025-04-17 12:30:03 +02:00
ovpnpriv.h ovpn: implement keepalive mechanism 2025-04-17 12:30:03 +02:00
peer.c ovpn: ensure sk is still valid during cleanup 2025-06-03 13:08:15 +02:00
peer.h ovpn: implement peer add/get/dump/delete via netlink 2025-04-17 12:30:03 +02:00
pktid.c ovpn: implement packet processing 2025-04-17 12:30:02 +02:00
pktid.h ovpn: implement packet processing 2025-04-17 12:30:02 +02:00
proto.h ovpn: implement packet processing 2025-04-17 12:30:02 +02:00
skb.h ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg 2025-04-17 12:30:03 +02:00
socket.c ovpn: ensure sk is still valid during cleanup 2025-06-03 13:08:15 +02:00
socket.h ovpn: ensure sk is still valid during cleanup 2025-06-03 13:08:15 +02:00
stats.c ovpn: store tunnel and transport statistics 2025-04-17 12:30:02 +02:00
stats.h ovpn: store tunnel and transport statistics 2025-04-17 12:30:02 +02:00
tcp.c ovpn: use datagram_poll_queue for socket readiness in TCP 2025-10-23 15:46:04 +02:00
tcp.h ovpn: ensure sk is still valid during cleanup 2025-06-03 13:08:15 +02:00
udp.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-17 11:00:33 -07:00
udp.h ovpn: ensure sk is still valid during cleanup 2025-06-03 13:08:15 +02:00