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-11-12
FDT-based I2C drivers should not use OF_* API in the match code, since
patrick
4
-16
/
+12
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
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
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
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
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
change from rwlock(9) to mutex(9) for linux rwlocks
jsg
4
-12
/
+8
2020-11-06
The ClearFog GT 8K device tree references the PP22's gate clock
patrick
1
-1
/
+5
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
mpi
1
-3
/
+3
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
mpi
3
-9
/
+9
2020-11-06
move definitions which should be in rwsem.h
jsg
3
-6
/
+14
2020-11-06
Match on ConnectX-6 (non-Dx) cards too.
jmatthew
1
-1
/
+2
2020-11-06
Bail out early if the port type is not Ethernet, rather than failing later
jmatthew
1
-1
/
+8
2020-11-03
Have mvpp(4) pass MII flags depending on the phy mode specified in
patrick
1
-2
/
+23
2020-11-03
The Marvell 88E1512 supports multiple modes between MAC to PHY and PHY
patrick
3
-3
/
+26
2020-11-03
Disable HW PHY polling. It's enabled by default.
patrick
2
-2
/
+10
2020-11-02
sync
tobhe
1
-2
/
+4
2020-11-02
Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).
tobhe
4
-15
/
+26
2020-11-02
add support for ctl reads and writes on 710 chips with API < 1.5
dlg
1
-6
/
+28
2020-10-31
Update the RTL8125B microcode and use ifiq_input and its return value to
kevlo
2
-23
/
+24
2020-10-29
We need more memory barriers on powerpc.
kettenis
1
-7
/
+13
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
kettenis
1
-0
/
+2
2020-10-28
Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.
kettenis
1
-1
/
+2
2020-10-28
regen
kettenis
2
-4
/
+39
2020-10-28
Add a few more Apple Geyser IDs.
kettenis
1
-1
/
+8
2020-10-28
regen
kettenis
2
-2
/
+12
2020-10-28
Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.
kettenis
1
-1
/
+3
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
jsg
6
-71
/
+30
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
kettenis
5
-24
/
+21
2020-10-28
Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdq
jmatthew
1
-1
/
+3
2020-10-27
Do not touch non existing queues. Allows to disable MSI-X in ix(4).
bluhm
1
-2
/
+3
2020-10-27
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
jordan
4
-1
/
+3826
[prev]
[next]