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
2020-05-22
Copy db_disasm.c from powerpc to powerpc64.
gkoehler
1
-3
/
+1179
2020-05-22
Decode the %{ds}(%{A}) operand of ld, std instructions.
gkoehler
1
-7
/
+20
2020-05-21
regen
patrick
2
-2
/
+7
2020-05-21
ASMedia ASM1182e PCIe switch.
patrick
1
-1
/
+2
2020-05-21
Claim the memory region reserved for the interrupt vectors.
kettenis
2
-1
/
+153
2020-05-21
Explicitly documents that `vop_kqfilter' isn't missing.
mpi
1
-1
/
+2
2020-05-21
Add missing ICANON check in filt_ptcwrite().
mpi
1
-2
/
+3
2020-05-21
Kill commented out czttypoll() routine.
mpi
1
-17
/
+1
2020-05-21
don't count packets in the carp protocol handling against an interface.
dlg
1
-7
/
+1
2020-05-21
implement a carp_transmit that bypasses the ifq on output.
dlg
1
-41
/
+65
2020-05-21
Make use of checksum offloads. Very little effort required from the
jmatthew
1
-2
/
+17
2020-05-21
Use <dev/clock_subr.h> in dsclock(4).
visa
1
-34
/
+43
2020-05-21
Use <dev/clock_subr.h> in dpclock(4).
visa
1
-31
/
+42
2020-05-21
Use <dev/clock_subr.h> in dsrtc(4).
visa
1
-64
/
+81
2020-05-21
Update comment to reflect current headers.
visa
1
-6
/
+5
2020-05-21
Remove sparc64 mutex.S.
visa
1
-126
/
+0
2020-05-21
don't limit the output queue (ifq) length to 1 anymore.
dlg
1
-3
/
+1
2020-05-21
back out 1.38. some bits of the stack aren't ready for it yet.
dlg
1
-7
/
+3
2020-05-20
Open up a 4GB memory bus window for mvneta(4) on the Marvell
patrick
1
-3
/
+8
2020-05-20
kernel.h: remove global declaration for naptime
cheloha
1
-3
/
+1
2020-05-20
clock_gettime(2): use nanoruntime(9) to get value for CLOCK_UPTIME
cheloha
1
-5
/
+2
2020-05-20
timecounting: decide whether to advance offset within tc_windup()
cheloha
2
-26
/
+48
2020-05-20
Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.
mpi
1
-9
/
+58
2020-05-20
Use `if_bpf' directly instead of the non-initialized duplicated copy of it.
mpi
2
-11
/
+10
2020-05-20
defer calling !IFXF_MPSAFE driver start routines to the systq
dlg
1
-3
/
+7
2020-05-19
Revert previous; Set the ESS capability bit in assoc requests again.
stsp
1
-2
/
+2
2020-05-19
We need to double the clock frequency for DDR modes.
kettenis
1
-1
/
+5
2020-05-19
Don't provide backlight control if the list returned by _BCL is empty.
kettenis
1
-4
/
+6
2020-05-19
If we pass a packet length larger than 2^16, we should panic() instead
patrick
1
-5
/
+3
2020-05-19
Do not set the 802.11 ESS capability bit in association requests.
stsp
1
-2
/
+2
2020-05-19
Use static inline instead of inline; fixes ramdisk build.
kettenis
1
-2
/
+2
2020-05-19
Implement kqueue(2) support.
mpi
1
-2
/
+179
2020-05-18
Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.
stsp
2
-29
/
+289
2020-05-18
Oops, DDB wrapper around setjmp/longjmp was misplaced
deraadt
1
-2
/
+2
2020-05-18
Sync in_cksum.c to the same version ospfd has. This fixes problems
patrick
2
-30
/
+29
2020-05-18
Move boot.mac into the Attic.
patrick
3
-310
/
+0
2020-05-18
During the rekey operation, we feedback 1 word to the lowest level.
deraadt
1
-2
/
+2
2020-05-18
Our check to see if the EFI services support Mtftp() doesn't work
patrick
4
-10
/
+18
2020-05-18
Turn power domain on. Makes OpenBSD boot on the odroid c4.
kettenis
1
-1
/
+3
2020-05-18
Add some comments.
kettenis
1
-1
/
+3
2020-05-18
Enable amlpwrc(4).
kettenis
2
-2
/
+4
2020-05-18
Add amlpwrc(4), a driver for the power domain controller found on various
kettenis
2
-1
/
+181
2020-05-18
Fix typo
claudio
1
-2
/
+2
2020-05-17
Add enough stubs to allow "option DDB" to build.
gkoehler
7
-2
/
+124
2020-05-17
Fix typo in comment.
kettenis
1
-2
/
+2
2020-05-17
Add support for the SM1 variant and (probably) fix support for the CPU
kettenis
1
-12
/
+17
2020-05-17
Use a register varible ro implement curpcu().
kettenis
1
-7
/
+2
2020-05-17
Add machdep.compatible.
kettenis
2
-3
/
+20
2020-05-17
Look at the openbsd,boothowto property.
kettenis
1
-16
/
+14
2020-05-17
Hand those pages over to uvm.
kettenis
2
-5
/
+5
[prev]
[next]