aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wg/if_wg.c
Commit message (Expand)AuthorAgeFilesLines
* wg: fix LINT-NOIP buildKristof Provost2025-06-301-0/+2
* kern: wg: add support for removing Allowed-IPsKyle Evans2025-06-261-1/+69
* kern: wg: split address/mask construction out of wg_aip_add()Kyle Evans2025-06-261-23/+40
* kern: wg: refactor out some repetitive bits in allowed-ip configKyle Evans2025-06-261-4/+12
* wg: Improve wg_peer_alloc() to simplify the callingAaron LI2025-04-181-16/+26
* kern: wg: remove overly-restrictive address family checkKyle Evans2025-03-041-5/+3
* wg: Implement if_transmit unconditionallyMark Johnston2024-06-161-2/+2
* wg: uma_zcreate() does not failMark Johnston2024-04-241-3/+3
* wg: Add netmap supportMark Johnston2024-04-201-6/+149
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-04-191-1/+2
* wg: Use ENETUNREACH when transmitting to a non-existent peerMark Johnston2024-04-011-4/+1
* if_wg: use proper barriers around pkt->p_stateKyle Evans2024-03-151-6/+4
* wg: detach bpf upon destroy as wellAaron LI2024-01-221-0/+1
* if_wg: fix erroneous calculation in calculate_padding() for p_mtu == 0Aaron LI2024-01-171-3/+7
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-11/+13
* if_wg: Missing radix unlock can cause deadlockAaron LI2023-11-111-1/+1
* wg: fix a number of issues with module load failure handlingKyle Evans2023-06-231-19/+9
* wg: fix MOD_LOAD to fail properly if cookie_init() failsKyle Evans2023-06-231-1/+2
* wg: change module name to if_wgKristof Provost2023-04-291-4/+4
* Mechanically convert wg(4) to IfAPIJustin Hibbits2023-02-031-54/+55
* Switch wg(4) to the new if_clone KPIAlan Somers2023-01-101-10/+20
* wg: Use NET_EPOCH_DRAIN_CALLBACKS macroZhenlei Huang2022-12-281-1/+1
* wg: Retire now unused support.h.John Baldwin2022-10-281-1/+0
* wg: Use zfree.John Baldwin2022-10-281-4/+2
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-10-281-25/+27
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-0/+3055