index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_wg.c
Age
Commit message (
Expand
)
Author
2024-04-09
Don't include net/art.h in net/rtable.h instead let the two users
Claudio Jeker
2024-03-05
Convert `t_lock', `r_keypair_lock' and `c_lock' rwlock(9)s to
Vitaliy Makkoveev
2024-01-18
Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).
Vitaliy Makkoveev
2024-01-01
Call if_counters_alloc() before if_attach().
Vitaliy Makkoveev
2023-12-23
Backout always allocate per-CPU statistics counters for network
Alexander Bluhm
2023-12-22
Always allocate per-CPU statistics counters for network interface
Vitaliy Makkoveev
2023-10-23
Prevent wg(4) stuck on peer destruction.
Vitaliy Makkoveev
2023-09-26
Have wg(4) copy the priority from the inner packet to the outer encrypted
Stuart Henderson
2023-09-24
The stage queue should be freeed when wg_peer is destroyed.
YASUOKA Masahiko
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-06-01
Add support for wireguard peer descriptions
Klemens Nanni
2023-05-30
spelling
Jonathan Gray
2022-07-21
Zap unused global keypair_counter
Klemens Nanni
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-03-17
Drop two variable names from function prototypes.
Theo Buehler
2022-03-17
fix typos; Martin Vahlensieck
Stuart Henderson
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-02-20
Add missing newlines in two DPRINTFs (from Matthew Martin)
Theo Buehler
2022-01-02
spelling
Jonathan Gray
2021-12-16
pool_get w/ PR_ZERO is better than following with a bzero, because pools
Theo de Raadt
2021-08-05
m_freem in wg_send's path where a peer has no endpoint address,
Stuart Henderson
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-03-10
spelling
Jonathan Gray
2021-01-25
Fix wg(4) ioctl to be able to handle multiple wgpeers.
YASUOKA Masahiko
2020-09-01
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
Theo Buehler
2020-08-27
Use p2p_rtrequest()
kn
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-07-13
Unbreak wg(4).
Theo Buehler
2020-07-12
Fix build without pf
kn
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-04
Permit the stack to check transport and network checksums. Although the link
Richard Procter
2020-06-23
Enable MPSAFE start routine to keep encryption workers more active.
tobhe
2020-06-23
Increase TX mitigation backlog size for increased throughput.
tobhe
2020-06-22
add missing rcs id
Jasper Lievisse Adriaanse
2020-06-22
The interface if_ioctl routine must be called with the NET_LOCK() held.
Claudio Jeker
2020-06-21
add wg(4), an in kernel driver for WireGuard vpn communication.
David Gwynne
2019-04-27
back out, this isn't part of a vlan change.
David Gwynne
2019-04-27
get rid of ifv_linkmib and a bunch of useless macros
David Gwynne