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-08-21
Use u_long for generation of VSIDs.
kettenis
1
-3
/
+3
2020-08-21
Add kstats reporting the software and hardware producer and consumer
jmatthew
1
-117
/
+503
2020-08-21
Add sizes to free(9) calls
kn
1
-14
/
+21
2020-08-20
Fix build without NPCKBC and NUKBD
kn
1
-2
/
+5
2020-08-20
Revert DYING. At least some USB memory sticks get very upset.
krw
4
-55
/
+55
2020-08-19
Replace last 2 'blah & (flag1 | flag2) == 0' with !ISSET(blah, (flag1 | flag2)).
krw
2
-4
/
+4
2020-08-19
Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64
gnezdo
1
-23
/
+9
2020-08-19
Convert mpls_sysctl to sysctl_bounded_args
gnezdo
2
-22
/
+9
2020-08-19
Nuke SDF_DYING, CDF_DYING and ST_DYING flags. Use the scsi_link flag
krw
4
-55
/
+55
2020-08-19
Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root
kn
1
-3
/
+1
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
mpi
19
-185
/
+21
2020-08-18
Our usleep_range(min, max) implementation today is only taking account
mglocker
1
-1
/
+1
2020-08-18
Style fixups from hurried commits
gnezdo
2
-10
/
+10
2020-08-18
Try to avoid a theoretical infinite loop while detaching all the scsi_link's on
krw
1
-4
/
+3
2020-08-18
Fix kn_data returned by filt_logread().
visa
1
-16
/
+21
2020-08-18
Remove an unnecessary field from struct msgbuf.
visa
2
-4
/
+2
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2
-61
/
+19
2020-08-18
Add sysctl_bounded_arr as a replacement for sysctl_int_arr
gnezdo
2
-3
/
+48
2020-08-17
Remove unnecessary BM cookie defines.
patrick
1
-5
/
+1
2020-08-17
Rename gmac interrupt register defines to stay consistent with other gmac
patrick
2
-20
/
+16
2020-08-17
Add enum for L2 cast like for L3.
patrick
1
-3
/
+9
2020-08-17
Some register define renaming.
patrick
2
-24
/
+17
2020-08-17
Remove an unnecessary define.
patrick
1
-5
/
+1
2020-08-17
Even more whitespace and header changes.
patrick
2
-1143
/
+399
2020-08-17
More whitespace and enum cleanup.
patrick
1
-98
/
+49
2020-08-17
base clang is now i586. SMALL_KERNEL images have historically forced
deraadt
1
-2
/
+2
2020-08-17
Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels
kettenis
5
-15
/
+22
2020-08-17
Simplify igmp_sysctl to directly return error in default case
gnezdo
2
-15
/
+3
2020-08-17
Plenty of whitespace fixups.
patrick
1
-1479
/
+1481
2020-08-17
Enable PAN (Privileged Access Never) on CPUs that support it. This means
kettenis
2
-2
/
+22
2020-08-17
Panic on an attempt to access user-space unless it is done using
kettenis
1
-2
/
+20
2020-08-17
Fix typo in comment
gnezdo
1
-2
/
+2
2020-08-16
Remove sc_maxgpe from acpi_softc which was never read from
gnezdo
2
-9
/
+3
2020-08-16
Properly implement setting of the signal voltage.
kettenis
1
-3
/
+22
2020-08-16
Don't include scsi_debug.h via scsiconf.h. Nobody but scsi/* should be using the
krw
1
-2
/
+1
2020-08-15
The last SET()s of CDF_WAITING, SDF_WAITING, and ST_WAITING died in the great
krw
4
-16
/
+7
2020-08-15
Print ddr52 and hs200 indicators if those modes are supported.
kettenis
1
-1
/
+5
2020-08-15
Remove unused headers
visa
1
-6
/
+1
2020-08-15
Inline handling of receive checksum offload
visa
3
-34
/
+17
2020-08-14
Re-commit Exar XR17V35x serial port support previously backed out:
jcs
7
-16
/
+79
2020-08-14
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
kettenis
3
-6
/
+6
2020-08-14
Redistribute and tweak the scsi_[attach|probe|detach]_[bus|target|lun]() code to
krw
2
-105
/
+96
2020-08-14
Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poor
kettenis
1
-13
/
+72
2020-08-14
Add support for eMMC HS200 mode. Loosely based on code from NetBSD.
kettenis
5
-72
/
+164
2020-08-14
Zap LOOPALIVECNT
kn
1
-2
/
+1
2020-08-14
Fix typo.
kettenis
1
-2
/
+2
2020-08-14
Initialize local variable that was supposed to hold the value of curcpu().
kettenis
1
-2
/
+2
2020-08-14
When detaching common remote coverage, do not clear any fields. Instead,
anton
1
-5
/
+7
2020-08-14
Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4)
mvs
1
-15
/
+9
2020-08-13
Give SCSIBUS_B probing a chance to work with better logic in
krw
1
-2
/
+2
[prev]
[next]