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-23
fix unused variable warning gcc4 complains about
jsg
1
-0
/
+2
2020-08-23
Add support for "normal" external interrupts. Needed for running on POWER8
kettenis
3
-4
/
+26
2020-08-23
Add OPAL_SET_XIVE and OPAL_GET_XIVE.
kettenis
2
-14
/
+20
2020-08-23
Add missing conversion from IPL to CPU priority.
kettenis
1
-2
/
+2
2020-08-23
uhidev(4) does apply the SET_IDLE request to all its child drivers
mglocker
7
-9
/
+22
2020-08-23
Attempt to support IODA2 bridges such as the one found on POWER8 chips.
kettenis
1
-3
/
+4
2020-08-23
Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works on
kettenis
5
-24
/
+64
2020-08-23
Remove unused debug_syncprt, improve debug sysctl handling
kn
4
-17
/
+9
2020-08-23
Allow userland to use EVFILT_EXCEPT.
mpi
1
-2
/
+2
2020-08-23
Use sysctl_bounded_args for simple cases in cpu_sysctl on i386
gnezdo
1
-13
/
+11
2020-08-22
Don't complain when child nodes don't have a _CRS method. This happens for
kettenis
1
-6
/
+4
2020-08-22
Convert icmp_sysctl to sysctl_bounded_args
gnezdo
2
-16
/
+12
2020-08-22
Convert ip_sysctl to sysctl_bounded_args
gnezdo
2
-49
/
+20
2020-08-22
Convert udp_sysctl to sysctl_bounded_args
gnezdo
2
-15
/
+9
2020-08-22
Add sizes to free() calls
kn
1
-21
/
+23
2020-08-22
The last timeout_add(sc_timeout) died in the great XS_NO_CCB purge of 2017. Nuke
krw
4
-17
/
+4
2020-08-22
Rework unicast/multicast configuration. Keep note that this only changes
patrick
2
-122
/
+93
2020-08-22
Correct oversize rxq initialization in the classifier.
patrick
1
-1
/
+8
2020-08-22
IPv4 protocol parser init fixup and a few whitespace fixes.
patrick
1
-7
/
+12
2020-08-22
Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.
patrick
1
-19
/
+19
2020-08-22
Use sizeof(variable) instead of using a macro for the length parameter.
patrick
1
-2
/
+2
2020-08-22
Simplify some code by getting rid of an extra variable.
patrick
1
-7
/
+9
2020-08-22
More consistent use of the BIT() macro.
patrick
1
-5
/
+5
2020-08-22
Simplify check for return code.
patrick
1
-5
/
+2
2020-08-22
Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL
kn
4
-13
/
+13
2020-08-22
drm/amd/display: dchubbub p-state warning during surface planes switch
jsg
1
-2
/
+67
2020-08-22
drm/amd/display: Fix dmesg warning from setting abm level
jsg
1
-0
/
+23
2020-08-22
drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume
jsg
1
-1
/
+4
2020-08-22
drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
jsg
1
-3
/
+4
2020-08-22
drm: Added orientation quirk for ASUS tablet model T103HAF
jsg
1
-0
/
+6
2020-08-22
drm/amdgpu: fix ordering of psp suspend
jsg
1
-4
/
+4
2020-08-22
drm/dp_mst: Fix the DDC I2C device registration of an MST port
jsg
1
-12
/
+16
2020-08-22
drm/i915/gt: Force the GT reset on shutdown
jsg
1
-0
/
+5
2020-08-22
drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
jsg
1
-3
/
+0
2020-08-22
drm/radeon: fix array out-of-bounds read and write issues
jsg
1
-1
/
+1
2020-08-22
drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
jsg
1
-1
/
+1
2020-08-22
drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
jsg
1
-3
/
+3
2020-08-22
drm/amdgpu: use the unlocked drm_gem_object_put
jsg
1
-1
/
+1
2020-08-22
drm/gem: Fix a leak in drm_gem_objects_lookup()
jsg
1
-2
/
+2
2020-08-22
drm/amd/powerplay: suppress compile error around BUG_ON
jsg
1
-2
/
+12
2020-08-22
drm/amd/powerplay: fix compile error with ARCH=arc
jsg
1
-1
/
+2
2020-08-22
drm/amdgpu/display: properly guard the calls to swSMU functions
jsg
1
-2
/
+2
2020-08-22
drm/amdgpu/display bail early in dm_pp_get_static_clocks
jsg
1
-0
/
+2
2020-08-22
drm/amd/display: Improve DisplayPort monitor interop
jsg
3
-8
/
+23
2020-08-22
drm/radeon: disable AGP by default
jsg
1
-5
/
+0
2020-08-22
drm/debugfs: fix plain echo to connector "force" attribute
jsg
1
-4
/
+4
2020-08-22
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
jsg
3
-3
/
+9
2020-08-22
drm/amdgpu: avoid dereferencing a NULL pointer
jsg
1
-7
/
+12
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
19
-40
/
+19
2020-08-21
ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).
mglocker
1
-3
/
+1
[prev]
[next]