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
/
dev
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-21
Implement a rather simple video interface support for OFW. This is
patrick
2
-2
/
+77
2020-02-21
Add rkdrm(4), a driver which combines all the separate components
patrick
3
-1
/
+667
2020-02-21
Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still
patrick
2
-0
/
+323
2020-02-20
Add a delay after link training to work-around a panic when first
kurt
1
-1
/
+8
2020-02-20
drm/amd: Add DM DMCU support
kettenis
2
-1
/
+92
2020-02-20
Implement request_firmware_direct().
kettenis
1
-0
/
+7
2020-02-20
drm/amd: Add PSP DMCU support
kettenis
1
-0
/
+6
2020-02-20
drm/amd: Add ucode DMCU support
kettenis
2
-2
/
+29
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
visa
9
-23
/
+23
2020-02-20
Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the
krw
1
-1
/
+3
2020-02-20
dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@
cheloha
1
-6
/
+7
2020-02-20
pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@
cheloha
1
-3
/
+4
2020-02-20
Introduce the concept of queue to prepare supporting multiple of them.
mpi
2
-248
/
+322
2020-02-20
In signal_pending_state() only test for pending signal when
jsg
1
-1
/
+2
2020-02-19
Similar to other wireless drivers use bpf_mtap_hdr() to prepend the
claudio
4
-86
/
+24
2020-02-19
ips(4): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-11
/
+7
2020-02-18
Trailing whitespace.
krw
6
-47
/
+47
2020-02-18
Trailing whitespace is icky. Some KNF whitespace tweaks
krw
1
-52
/
+52
2020-02-18
Trailing whitespace is icky. Some KNF whitespace tweaks
krw
1
-2
/
+2
2020-02-18
Let aac(4) compile again by #include'ing selinfo.h.
krw
1
-1
/
+2
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
mpi
10
-19
/
+9
2020-02-18
Add IPv6 support to umb(4).
gerhard
2
-38
/
+247
2020-02-18
Use SIGPENDING() instead of CURSIG() for emulating signal_pending().
claudio
1
-2
/
+2
2020-02-18
magma(4): timeout_add(9) -> timeout_add_msec(9)
cheloha
2
-35
/
+10
2020-02-18
stp(4): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-11
/
+8
2020-02-18
rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@
cheloha
1
-6
/
+6
2020-02-18
ipmi(4): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-3
/
+4
2020-02-17
Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().
claudio
1
-17
/
+4
2020-02-17
missing rcs id
jasper
1
-0
/
+2
2020-02-17
Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution
claudio
1
-16
/
+2
2020-02-17
Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an
claudio
1
-17
/
+4
2020-02-17
The siop family members use various atop/ptoa dances (oosiop/osiop) or
krw
5
-33
/
+8
2020-02-16
16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so
krw
1
-10
/
+2
2020-02-16
Force a guest info update when we get a Capabilities_Register command.
jmatthew
1
-3
/
+11
2020-02-15
*_minphys() functions that cap i/o sizes at a value larger than the
krw
12
-137
/
+23
2020-02-15
Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()
yasuoka
1
-2
/
+2
2020-02-15
Add iwx(4), a new driver for Intel AX200 wifi devices.
stsp
4
-1
/
+14648
2020-02-15
Eliminate gdt_minphys() as it doesn't do anything. As the comment says
krw
2
-15
/
+3
2020-02-14
Let's all agree to call our scsi_adapter variable '<dev>_switch'.
krw
5
-17
/
+17
2020-02-14
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
krw
4
-19
/
+16
2020-02-14
Prevent buffer overflows by not assuming the report length, given by
mpi
1
-11
/
+16
2020-02-13
Fix missing locking during calls to selwakeup().
ratchov
1
-12
/
+40
2020-02-13
replace incorrect function name in error message with __func__
jasper
1
-2
/
+2
2020-02-13
Resolve a few issues with interrupt handling
mikeb
1
-2
/
+4
2020-02-13
Nuke *_minphys() functions that either simply apply MAXPHYS or do
krw
9
-86
/
+17
2020-02-12
Implement a workaround for missing Tx completion interrupts in iwm(4).
stsp
2
-19
/
+45
2020-02-12
Check bogus values from interrupt in ict and non-ict case. r1 and r2
tobhe
1
-5
/
+11
2020-02-12
Bring a few stragglers into line with the idiom used by the other 40+
krw
4
-26
/
+22
2020-02-12
drm/dp_mst: Remove VCPI while disabling topology mgr
jsg
1
-0
/
+12
2020-02-12
drm/amd/dm/mst: Ignore payload update failures
jsg
1
-9
/
+4
[prev]
[next]