summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2024-02-09remove qwx debug prints for management frame events we are already handlingStefan Sperling
2024-02-08Upstream Linux finally settled on the compatible for the JH7100 EthernetMark Kettenis
2024-02-08repair QWX_DEBUG buildStefan Sperling
2024-02-08implement qwx_dp_tx_process_htt_tx_complete()Stefan Sperling
2024-02-08fix qwx_dp_shadow_start_timer()Stefan Sperling
2024-02-08remove qwx(4) dp_tx debug prints which should not have been committedStefan Sperling
2024-02-08ldo bits need to be shiftedJonathan Gray
2024-02-08handle qwx(4) firmware roaming eventsStefan Sperling
2024-02-08mark full qwx(4) Tx queues, such that the OACTIVE mechanism will be usedStefan Sperling
2024-02-08fix use of uninitialized variable m in qwx_dp_rx_reap_mon_status_ring()Stefan Sperling
2024-02-08fix uninitialized return from qwx_qmi_load_file_target_mem()Stefan Sperling
2024-02-08handle fragmented mbuf DMA segments in the qwx(4) Tx pathStefan Sperling
2024-02-08set the mbuf length for received data frames in qwx(4)Stefan Sperling
2024-02-08correct size in mac address comparisonJonathan Gray