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
2021-03-26
Push kernel lock within rtable_add(9) and rework it to return 0 in the
mvs
2
-10
/
+14
2021-03-26
Push kernel lock down to rt_setsource() to make `ifa' dereference safe.
mvs
1
-3
/
+10
2021-03-26
Initialize error variable in dtread().
bluhm
1
-2
/
+2
2021-03-26
Only install route with label, fix route leak on destroy
kn
3
-3
/
+15
2021-03-26
Remove parenthesis around return value to reduce the diff with NetBSD.
mpi
13
-176
/
+176
2021-03-26
Fix wrong sequence number wrap in ieee80211_recv_auth().
stsp
1
-2
/
+2
2021-03-26
regen
jan
1
-1
/
+5
2021-03-26
Add PCI ID for Intel X710 10G SFP+ NIC
jan
1
-1
/
+2
2021-03-26
regen
jan
1
-1
/
+2
2021-03-26
Add missing PCI ID for Intel X710 SFP+ NIC
jan
1
-1
/
+2
2021-03-25
Permit kern.somaxconn when the unix pledge is used. Previously this was only
abieber
1
-2
/
+2
2021-03-25
an invalid value of `mcs' may come from the hardware so adjust code so that the
mestre
1
-2
/
+3
2021-03-25
Provide apm(4/arm64) with battery information
kn
1
-1
/
+41
2021-03-25
remove uneeded includes in md armv7 files
jsg
69
-307
/
+71
2021-03-24
sync
sthen
2
-6
/
+6
2021-03-24
remove vendor name (Dell) repeated in product name
sthen
1
-2
/
+2
2021-03-24
Improve the tap detection mechanism.
bru
1
-12
/
+21
2021-03-24
cd9660, mfs: do not hide generic vop functions behind #define
semarie
3
-31
/
+15
2021-03-24
make some `struct vops' members explicitly NULL instead of implicitly NULL
semarie
3
-4
/
+8
2021-03-24
The logic in mmrw() to check whether an address is within direct
bluhm
1
-4
/
+4
2021-03-24
Make tap detection less restrictive for multi-finger taps.
bru
1
-9
/
+3
2021-03-24
Define a USB quirk for devices that need to keep their pipes open at
jcs
4
-14
/
+63
2021-03-24
regen
jcs
2
-4
/
+16
2021-03-24
add HAILUCK Keyboard
jcs
1
-1
/
+5
2021-03-23
Fix a corner case bug in Rx block ack window gap-wait timeout handling.
stsp
1
-1
/
+5
2021-03-23
When moving the Rx block ack window forward do not implicitly rely on
stsp
1
-2
/
+3
2021-03-23
Make a child execute fork_return() only if PTRACE_FORK has been specified.
mpi
1
-3
/
+6
2021-03-23
Skip first frame when saving stacktraces, it's always witness_checkorder().
mpi
1
-3
/
+3
2021-03-23
Pack the SPCR struct definition since the struct isn't naturally aligned
patrick
2
-4
/
+4
2021-03-22
Now that MSI pages are properly mapped, all that debug code in smmu(4)
patrick
1
-34
/
+2
2021-03-22
Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs
patrick
5
-21
/
+152
2021-03-22
Update device-tree bindings
kn
1
-6
/
+6
2021-03-22
Let iwn(4) simply clear frames before the firmware's BA window, instead
stsp
1
-29
/
+17
2021-03-21
wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@
sthen
1
-5
/
+4
2021-03-21
Include wstpad allocations when cleaning up wsmouse resources.
bru
3
-3
/
+20
2021-03-21
Disambiguate expressions.
visa
1
-3
/
+3
2021-03-21
makes `struct execsw' to:
semarie
2
-6
/
+12
2021-03-21
Use uppercases for defines.
mpi
1
-6
/
+6
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
florian
1
-4
/
+8
2021-03-20
namei: reorganize a bit the error path for simples cases
semarie
1
-23
/
+17
2021-03-20
Sync some comments in order to reduce the difference with NetBSD.
mpi
9
-292
/
+463
2021-03-20
use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.
dlg
1
-5
/
+3
2021-03-19
another unfortunate action to cope with relentless kernel growth
deraadt
1
-2
/
+2
2021-03-18
When changing the link local address send a RTM_IFINFO message out.
claudio
1
-2
/
+4
2021-03-18
Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()
claudio
1
-3
/
+6
2021-03-18
Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFO
claudio
1
-3
/
+6
2021-03-18
Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completely
kn
1
-2
/
+2
2021-03-18
In revision 1.91 of uhidev.c, jcs@ made sure to only detach devices
anton
3
-22
/
+3
2021-03-18
regen
mvs
4
-9
/
+9
2021-03-18
Unlock sendsyslog(2). Console output still requires kernel lock to be
mvs
2
-41
/
+58
[prev]
[next]