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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-18
Remove c++ comment that snuck in and remove useless debug output.
florian
1
-3
/
+2
2021-01-18
Remove unused variable in an effort to make this -fno-common clean.
florian
1
-7
/
+1
2021-01-18
add IPPROTO_SCTP, ok claudio@
sthen
1
-1
/
+2
2021-01-18
Adjust code to the change of struct bgpd_addr in bgpd.
claudio
1
-5
/
+5
2021-01-18
Change struct bgpd_addr VPN encoding. Instead of including two almost
claudio
6
-243
/
+144
2021-01-18
Fix long->int for convtime tests here too. Spotted by tobhe@.
dtucker
1
-17
/
+17
2021-01-18
Hide some warnings on newer GCC versions, GitHUb issue 2525.
nicm
4
-38
/
+32
2021-01-18
There is no need to clear every line entirely before drawing to it, this
nicm
4
-25
/
+30
2021-01-18
Introduce new function if_unit(9). This function returns a pointer the
mvs
3
-21
/
+75
2021-01-18
support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstream
sthen
3
-6
/
+20
2021-01-18
crank limits to satisfy piggy piggy clang
deraadt
1
-3
/
+3
2021-01-18
Sync SA configuration payload to new SA after IKE SA rekeying.
tobhe
1
-1
/
+6
2021-01-18
Move sessid definition to keynote-verify.c to avoid issues with -fno-common
mortimer
2
-3
/
+5
2021-01-18
Move usage definition out of header file to avoid issues with -fno-common.
mortimer
2
-3
/
+4
2021-01-18
Move defiition of sum variable from header file to avoid issues with
mortimer
2
-3
/
+6
2021-01-18
Move definition of pmode to main.c instead of a compress.h. Avoids linker
mortimer
2
-3
/
+5
2021-01-18
Extern tracks list to avoid linker issues with -fno-common.
mortimer
2
-3
/
+6
2021-01-17
Put a sleep 1 after starting net-snmpd. The reason of the race is
bluhm
1
-4
/
+10
2021-01-17
umb(4) sets a default interface priority too; mention it here
sthen
1
-3
/
+6
2021-01-17
Add -N flag to never start server even if command would normally do so,
nicm
4
-8
/
+18
2021-01-17
Mark up locations of KAME hack with #ifdef __KAME__ so that we can
florian
2
-2
/
+8
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
6
-9
/
+12
2021-01-17
Don't leak host address. Found with clang static analyzer.
rob
1
-1
/
+2
2021-01-17
Comply with man page intent of -dvv enabling BER level logging.
rob
1
-3
/
+3
2021-01-17
Add defines for the various ARM SMMU models.
patrick
1
-2
/
+8
2021-01-17
add another iwx device
jcs
2
-11
/
+21
2021-01-17
regen
jcs
2
-2
/
+7
2021-01-17
add another ax201
jcs
1
-1
/
+2
2021-01-17
Put the clearing of possible embedded scope in an __KAME__ block.
claudio
1
-2
/
+7
2021-01-17
Put the clearing of possible embedded scope in an __KAME__ block.
claudio
1
-2
/
+7
2021-01-17
Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.
claudio
1
-3
/
+1
2021-01-17
Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.
claudio
1
-3
/
+1
2021-01-17
revert the previous, it makes everything think it can do 16.0 GT/s.
dlg
1
-4
/
+2
2021-01-17
pcie4 can do 16.0 GT/s. sounds like a lot.
dlg
1
-2
/
+4
2021-01-17
dump the max payload size and max read request size in the pcie cap.
dlg
1
-3
/
+36
2021-01-17
kqueue: Revise fd close notification
visa
3
-33
/
+121
2021-01-17
Replace SB_KNOTE and sb_flagsintr with direct checking of klist.
visa
4
-21
/
+6
2021-01-17
this hardware is fine with BUS_DMA_64BIT mappings.
dlg
1
-4
/
+7
2021-01-17
don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether.
dlg
1
-8
/
+2
2021-01-16
Move `access_type' to the fault context.
mpi
1
-20
/
+20
2021-01-16
Oops, fix previous.
florian
1
-2
/
+3
2021-01-16
Only recover the KAME embedded scope if the sin6_scope_id is not
florian
1
-4
/
+6
2021-01-16
Only recover the scope_id if it was not set. This way this code works
claudio
1
-2
/
+3
2021-01-16
Unle recover the scope_id from a possible embedded scope if the scope_id
claudio
2
-5
/
+7
2021-01-16
Only recover the KAME embedded scope if the sin6_scope_id filed is
claudio
1
-3
/
+4
2021-01-16
Fix prototype for rw_assert_wrlock() function.
mvs
1
-3
/
+3
2021-01-16
If ip or ip6 forwarding is not set, expect af-to failure.
bluhm
1
-1
/
+8
2021-01-16
aspath_neighbor() needs to return the local system AS for empty AS paths
claudio
1
-3
/
+8
2021-01-16
The sysctl variable net.inet.ip.forwarding is checked before
bluhm
1
-7
/
+19
2021-01-16
s/authorization/authentication/g
martijn
2
-7
/
+7
[prev]
[next]