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
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
djm
4
-53
/
+57
2020-12-20
allow UserKnownHostsFile=none; feedback and ok markus@
djm
2
-13
/
+35
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
djm
7
-34
/
+76
2020-12-20
Use regress framework for setup and shorten target names.
bluhm
1
-41
/
+47
2020-12-20
slightly tweak the jot regress tests to avoid file name clashes on
tb
4
-4
/
+4
2020-12-20
Accept reject and blackhole routes for IPsec PMTU discovery.
bluhm
4
-10
/
+13
2020-12-20
Fix typo.
kettenis
1
-2
/
+2
2020-12-20
Don't leak ipsec_hosts when building hosts_list.
tobhe
1
-1
/
+2
2020-12-20
rename pkg_add's pod files to avoid filenames with colons
daniel
17
-20
/
+20
2020-12-20
Onlly call event_del if there are events enabled, since not all libevents
martijn
1
-2
/
+3
2020-12-20
Free filter_name in lka_filter_end
martijn
1
-1
/
+2
2020-12-20
The TCE table needs to be aligned on a boundary that is a multiple of its
kettenis
1
-2
/
+2
2020-12-20
Introduce klistops
visa
2
-9
/
+173
2020-12-20
Fix EDNS Client Subnet option (+subnet=)
florian
1
-1
/
+3
2020-12-20
Fix IPv6 link-local address handling for nameservers to talk to as
florian
2
-33
/
+40
2020-12-20
Fix copy-pasto when selecting the addresses read from resolv.conf by
otto
1
-1
/
+1
2020-12-20
Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with
jmatthew
2
-6
/
+8
2020-12-20
sync with i915_pciids.h
jsg
1
-2
/
+0
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
jsg
1
-3
/
+1
2020-12-20
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
jsg
1
-1
/
+0
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
jsg
1
-3
/
+8
2020-12-19
Print client kem key with correct length.
tobhe
1
-2
/
+2
2020-12-19
remove extra s
tb
1
-3
/
+3
2020-12-19
Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few
jmatthew
2
-6
/
+8
2020-12-19
rename filenames ending in a period
daniel
4
-5
/
+5
2020-12-19
There's no need to include the OFW GPIO header.
patrick
1
-2
/
+1
2020-12-19
Add support for the i.MX8MP PCIe clocks.
patrick
2
-1
/
+40
2020-12-18
Add support for the i.MX8MP second ethernet. The Plus SoC not only has the
patrick
2
-4
/
+98
2020-12-18
Emulate open drain GPIOs. This replaces the hack added in the last commit.
kettenis
1
-31
/
+22
2020-12-18
Add symbolic constants related to open source and open drain GPIOs.
kettenis
1
-3
/
+10
2020-12-18
Make large read and write transactions work.
kettenis
1
-38
/
+58
2020-12-18
Update awk to December 18, 2020 version.
millert
4
-30
/
+49
2020-12-18
Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for
patrick
4
-3
/
+84
2020-12-18
Add code to initialize the USB 3 PHY on i.MX8MP.
patrick
1
-2
/
+65
2020-12-18
Use regress framework.
bluhm
2
-13
/
+16
2020-12-18
In io_str_read() return 0-length strings as NULL pointers instead of
claudio
1
-2
/
+6
2020-12-18
Add support for the i.MX8MP USB clocks.
patrick
2
-2
/
+88
2020-12-18
Attach imxgpc(4) to i.MX8MP as well.
patrick
1
-1
/
+3
2020-12-18
Add fd close notification for kqueue-based poll() and select()
visa
2
-8
/
+40
2020-12-18
Make knote_{activate,remove}() internal to kern_event.c.
visa
2
-4
/
+4
2020-12-18
Add details to -F flag
solene
1
-2
/
+5
2020-12-18
Use asprintf with %.*s to construct the path based on the mft file
claudio
2
-13
/
+8
2020-12-18
Make sure the first packet of an SA has sequence number 1 (as described in
tobhe
2
-9
/
+11
2020-12-17
tht(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
1
-20
/
+8
2020-12-17
fix possible error("%s", NULL) on error paths
djm
1
-3
/
+3
2020-12-17
refactor client percent_expand() argument passing; consolidate the
djm
2
-66
/
+95
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
djm
4
-161
/
+412
2020-12-17
Only enable the USB 3.0 port and PHY if it is enabled on a board.
kettenis
1
-5
/
+7
2020-12-17
Reset pin 3 of the GPIOAO bank to input mode to work around a hardware
kettenis
1
-2
/
+31
2020-12-17
Reformating the test logging affected the expected output.
bluhm
24
-48
/
+48
[prev]
[next]