index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ovpn
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2
-4
/
+2
2026-03-17
ovpn: consolidate crypto allocations in one chunk
Ralf Lici
3
-46
/
+135
2026-03-17
ovpn: add support for asymmetric peer IDs
Ralf Lici
6
-10
/
+33
2026-03-17
ovpn: notify userspace on client float event
Ralf Lici
3
-0
/
+86
2026-03-17
ovpn: pktid: use bitops.h API
Qingfang Deng
2
-8
/
+5
2026-03-17
ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit
Sabrina Dubroca
1
-1
/
+1
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
1
-1
/
+1
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-17
/
+36
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-5
/
+5
2026-02-21
ovpn: tcp - fix packet extraction from stream
Ralf Lici
1
-17
/
+36
2026-02-17
ovpn: tcp - don't deref NULL sk_socket member after tcp_close()
Antonio Quartulli
1
-1
/
+13
2026-02-17
Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-next
Paolo Abeni
4
-41
/
+63
2026-02-12
ovpn: fix VPN TX bytes counting
Ralf Lici
1
-1
/
+4
2026-02-12
ovpn: fix possible use-after-free in ovpn_net_xmit
Ralf Lici
1
-21
/
+31
2026-02-12
ovpn: set sk_user_data before overriding callbacks
Ralf Lici
3
-20
/
+29
2026-02-04
ovpn: Replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-10-23
ovpn: use datagram_poll_queue for socket readiness in TCP
Ralf Lici
1
-4
/
+22
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-14
/
+112
2025-07-16
ovpn: reset GSO metadata after decapsulation
Ralf Lici
1
-0
/
+7
2025-07-16
ovpn: reject unexpected netlink attributes
Antonio Quartulli
3
-14
/
+104
2025-07-16
ovpn: propagate socket mark to skb in UDP
Ralf Lici
1
-0
/
+1
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-03
ovpn: avoid sleep in atomic context in TCP RX error path
Antonio Quartulli
1
-2
/
+6
2025-06-03
ovpn: ensure sk is still valid during cleanup
Antonio Quartulli
9
-104
/
+102
2025-06-03
ovpn: properly deconfigure UDP-tunnel
Antonio Quartulli
1
-3
/
+11
2025-05-15
ovpn: fix check for skb_to_sgvec_nomark() return value
Antonio Quartulli
1
-6
/
+12
2025-05-15
ovpn: improve 'no route to host' debug message
Antonio Quartulli
2
-3
/
+13
2025-05-15
ovpn: drop useless reg_state check in keepalive worker
Antonio Quartulli
1
-2
/
+1
2025-05-15
ovpn: fix ndo_start_xmit return value on error
Antonio Quartulli
1
-1
/
+1
2025-05-15
ovpn: don't drop skb's dst when xmitting packet
Antonio Quartulli
2
-0
/
+7
2025-05-15
ovpn: set skb->ignore_df = 1 before sending IPv6 packets out
Antonio Quartulli
1
-0
/
+10
2025-04-17
ovpn: add basic ethtool support
Antonio Quartulli
1
-0
/
+15
2025-04-17
ovpn: notify userspace when a peer is deleted
Antonio Quartulli
3
-0
/
+67
2025-04-17
ovpn: kill key and notify userspace in case of IV exhaustion
Antonio Quartulli
5
-0
/
+104
2025-04-17
ovpn: implement key add/get/del/swap via netlink
Antonio Quartulli
5
-4
/
+360
2025-04-17
ovpn: implement peer add/get/dump/delete via netlink
Antonio Quartulli
4
-36
/
+738
2025-04-17
ovpn: add support for updating local or remote UDP endpoint
Antonio Quartulli
3
-13
/
+210
2025-04-17
ovpn: implement keepalive mechanism
Antonio Quartulli
6
-3
/
+311
2025-04-17
ovpn: implement peer lookup logic
Antonio Quartulli
1
-10
/
+291
2025-04-17
ovpn: implement multi-peer support
Antonio Quartulli
5
-16
/
+272
2025-04-17
ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
Antonio Quartulli
2
-4
/
+9
2025-04-17
ovpn: implement TCP transport
Antonio Quartulli
9
-11
/
+715
2025-04-17
ovpn: store tunnel and transport statistics
Antonio Quartulli
6
-1
/
+87
2025-04-17
ovpn: implement packet processing
Antonio Quartulli
14
-17
/
+1101
2025-04-17
ovpn: implement basic RX path (UDP)
Antonio Quartulli
8
-5
/
+290
2025-04-17
ovpn: implement basic TX path (UDP)
Antonio Quartulli
6
-2
/
+463
2025-04-17
ovpn: introduce the ovpn_socket object
Antonio Quartulli
8
-7
/
+361
[next]