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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary dynamic memory allocation in athn_usb_newauth().
stsp
2018-12-06
1
-10
/
+5
*
Use a time-based method for tracking motion states of touches.
bru
2018-12-05
1
-50
/
+81
*
Correctly disable pvclock(4) on old hardware that lack a stable clock
reyk
2018-12-05
1
-3
/
+24
*
usb_block_allocmem() won't sleep.
gerhard
2018-12-05
1
-4
/
+1
*
Do not call usbd_delay_ms() from interrupt context.
mpi
2018-12-05
1
-2
/
+1
*
free(9) sizes for softcs.
mpi
2018-12-05
1
-6
/
+8
*
free(9) size for temporary buffer.
mpi
2018-12-05
1
-7
/
+7
*
Include srp.h where struct cpu_info uses srp to avoid erroring out when
jsg
2018-12-05
10
-10
/
+20
*
Add processor IDs for several OCTEON II and III SoCs.
visa
2018-12-04
5
-5
/
+39
*
Use m_align() and while there reorder the pkthdr initalisation a bit.
claudio
2018-12-04
1
-8
/
+6
*
Unify messaged printed when we can't estiblish an interrupt.
kettenis
2018-12-04
4
-8
/
+8
*
Add support for RTL8192EU adapters, partly taken from netbsd.
jmatthew
2018-12-04
4
-193
/
+1207
*
Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR
claudio
2018-12-03
3
-14
/
+17
*
Do not process the top 32 bits of the 64 bit interrupt mask register
visa
2018-12-03
1
-3
/
+3
*
Remove the unused interrupt type (edge/level) from the mace interrupt
visa
2018-12-03
8
-21
/
+17
*
In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter frees
claudio
2018-12-03
1
-2
/
+4
*
Avoid uint32_t in _lock.h so users of rwlock.h mutex.h etc don't have to
jsg
2018-12-03
1
-2
/
+2
*
Include "com.h" to fix using a puc(4) based serial port as serial console
kettenis
2018-12-02
1
-1
/
+3
*
Remove artefacts from 'C', 'c' and 'F' characters, to match the other
fcambus
2018-12-02
1
-4
/
+4
*
Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.
fcambus
2018-12-02
5
-1
/
+31577
*
regen
mlarkin
2018-11-30
2
-2
/
+12
*
Add another Xeon E3-1200 v6/7 host device.
mlarkin
2018-11-30
1
-1
/
+3
*
MH_ALIGN -> m_align
claudio
2018-11-30
1
-2
/
+2
*
MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so that
claudio
2018-11-30
1
-3
/
+4
*
MH_ALIGN -> m_align and make the spacing look the same in all three places.
claudio
2018-11-30
1
-6
/
+6
*
Switch MH_ALIGN to m_align which is the same.
claudio
2018-11-30
1
-2
/
+2
*
Trivial MH_ALIGN/M_ALIGN to m_align conversions.
claudio
2018-11-30
2
-7
/
+7
*
allow configuration of ecn processing
dlg
2018-11-29
2
-16
/
+131
*
restrict setting ecn to root
dlg
2018-11-29
1
-1
/
+2
*
allow configuration of ecn propagation on tunnel interfaces.
dlg
2018-11-29
1
-1
/
+4
*
Further cleanup of icmp_do_error.
claudio
2018-11-28
1
-19
/
+13
*
EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload.
cheloha
2018-11-27
1
-2
/
+6
*
Free sizes for the subdevs array.
mpi
2018-11-27
2
-5
/
+9
*
Attach the driver only if the stack managed to set the configuration.
mpi
2018-11-27
1
-2
/
+3
*
spelling; from miod
jmc
2018-11-25
2
-8
/
+8
*
regen
daniel
2018-11-25
2
-2
/
+7
*
Add core4g thermal id; ok mlarkin.
daniel
2018-11-25
1
-1
/
+2
*
print more details about the join'd networks we have saved when a user runs
phessler
2018-11-25
3
-3
/
+59
*
only attach pvclock(4) inside a KVM guest
phessler
2018-11-24
1
-2
/
+4
*
Change rtable_mpath_reprio() to take the prefixlen as argument instead of
claudio
2018-11-23
3
-14
/
+10
*
Add the pvclock(4) guest driver for paravirtual clocks
reyk
2018-11-23
5
-4
/
+243
*
Remove useless assignment, value is overwritten right after being set.
fcambus
2018-11-22
1
-2
/
+1
*
In unp_internalize() check the length more carefully preventing an
claudio
2018-11-21
1
-1
/
+3
*
When using MSG_PEEK to peak into packets skip control messages holding
claudio
2018-11-21
2
-11
/
+20
*
free(9) sizes for bread_cluser().
mpi
2018-11-21
1
-5
/
+5
*
fix whitespace in debugging function
phessler
2018-11-20
1
-6
/
+6
*
Add support for TIOCGPGRP ioctl commands to wscons.
anton
2018-11-20
3
-3
/
+24
*
No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()
anton
2018-11-20
3
-22
/
+3
*
Revert free sizes for `subdevs' array, it is incorrect.
mpi
2018-11-20
2
-9
/
+5
*
Make rtable_satoplen() a bit more strict when parsing netmasks. Ensure
claudio
2018-11-20
1
-19
/
+12
[next]