index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ovpn
Age
Commit message (
Expand
)
Author
10 days
ovpn: defer key slot crypto freeing to workqueue
Ralf Lici
10 days
ovpn: run deferred work on a module-owned workqueue
Ralf Lici
13 days
ovpn: finish crypto callback cleanup before peer release
Ralf Lici
13 days
ovpn: fix NULL dereference when killing missing key
Ralf Lici
2026-07-30
ovpn: fix incorrect use of rcu_access_pointer()
Qingfang Deng
2026-07-30
ovpn: ensure TCP vars are initialized first
Antonio Quartulli
2026-07-30
ovpn: disable IPv4 redirects on MP interfaces
Antonio Quartulli
2026-07-30
ovpn: hash floated peer by transport identity only
Antonio Quartulli
2026-07-30
ovpn: zero-initialize sockaddr before learning a floated endpoint
Antonio Quartulli
2026-07-30
ovpn: ensure socket is owned by ovpn before deref sk_user_data
Antonio Quartulli
2026-07-30
ovpn: rehash peer in by_transp_addr table on CMD_PEER_SET
Antonio Quartulli
2026-07-30
ovpn: skip rehash for peers already removed from by_id
Antonio Quartulli
2026-07-30
ovpn: limit keepalive values to one day
Marco Baffo
2026-07-29
ovpn: add missing rtnl_link_ops->get_size callback
Ralf Lici
2026-07-20
ovpn: use monotonic clock for peer keepalive timeouts
Marco Baffo
2026-07-20
ovpn: fix use after free in unlock_ovpn()
Marco Baffo
2026-07-20
ovpn: hold peer before scheduling keepalive work
Shuvam Pandey
2026-07-20
ovpn: fix peer refcount leak in TCP error paths
Pavitra Jha
2026-07-20
ovpn: avoid putting unrelated P2P peer on socket release
Qing Ming
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-15
ovpn: disable BHs when updating device stats
Ralf Lici
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-05-14
ovpn: tcp - use cached peer pointer in ovpn_tcp_close()
David Carlier
2026-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
2026-05-05
ovpn: ensure packet delivery happens with BH disabled
Ralf Lici
2026-05-05
ovpn: reset MAC header before passing skb up
Qingfang Deng
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2026-03-17
ovpn: consolidate crypto allocations in one chunk
Ralf Lici
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-03-17
ovpn: pktid: use bitops.h API
Qingfang Deng
2026-03-17
ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit
Sabrina Dubroca
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
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-21
ovpn: tcp - fix packet extraction from stream
Ralf Lici
2026-02-17
ovpn: tcp - don't deref NULL sk_socket member after tcp_close()
Antonio Quartulli
2026-02-17
Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-next
Paolo Abeni
2026-02-12
ovpn: fix VPN TX bytes counting
Ralf Lici
2026-02-12
ovpn: fix possible use-after-free in ovpn_net_xmit
Ralf Lici
2026-02-12
ovpn: set sk_user_data before overriding callbacks
Ralf Lici
2026-02-04
ovpn: Replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2025-10-23
ovpn: use datagram_poll_queue for socket readiness in TCP
Ralf Lici
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-16
ovpn: reset GSO metadata after decapsulation
Ralf Lici
2025-07-16
ovpn: reject unexpected netlink attributes
Antonio Quartulli
[next]