index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
Bump keepalive timers unconditionally on send
HEAD
master
Jason A. Donenfeld
1
-6
/
+5
2021-04-13
Delete all peer allowed IPs at once
Matt Dunwoodie
1
-41
/
+32
2021-04-13
Merge wg_timers and wg_peer
Matt Dunwoodie
1
-178
/
+153
2021-04-13
Replace timer lock with SMR
Matt Dunwoodie
1
-36
/
+31
2021-04-13
Run all timeouts in process context
Matt Dunwoodie
1
-32
/
+20
2021-04-13
Use malloc instead of pool_* for infrequent allocations
Matt Dunwoodie
1
-13
/
+6
2021-04-13
Use SMR for wg_noise
Matt Dunwoodie
3
-1306
/
+1082
2021-04-13
Add refcnt_take_if_gt()
Matt Dunwoodie
2
-0
/
+14
2021-04-13
Check iter != NULL
Matt Dunwoodie
1
-2
/
+2
2021-04-13
Allow setting keepalive while interface is down
Matt Dunwoodie
1
-3
/
+4
2021-04-13
Rework encap/decap routines
Matt Dunwoodie
1
-87
/
+84
2021-04-04
Replace wg_tag with wg_packet
Matt Dunwoodie
1
-291
/
+292
2021-04-04
Count all handshake packets
Matt Dunwoodie
1
-2
/
+1
2021-04-04
Satisfy my ordering of struct elements and prototoypes
Matt Dunwoodie
1
-3
/
+3
2021-04-04
Expand on key clearing message
Matt Dunwoodie
1
-1
/
+3
2021-04-04
Error out if peer provider without public key
Matt Dunwoodie
1
-2
/
+4
2021-04-04
Ensure a peer has a consistent PSK (if set when creating)
Matt Dunwoodie
3
-12
/
+13
2021-04-04
Add noise_local_deinit to zero private keys
Matt Dunwoodie
3
-0
/
+10
2021-04-03
Add a guard page between I/O virtual address space allocations. The idea
patrick
1
-3
/
+4
2021-04-03
Exclude the first page from I/O virtual address space, which is the NULL
patrick
1
-3
/
+4
2021-04-02
Fix Dale's email address
tb
4
-8
/
+8
2021-04-01
Clean up nonexistent/unused properties handling
kn
1
-12
/
+1
2021-04-01
Hardcode meaningful alert level, track apm's battery state better
kn
1
-23
/
+7
2021-04-01
Push kernel lock down to umb_rtrequest().
mvs
1
-1
/
+3
2021-03-31
Make ddb's dependency on libz explicit.
visa
1
-12
/
+12
2021-03-31
sync
sthen
2
-54
/
+54
2021-03-31
Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radio
sthen
1
-26
/
+26
2021-03-31
Introduce UAO_USES_SWHASH() and use tabs instead of spaces in #defines.
mpi
1
-25
/
+26
2021-03-30
fix typos in comments
sthen
1
-3
/
+3
2021-03-30
Handle systems, such as the Dell Precision 3640, that access
kettenis
1
-19
/
+87
2021-03-30
Register the PCI variant of dwiic(4) with acpi(4).
kettenis
1
-2
/
+7
2021-03-30
Some cards announce support for the NTB16 format, but that support does not
patrick
3
-41
/
+167
2021-03-30
Some umb(4) devices require the NDP pointer behind the NDP datagram.
patrick
2
-36
/
+59
2021-03-30
[ICMP] IP options lead to malformed reply
sashan
4
-9
/
+53
2021-03-30
Move tx/rx descriptors into their own structs.
kevlo
2
-188
/
+509
2021-03-29
Turns out the PCIe DARTs support a full 32-bit device virtual address space.
kettenis
1
-4
/
+9
2021-03-29
combine umb_products and umb_fccauth_devs into one umb_quirks table
sthen
1
-36
/
+51
2021-03-29
Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification
dv
1
-2
/
+2
2021-03-28
Since ipw(4) doesn't call into net80211_newstate() the interface link state
stsp
1
-1
/
+13
2021-03-28
Add vid/pid table to umb(4) allowing matching to alternate config
sthen
1
-3
/
+64
2021-03-28
sync
sthen
2
-4
/
+14
2021-03-28
add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@
sthen
1
-1
/
+3
2021-03-27
Make sure that all CPUs end up with the same bits set in SCTLR_EL1.
kettenis
2
-26
/
+27
2021-03-27
Add ARMv8.5 instruction set related CPU features.
kettenis
2
-4
/
+184
2021-03-27
Fix SDMMC_DEBUG build
kn
2
-8
/
+8
2021-03-27
trim the FCS off Ethernet packets before sending them up the stack.
dlg
1
-1
/
+8
2021-03-26
Return EOPNOTSUPP for unsupported ioctls
kn
1
-16
/
+6
2021-03-26
Fix "mach dtb" return code to avoid bogus boot
kn
1
-6
/
+8
2021-03-26
Fix errno, merge ioctl cases
kn
1
-13
/
+5
2021-03-26
Flag sensors as invalid on bogus reads
kn
1
-3
/
+7
[next]