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-11-13
Do not include ../Makefile.inc twice.
visa
1
-3
/
+1
2020-11-13
Fold -fno-builtin-* into -fno-builtin.
visa
1
-11
/
+2
2020-11-13
Use BTB bug workaround also with assembly files.
visa
1
-1
/
+2
2020-11-13
Use a helper to look for existing mapping & return if there's an anon.
mpi
1
-56
/
+81
2020-11-13
Add support for the PL2303HXN series chips to uplcom(4). The main
patrick
1
-18
/
+62
2020-11-13
Add define for the status register's Arbitration Lost bit.
patrick
1
-1
/
+2
2020-11-13
On VF610 the registers are a single byte apart, so introduce a regshift
patrick
1
-8
/
+29
2020-11-13
Even though the registers are 16-bit wide, the upper 8 bits are always
patrick
1
-45
/
+45
2020-11-13
Move the logic dealing with faults 1A & 1B to its own function.
mpi
1
-151
/
+173
2020-11-13
Introduce amap_adjref_anons() an helper to reference count amaps.
mpi
2
-51
/
+61
2020-11-13
Add support for the PCA9547 I2C mux to pcamux(4). In comparison to
patrick
1
-7
/
+21
2020-11-13
Correct CVE number in comment
guenther
1
-2
/
+2
2020-11-12
Simplify interrupt entry stubs to not push around bogus trapno+err
guenther
1
-29
/
+30
2020-11-12
Document art locking.
mpi
2
-11
/
+16
2020-11-12
Nuke variable 'ba'. Only use was removed in r1.230.
krw
1
-3
/
+1
2020-11-12
Reconfigure the COMPHY mode when we find an SFP and configure inband media
kettenis
1
-3
/
+29
2020-11-12
Add 1000baseT media support and set active media to the appropriate value.
kettenis
1
-4
/
+15
2020-11-12
Don't enable port or link until all crypto keys are installed by
krw
2
-12
/
+48
2020-11-12
FDT-based I2C drivers should not use OF_* API in the match code, since
patrick
4
-16
/
+12
2020-11-12
witness: detect and report uninitialized (or zeroed) lock usage
semarie
1
-3
/
+15
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
jsg
2
-2
/
+2
2020-11-11
Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.
stsp
1
-2
/
+3
2020-11-11
Enable acpitz(4) and acpipwrres(4). Stop horrible jet fan noise on my
patrick
1
-1
/
+3
2020-11-11
sync
patrick
2
-4
/
+9
2020-11-11
Add Prolific PL2303GC USB serial adapter.
patrick
1
-1
/
+2
2020-11-10
Enable optical output when bringing an interface up and disable it again
kettenis
1
-1
/
+14
2020-11-10
Add interfaces to control optical output of an SFP.
kettenis
3
-3
/
+59
2020-11-10
setitimer(2): ITIMER_REAL: protect state with per-process mutex ps_mtx
cheloha
2
-12
/
+35
2020-11-10
Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.
stsp
1
-2
/
+5
2020-11-10
Fix previous commit; using > 0 to check a pointer isn't quite right.
kettenis
1
-2
/
+2
2020-11-10
If possible, check the MOD-DEF0 signal to detect the presence of an SFP.
kettenis
1
-1
/
+40
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
jsg
2
-15
/
+22
2020-11-09
Give sizes and types to more functions and objects.
guenther
2
-7
/
+41
2020-11-09
Enable mvpp(4).
patrick
2
-6
/
+6
2020-11-09
Rework MAC initialization code. Properly turn comphy off and on again
patrick
1
-87
/
+164
2020-11-09
Clear TX sent counter on up/down.
patrick
1
-1
/
+4
2020-11-09
On interface down, drop received packets by adding them back into the
patrick
1
-5
/
+48
2020-11-09
There seems to be a silicon errata for 82598 ix(4) chips. When the
bluhm
1
-7
/
+21
2020-11-09
Small whitespace cleanup.
patrick
1
-5
/
+5
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
jsg
1
-2
/
+4
2020-11-08
vblank seqlock is used from interrupt context so use IPL_TTY
jsg
1
-1
/
+1
2020-11-08
In case of failure, call sigexit() from trapsignal instead of sensig().
mpi
14
-101
/
+89
2020-11-08
Add supported media types for SFPs.
kettenis
1
-1
/
+16
2020-11-08
Add code to determine the supported media types from the SFP EEPROM.
kettenis
2
-3
/
+40
2020-11-08
U-Boot might not have cleaned its pools. The pool needs to be empty
patrick
2
-4
/
+25
2020-11-08
Hand the pool a physical address, not a virtual one.
patrick
1
-3
/
+3
2020-11-08
Check that DMA memory has been allocated for the rings and the BM. While
patrick
1
-2
/
+5
2020-11-07
Add clock support for i.MX8MP. This variant uses essentially the
patrick
2
-1
/
+198
2020-11-07
multiple reads of pmap_emulate_reference() don't show any reason for it
deraadt
1
-7
/
+3
2020-11-07
Rework source IP address setting.
denis
5
-55
/
+58
[prev]
[next]