summaryrefslogtreecommitdiff
path: root/drivers/net/ovpn
AgeCommit message (Expand)Author
10 daysovpn: defer key slot crypto freeing to workqueueRalf Lici
10 daysovpn: run deferred work on a module-owned workqueueRalf Lici
13 daysovpn: finish crypto callback cleanup before peer releaseRalf Lici
13 daysovpn: fix NULL dereference when killing missing keyRalf Lici
2026-07-30ovpn: fix incorrect use of rcu_access_pointer()Qingfang Deng
2026-07-30ovpn: ensure TCP vars are initialized firstAntonio Quartulli
2026-07-30ovpn: disable IPv4 redirects on MP interfacesAntonio Quartulli
2026-07-30ovpn: hash floated peer by transport identity onlyAntonio Quartulli
2026-07-30ovpn: zero-initialize sockaddr before learning a floated endpointAntonio Quartulli
2026-07-30ovpn: ensure socket is owned by ovpn before deref sk_user_dataAntonio Quartulli
2026-07-30ovpn: rehash peer in by_transp_addr table on CMD_PEER_SETAntonio Quartulli
2026-07-30ovpn: skip rehash for peers already removed from by_idAntonio Quartulli
2026-07-30ovpn: limit keepalive values to one dayMarco Baffo
2026-07-29ovpn: add missing rtnl_link_ops->get_size callbackRalf Lici
2026-07-20ovpn: use monotonic clock for peer keepalive timeoutsMarco Baffo
2026-07-20ovpn: fix use after free in unlock_ovpn()Marco Baffo
2026-07-20ovpn: hold peer before scheduling keepalive workShuvam Pandey
2026-07-20ovpn: fix peer refcount leak in TCP error pathsPavitra Jha
2026-07-20ovpn: avoid putting unrelated P2P peer on socket releaseQing Ming
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-15ovpn: disable BHs when updating device statsRalf Lici
2026-05-14ovpn: fix race between deleting interface and adding new peerAntonio Quartulli
2026-05-14ovpn: respect peer refcount in CMD_NEW_PEER error pathDavid Carlier
2026-05-14ovpn: tcp - use cached peer pointer in ovpn_tcp_close()David Carlier
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05ovpn: ensure packet delivery happens with BH disabledRalf Lici
2026-05-05ovpn: reset MAC header before passing skb upQingfang Deng
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-17ovpn: consolidate crypto allocations in one chunkRalf Lici
2026-03-17ovpn: add support for asymmetric peer IDsRalf Lici
2026-03-17ovpn: notify userspace on client float eventRalf Lici
2026-03-17ovpn: pktid: use bitops.h APIQingfang Deng
2026-03-17ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doitSabrina Dubroca
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-21ovpn: tcp - fix packet extraction from streamRalf Lici
2026-02-17ovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli
2026-02-17Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni
2026-02-12ovpn: fix VPN TX bytes countingRalf Lici
2026-02-12ovpn: fix possible use-after-free in ovpn_net_xmitRalf Lici
2026-02-12ovpn: set sk_user_data before overriding callbacksRalf Lici
2026-02-04ovpn: Replace use of system_wq with system_percpu_wqMarco Crivellari
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-16ovpn: reset GSO metadata after decapsulationRalf Lici
2025-07-16ovpn: reject unexpected netlink attributesAntonio Quartulli