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-12-10
Convert gre_sysctl to sysctl_bounded_arr
gnezdo
1
-21
/
+12
2020-12-10
Use sysctl_int_bounded for sysctl_hwsetperf
gnezdo
1
-13
/
+7
2020-12-09
Ignore trailing data in A-MSDU frame buffers if it is smaller than the
stsp
1
-12
/
+8
2020-12-09
Add kernel-only per-thread kqueue & helpers to initialize and free it.
mpi
4
-5
/
+45
2020-12-09
fxp does not currently fit
deraadt
1
-2
/
+2
2020-12-09
Use daddr_t and not daddr32_t in boot media.
krw
86
-179
/
+179
2020-12-09
Disable A-MSDU support again.
stsp
2
-2
/
+8
2020-12-09
Flush reorder buffer after gap timeout, otherwise the frames remain
tobhe
1
-1
/
+6
2020-12-09
Remove redundant TLB flush. All callers of pmap_pte_remove() were already
kettenis
1
-3
/
+1
2020-12-09
add RCS tags
tb
4
-0
/
+4
2020-12-09
ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.
dlg
1
-2
/
+2
2020-12-08
Enable 802.11 A-MSDU support again. It was disabled some time ago but
stsp
2
-18
/
+2
2020-12-08
fix wrong function names in softraid RAID1 debug print statements
stsp
1
-3
/
+3
2020-12-08
Fix 802.11 RSN capabilities announced to peers.
stsp
1
-3
/
+12
2020-12-08
Fix gapwait accounting. Count all the packets in the reorder
tobhe
1
-24
/
+12
2020-12-08
Use a while loop instead of goto in uvm_fault().
mpi
1
-34
/
+23
2020-12-08
Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate
jsg
1
-1
/
+1
2020-12-08
Use BA agreement immediately after it is requested by the AP.
tobhe
1
-2
/
+17
2020-12-08
an(4): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-3
/
+3
2020-12-08
correct ttm_tt error paths if bus_dmamap_create() fails
jsg
1
-2
/
+9
2020-12-07
Fix calculation of "maxlen" if there are multiple MPDUs in one packet.
tobhe
1
-8
/
+2
2020-12-07
Fix calculation of "maxlen" if there are multiple MPDUs in one packet.
tobhe
1
-8
/
+2
2020-12-07
Initialize handled
gnezdo
1
-2
/
+2
2020-12-07
Convert the per-process thread list into a SMR_TAILQ.
mpi
14
-47
/
+60
2020-12-07
Refactor kqueue_scan() so it can be used by other syscalls.
mpi
2
-50
/
+50
2020-12-07
Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link
kettenis
1
-2
/
+20
2020-12-07
remove unused (and wrong) page_address() macro
jsg
1
-1
/
+0
2020-12-07
synproxy should be processing incoming SYN packets only.
sashan
1
-2
/
+2
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
jsg
1
-2
/
+2
2020-12-06
Implement acpi_intr_disestablish() for amd64.
kettenis
1
-1
/
+7
2020-12-06
Implement pci_intr_disestablish(9) for acpicpi(4) on arm64.
kettenis
1
-2
/
+8
2020-12-06
Implement acpi_intr_disestablish() for arm64.
kettenis
2
-2
/
+12
2020-12-06
Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.
kettenis
4
-5
/
+296
2020-12-06
mbg(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
1
-7
/
+7
2020-12-06
srp_finalize(9): tsleep(9) -> tsleep_nsec(9)
cheloha
1
-2
/
+2
2020-12-06
Add missing byteswaps.
kettenis
1
-3
/
+3
2020-12-06
Use 1000baseKX and 2500baseKX media types for fixed link connections an
kettenis
1
-1
/
+13
2020-12-06
Introduce constants to access the setjmp(3) jmp_buf fields from
bluhm
1
-2
/
+13
2020-12-06
Fix yet another wscons race. In the same subsystem, the following
anton
1
-6
/
+5
2020-12-05
Add support for the _EVT method to the GPIO support code.
kettenis
1
-3
/
+12
2020-12-05
Convert sysctl_tc to sysctl_bounded_arr
gnezdo
1
-7
/
+8
2020-12-04
Recognize Neoverse-N2.
kettenis
1
-1
/
+3
2020-12-04
hvn(4): msleep(9) -> msleep_nsec(9)
cheloha
1
-2
/
+2
2020-12-04
Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.
mpi
2
-13
/
+27
2020-12-04
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
cheloha
2
-12
/
+24
2020-12-02
Revert previous extension of the SCHED_LOCK(), the state isn't passed down.
mpi
2
-27
/
+11
2020-12-02
Extract another couple of chunks from main() into helper functions,
krw
2
-3
/
+16
2020-12-02
Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.
mpi
2
-11
/
+27
2020-12-02
Document that the page queue must only be locked if the page is managed.
mpi
1
-5
/
+7
2020-12-02
Hoist DTYPE_* out of #ifdef _KERNEL.
martijn
1
-6
/
+9
[prev]
[next]