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