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-07
Convert ffs_sysctl to sysctl_bounded_args
gnezdo
3
-64
/
+42
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
jsg
4
-12
/
+8
2020-11-06
Clean up arm64's autoconf code. There have been quite a few unused
patrick
2
-40
/
+12
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
6
-34
/
+32
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-05
Enable support for ASN1_DN ipsec identifiers.
phessler
3
-4
/
+12
2020-11-05
Replace wrong cast with satosin.
denis
3
-11
/
+7
2020-11-04
Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1.
jsg
1
-1
/
+7
2020-11-04
Use sysctl_int_bounded in bpf_sysctl
gnezdo
1
-21
/
+5
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-03
Give sizes to more of the functions in locore.S
guenther
1
-1
/
+15
2020-11-03
replace the nvgre node when the endpoint ip changes.
dlg
1
-2
/
+2
2020-11-03
Correct comment typo in previous
guenther
1
-2
/
+2
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
Set initial default display brightness via of_setbrightness() to ensure
tobhe
1
-2
/
+2
2020-11-02
Restore abstraction of register saving into macros in frameasm.h
guenther
3
-73
/
+79
2020-11-02
Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars
gnezdo
1
-8
/
+2
2020-11-02
add support for ctl reads and writes on 710 chips with API < 1.5
dlg
1
-6
/
+28
2020-10-31
Add support for passing a bootmac command line argument to RAMDISK.
patrick
2
-3
/
+69
2020-10-31
release the correct lock in noise_remote_begin_session()
jasper
1
-1
/
+1
2020-10-31
Update the RTL8125B microcode and use ifiq_input and its return value to
kevlo
2
-23
/
+24
2020-10-30
Use a 64MB block to load the kernel to deal with kernel growth.
kettenis
2
-4
/
+4
2020-10-30
As done on other architectures, narrow the KERNEL_LOCK only around
deraadt
1
-19
/
+19
2020-10-30
No need to print that we're the console device; wsdisplay(4) will do that
kettenis
1
-4
/
+1
2020-10-30
Add a comment that explains why the major/minor of the device is set
kettenis
1
-8
/
+12
2020-10-30
Allow astfb(4) to become the console. At this point this is a "late" switch
kettenis
1
-2
/
+17
2020-10-30
Add code to determine the console devie node.
kettenis
2
-2
/
+83
2020-10-29
Add feature to force the selection of source IP address
denis
10
-19
/
+216
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
When generating the ICMP6 response to an IPv6 packet, the kernel
bluhm
2
-10
/
+11
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
Use "memory" on inline fence instructions to suggest to the compiler
jsg
1
-4
/
+4
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
If Open Firmware doesn't provide an interrupt mapping, use the swizzled
kettenis
1
-3
/
+11
2020-10-27
Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display
tobhe
1
-2
/
+2
[prev]
[next]