aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ovpn
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ovpn: defer key slot crypto freeing to workqueueRalf Lici4-16/+18
2026-08-09ovpn: run deferred work on a module-owned workqueueRalf Lici4-10/+30
2026-08-07ovpn: finish crypto callback cleanup before peer releaseRalf Lici1-5/+5
2026-08-07ovpn: fix NULL dereference when killing missing keyRalf Lici1-6/+10
2026-07-30ovpn: fix incorrect use of rcu_access_pointer()Qingfang Deng1-1/+1
2026-07-30ovpn: ensure TCP vars are initialized firstAntonio Quartulli1-3/+4
2026-07-30ovpn: disable IPv4 redirects on MP interfacesAntonio Quartulli1-15/+35
2026-07-30ovpn: hash floated peer by transport identity onlyAntonio Quartulli1-4/+21
2026-07-30ovpn: zero-initialize sockaddr before learning a floated endpointAntonio Quartulli1-8/+23
2026-07-30ovpn: ensure socket is owned by ovpn before deref sk_user_dataAntonio Quartulli1-0/+9
2026-07-30ovpn: rehash peer in by_transp_addr table on CMD_PEER_SETAntonio Quartulli3-33/+79
2026-07-30ovpn: skip rehash for peers already removed from by_idAntonio Quartulli1-30/+43
2026-07-30ovpn: limit keepalive values to one dayMarco Baffo1-6/+14
2026-07-29ovpn: add missing rtnl_link_ops->get_size callbackRalf Lici1-0/+7
2026-07-20ovpn: use monotonic clock for peer keepalive timeoutsMarco Baffo2-4/+4
2026-07-20ovpn: fix use after free in unlock_ovpn()Marco Baffo1-2/+3
2026-07-20ovpn: hold peer before scheduling keepalive workShuvam Pandey1-2/+4
2026-07-20ovpn: fix peer refcount leak in TCP error pathsPavitra Jha1-2/+4
2026-07-20ovpn: avoid putting unrelated P2P peer on socket releaseQing Ming1-1/+0
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-32/+61
2026-05-15ovpn: disable BHs when updating device statsRalf Lici4-12/+28
2026-05-14ovpn: fix race between deleting interface and adding new peerAntonio Quartulli2-13/+20
2026-05-14ovpn: respect peer refcount in CMD_NEW_PEER error pathDavid Carlier3-5/+6
2026-05-14ovpn: tcp - use cached peer pointer in ovpn_tcp_close()David Carlier1-2/+7
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-05-05ovpn: ensure packet delivery happens with BH disabledRalf Lici1-0/+6
2026-05-05ovpn: reset MAC header before passing skb upQingfang Deng1-0/+1
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera2-4/+2
2026-03-17ovpn: consolidate crypto allocations in one chunkRalf Lici3-46/+135
2026-03-17ovpn: add support for asymmetric peer IDsRalf Lici6-10/+33
2026-03-17ovpn: notify userspace on client float eventRalf Lici3-0/+86
2026-03-17ovpn: pktid: use bitops.h APIQingfang Deng2-8/+5
2026-03-17ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doitSabrina Dubroca1-1/+1
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-1/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-17/+36
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-5/+5
2026-02-21ovpn: tcp - fix packet extraction from streamRalf Lici1-17/+36
2026-02-17ovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli1-1/+13
2026-02-17Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni4-41/+63
2026-02-12ovpn: fix VPN TX bytes countingRalf Lici1-1/+4
2026-02-12ovpn: fix possible use-after-free in ovpn_net_xmitRalf Lici1-21/+31
2026-02-12ovpn: set sk_user_data before overriding callbacksRalf Lici3-20/+29
2026-02-04ovpn: Replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici1-4/+22
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+112
2025-07-16ovpn: reset GSO metadata after decapsulationRalf Lici1-0/+7
2025-07-16ovpn: reject unexpected netlink attributesAntonio Quartulli3-14/+104