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
/
main.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
2025-05-15
ovpn: don't drop skb's dst when xmitting packet
Antonio Quartulli
2025-04-17
ovpn: add basic ethtool support
Antonio Quartulli
2025-04-17
ovpn: implement keepalive mechanism
Antonio Quartulli
2025-04-17
ovpn: implement multi-peer support
Antonio Quartulli
2025-04-17
ovpn: implement TCP transport
Antonio Quartulli
2025-04-17
ovpn: implement basic RX 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
2025-04-17
ovpn: keep carrier always on for MP interfaces
Antonio Quartulli
2025-04-17
ovpn: add basic interface creation/destruction/management routines
Antonio Quartulli
2025-04-17
ovpn: add basic netlink support
Antonio Quartulli
2025-04-17
net: introduce OpenVPN Data Channel Offload (ovpn)
Antonio Quartulli