index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ovpn
/
peer.c
Age
Commit message (
Expand
)
Author
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