index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ovpn
/
peer.c
Age
Commit message (
Expand
)
Author
2026-05-14
ovpn: fix race between deleting interface and adding new peer
Antonio Quartulli
2026-05-14
ovpn: respect peer refcount in CMD_NEW_PEER error path
David Carlier
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2026-03-17
ovpn: add support for asymmetric peer IDs
Ralf Lici
2026-03-17
ovpn: notify userspace on client float event
Ralf Lici
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-04
ovpn: Replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-06-03
ovpn: ensure sk is still valid during cleanup
Antonio Quartulli
2025-05-15
ovpn: improve 'no route to host' debug message
Antonio Quartulli
2025-05-15
ovpn: drop useless reg_state check in keepalive worker
Antonio Quartulli
2025-04-17
ovpn: notify userspace when a peer is deleted
Antonio Quartulli
2025-04-17
ovpn: implement peer add/get/dump/delete via netlink
Antonio Quartulli
2025-04-17
ovpn: add support for updating local or remote UDP endpoint
Antonio Quartulli
2025-04-17
ovpn: implement keepalive mechanism
Antonio Quartulli
2025-04-17
ovpn: implement peer lookup logic
Antonio Quartulli
2025-04-17
ovpn: implement multi-peer support
Antonio Quartulli
2025-04-17
ovpn: store tunnel and transport statistics
Antonio Quartulli
2025-04-17
ovpn: implement packet processing
Antonio Quartulli
2025-04-17
ovpn: implement basic TX path (UDP)
Antonio Quartulli
2025-04-17
ovpn: introduce the ovpn_socket object
Antonio Quartulli
2025-04-17
ovpn: introduce the ovpn_peer object
Antonio Quartulli