index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2024-02-15
fix wrong ifmedia macro used to check for IFM_AUTO
Stefan Sperling
2024-02-15
vmx(4): Add TCP/UDP Checksum Offloading for IPv4/6
Jan Klemkow
2024-02-15
fix datapath Rx buffer management in qwx(4)
Stefan Sperling
2024-02-15
Fix bogus packet length calculation in the RX/LRO path, which can lead to
Marcus Glocker
2024-02-15
return non-zero if drm_fb_helper_alloc_info() fails in rkdrm_fb_probe()
Jonathan Gray
2024-02-14
Check IP length in ether_extract_headers().
Alexander Bluhm
2024-02-14
Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43.
Miod Vallat
2024-02-14
Hide struct ip6q, struct ip6asfrag, struct ip6_moptions,
Claudio Jeker
2024-02-14
Remove defines no longer needed in locore. NFC
Miod Vallat
2024-02-14
Remove never ever used cpu_exec() macro, apparently already obsolete by the
Miod Vallat
2024-02-14
make qwx(4) work with custom MAC addresses set via ifconfig(8)
Stefan Sperling
2024-02-14
Enable the pool gc thread on m88k MULTIPROCESSOR kernels now that
Miod Vallat
2024-02-14
Make sure pmap_unmap_direct flushes dirty cache lines.
Miod Vallat
2024-02-13
Fix splbio usage in oosiop_scsicmd() - it does not need to be taken early
Miod Vallat
2024-02-13
Analyse header layout in ether_extract_headers().
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-13
Remove sanity checks from uvm_pagefree(). The first thing this function does
Miod Vallat
2024-02-13
There is no way to implement the INKERNEL() macro on sparc64.
Claudio Jeker
2024-02-13
zlib: sync with base
Theo Buehler
2024-02-13
fix off-by-one in bounds test
Jonathan Gray
2024-02-12
Pass protosw instead of domain structure to soalloc() to get real
Vitaliy Makkoveev
2024-02-12
kernel: disable hardclock() on secondary CPUs
Scott Soule Cheloha
2024-02-12
add Allwinner H616 support (and errata fix)
SASANO Takayoshi
2024-02-12
Intel and AMD use different cpuid bits for MSR_PRED_CMD IBPB
Jonathan Gray
2024-02-12
Retpolines are an anti-pattern for IBT, so we need to shift protecting
Philip Guenther
2024-02-11
Release `sb_mtx' mutex(9) before sbunlock().
Vitaliy Makkoveev
2024-02-11
Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets.
Vitaliy Makkoveev
2024-02-11
Fix potential out-of-bounds array access.
Mark Kettenis
2024-02-11
sync with src
Theo Buehler
2024-02-11
recue -> reduce (in comment); from andrius v
Jason McIntyre
2024-02-11
Remove include netinet6/ip6_var.h from netinet/in_pcb.h.
Alexander Bluhm
2024-02-10
On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return
Theo de Raadt
2024-02-10
fix off-by-one when printing fr_arg
Jonathan Gray
2024-02-10
libz: sync with base
Theo Buehler
2024-02-09
dt(4): move interval/profile entry points to dedicated clockintr callback
Scott Soule Cheloha
2024-02-09
clockintr: add clockintr_unbind()
Scott Soule Cheloha
2024-02-09
vmx(4): add missing NVLAN checks
Jan Klemkow
2024-02-09
clockintr: refactor clockintr_cancel() into clockintr_cancel_locked()
Scott Soule Cheloha
2024-02-09
Include sys/lock.h to make qwx(4) compile with GENERIC kernel.
Alexander Bluhm
2024-02-09
implement qwx_dp_process_rxdma_err()
Stefan Sperling
2024-02-09
implement qwx_dp_rx_process_wbm_err()
Stefan Sperling
2024-02-09
implement qwx_dp_process_reo_status()
Stefan Sperling
2024-02-09
implement qwx_dp_process_rx_err()
Stefan Sperling
2024-02-09
Route cache function returns hit or miss.
Alexander Bluhm
2024-02-09
Struct layout of qwx_softc should not depend on NBPFILTER.
Alexander Bluhm
2024-02-09
avoid uninitialised var use if qwx_core_fetch_bdf() errors
Jonathan Gray
2024-02-09
qwx pci code must include bpfilter.h, too; spotted by kettenis
Stefan Sperling
2024-02-09
Enable igc(4) on sparc64.
Alexander Bluhm
2024-02-09
make ifconfig display the Tx rate selected by qwx firmware
Stefan Sperling
2024-02-09
add missing node reference counting to qwx's Tx completion path
Stefan Sperling
[next]