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-27
Add initialization of sc_sff_lock rwlock.
kevlo
1
-1
/
+3
2020-11-24
fter ixgbe_stop() there will be no more link-state-change
gerhard
1
-1
/
+3
2020-11-23
Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)
krw
2
-2
/
+12
2020-11-22
Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disable
otto
1
-2
/
+2
2020-11-21
Add barriers in the IO helper functions just like what was done for amdgpu(4).
kettenis
1
-6
/
+22
2020-11-19
Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical
kettenis
1
-8
/
+5
2020-11-19
The conversion of the IO BAR access did not completely mirror the
patrick
1
-6
/
+22
2020-11-18
fix build on loongson with clang
jsg
1
-3
/
+4
2020-11-18
regen
jsg
2
-2
/
+22
2020-11-18
add Realtek RealManage devices
jsg
1
-1
/
+5
2020-11-17
Add ACPI support to imxiic(4).
patrick
2
-1
/
+235
2020-11-17
Split imxiic(4) into the FDT-attachment code and the i.MX I2C code
patrick
4
-167
/
+184
2020-11-17
Zap parameter names in function prototypes.
mglocker
1
-4
/
+4
2020-11-17
remove unused definitions which no longer exist in linux
jsg
4
-8
/
+2
2020-11-17
remove setup_timer() interface linux removed in 2017
jsg
2
-8
/
+10
2020-11-17
fix time_after32() macro
jsg
1
-1
/
+1
2020-11-17
adjust for reversed outb arguments linux uses
jsg
1
-0
/
+4
2020-11-16
Fix compile error on big-endian machines caused by recent multicast commit.
patrick
1
-2
/
+2
2020-11-16
Add multicast support to bwfm(4) to make IPv6 work and to fix
patrick
1
-6
/
+52
2020-11-16
regen
patrick
2
-9
/
+9
2020-11-16
Move PL2303GC around to make sure the list is sorted properly.
patrick
1
-2
/
+2
2020-11-16
regen
kevlo
2
-2
/
+72
2020-11-16
Add PCI ids for Intel 2.5Gb adapters.
kevlo
1
-1
/
+15
2020-11-15
Add acpige(4), a driver for ACPI generic event devices. This is a rather
patrick
2
-1
/
+134
2020-11-15
Add pchgpio(4), a driver for the GPIO controllers found on modern Intel
kettenis
2
-1
/
+369
2020-11-15
match on Edimax EW-7811Un V2, from Morgan Aldridge
jmatthew
1
-1
/
+2
2020-11-15
regen
jmatthew
2
-4
/
+9
2020-11-14
add Edimax EW-7811Un V2, from Morgan Aldridge
jmatthew
1
-1
/
+2
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
kettenis
2
-30
/
+33
2020-11-14
idr limit should be inclusive
jsg
1
-3
/
+7
2020-11-14
Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it's
patrick
1
-5
/
+189
2020-11-14
Add support for the VF610 I2C controller to imxiic(4). It uses its
patrick
2
-5
/
+53
2020-11-14
Move enabling/disabling the I2C controller and clearing the Interrupt
patrick
1
-13
/
+31
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
kettenis
2
-37
/
+23
2020-11-14
whitespace
kettenis
1
-2
/
+2
2020-11-14
Add 10G media support. This makes the 10G ports on the "single shot" model
kettenis
1
-2
/
+11
2020-11-14
Add SFP+ support, including support for direct attach cables.
kettenis
1
-1
/
+36
2020-11-14
We should only grab the drm_global_mutex lock for legacy drivers.
kettenis
1
-1
/
+3
2020-11-13
Assert reset before configuring the MACs. Otherwise we leave the 10G MAC
kettenis
1
-7
/
+4
2020-11-13
To prepare for upcoming VF610 support, access the clk div table using
patrick
2
-11
/
+16
2020-11-13
Convert array of two-element arrays into a much more readable array of
patrick
2
-7
/
+12
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
Add support for the PCA9547 I2C mux to pcamux(4). In comparison to
patrick
1
-7
/
+21
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
1
-3
/
+19
[prev]
[next]