summaryrefslogtreecommitdiffstats
path: root/sys/net/if_wg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump keepalive timers unconditionally on sendHEADmasterJason A. Donenfeld2021-10-261-6/+5
* Delete all peer allowed IPs at onceMatt Dunwoodie2021-04-131-43/+34
* Merge wg_timers and wg_peerMatt Dunwoodie2021-04-131-180/+155
* Replace timer lock with SMRMatt Dunwoodie2021-04-131-36/+31
* Run all timeouts in process contextMatt Dunwoodie2021-04-131-32/+20
* Use malloc instead of pool_* for infrequent allocationsMatt Dunwoodie2021-04-131-13/+6
* Use SMR for wg_noiseMatt Dunwoodie2021-04-131-396/+166
* Check iter != NULLMatt Dunwoodie2021-04-131-2/+2
* Allow setting keepalive while interface is downMatt Dunwoodie2021-04-131-3/+4
* Rework encap/decap routinesMatt Dunwoodie2021-04-131-87/+84
* Replace wg_tag with wg_packetMatt Dunwoodie2021-04-041-291/+292
* Count all handshake packetsMatt Dunwoodie2021-04-041-2/+1
* Satisfy my ordering of struct elements and prototoypesMatt Dunwoodie2021-04-041-3/+3
* Expand on key clearing messageMatt Dunwoodie2021-04-041-1/+3
* Error out if peer provider without public keyMatt Dunwoodie2021-04-041-2/+4
* Ensure a peer has a consistent PSK (if set when creating)Matt Dunwoodie2021-04-041-4/+10
* Add noise_local_deinit to zero private keysMatt Dunwoodie2021-04-041-0/+1
* spellingjsg2021-03-101-2/+2
* Fix wg(4) ioctl to be able to handle multiple wgpeers.yasuoka2021-01-251-5/+10
* Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.tb2020-09-011-2/+8
* Use p2p_rtrequest()kn2020-08-271-1/+2
* Leave default ifq_maxlen handling to ifq_init()kn2020-08-211-2/+1
* Unbreak wg(4).tb2020-07-131-1/+2
* Fix build without pfkn2020-07-121-1/+3
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Permit the stack to check transport and network checksums. Although the linkprocter2020-07-041-9/+3
* Enable MPSAFE start routine to keep encryption workers more active.tobhe2020-06-231-12/+12
* Increase TX mitigation backlog size for increased throughput.tobhe2020-06-231-1/+2
* add missing rcs idjasper2020-06-221-0/+2
* The interface if_ioctl routine must be called with the NET_LOCK() held.claudio2020-06-221-0/+4
* add wg(4), an in kernel driver for WireGuard vpn communication.dlg2020-06-211-0/+2735
* back out, this isn't part of a vlan change.dlg2019-04-271-1991/+0
* get rid of ifv_linkmib and a bunch of useless macrosdlg2019-04-271-0/+1991