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
/
net
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
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-03-26
Push kernel lock within rtable_add(9) and rework it to return 0 in the
mvs
2
-10
/
+14
2021-03-26
Push kernel lock down to rt_setsource() to make `ifa' dereference safe.
mvs
1
-3
/
+10
2021-03-26
Only install route with label, fix route leak on destroy
kn
3
-3
/
+15
2021-03-21
wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@
sthen
1
-5
/
+4
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
florian
1
-4
/
+8
2021-03-18
When changing the link local address send a RTM_IFINFO message out.
claudio
1
-2
/
+4
2021-03-18
Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()
claudio
1
-3
/
+6
2021-03-18
Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFO
claudio
1
-3
/
+6
2021-03-18
Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completely
kn
1
-2
/
+2
2021-03-17
Make "ifconfig mpw0 -mplslabel" work
kn
1
-1
/
+4
2021-03-17
Use correct rdomain when adding/deleting routes
kn
2
-7
/
+7
2021-03-17
Hide kernel internals from userland by wrapping more bits in _KERNEL blocks.
claudio
1
-1
/
+6
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
florian
1
-2
/
+2
2021-03-11
There is no need to try to attach IPv6 to an interface when the
florian
1
-2
/
+3
2021-03-11
If the AUTOCONF4 or AUTOCONF6 flags get enabled, force the interface up.
deraadt
1
-23
/
+34
2021-03-10
spelling
jsg
25
-59
/
+59
2021-03-09
Issuing FIOSETOWN and TIOCSPGRP ioctl commands on a tun(4) device leaks
anton
1
-2
/
+3
2021-03-09
Shorten the if_cloners_lock name preventing it from being truncated in
anton
1
-2
/
+2
2021-03-07
use uint64_t ethernet addresses for compares in carp.
dlg
1
-2
/
+2
2021-03-05
ansi
jsg
2
-88
/
+42
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
dlg
5
-27
/
+23
2021-03-05
work with 64bit ethernet addresses in ether_input().
dlg
1
-9
/
+10
2021-03-03
clean up span ports as span ports, not bridge ports.
dlg
1
-3
/
+2
2021-03-02
fix an assert in veb_p_ioctl() that failed when called by a span port.
dlg
1
-3
/
+4
2021-03-02
include of netinet/in.h here is incorrect, because net/route.h will pull
deraadt
1
-2
/
+1
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
bluhm
3
-76
/
+51
2021-02-28
big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64.
dlg
1
-2
/
+2
2021-02-27
Rework route_input() and rtm_sendup(). While we perform foreach loop
mvs
1
-32
/
+12
2021-02-27
trim some code i accidentally left into the nvgre add address function
dlg
1
-4
/
+1
2021-02-27
recover scope from v6 nvgre endpoint addresses for userland to look at.
dlg
1
-2
/
+2
2021-02-27
put the mac addr into a uint64_t to compare it to the ethernet slow addr.
dlg
1
-5
/
+9
2021-02-26
only store the current time on address table entries if it changes.
dlg
1
-3
/
+6
2021-02-26
tpmr can use the eth64 bits too.
dlg
1
-9
/
+5
[next]