summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-02-20implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machineStefan Sperling
2024-02-20implement qwx_dp_reo_cmd_list_cleanup()Stefan Sperling
2024-02-20fix a double-free in qwx(4) that occurred when removing a peer from firmwareStefan Sperling
2024-02-20drm/i915/pxp/mtl: Update pxp-firmware response timeoutJonathan Gray
2024-02-19Make bwfm(4) work with MAC addresses set via ifconfig lladdr.Stefan Sperling
2024-02-19regenJonathan Gray
2024-02-19add more Intel device idsJonathan Gray
2024-02-19regenKevin Lo
2024-02-19add Realtek 802.11ax idsKevin Lo
2024-02-19drm/amd/display: Implement bounds check for stream encoder creation in DCN301Jonathan Gray
2024-02-19drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'Jonathan Gray
2024-02-19drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'Jonathan Gray
2024-02-19drm/i915/gvt: Fix uninitialized variable in handle_mmio()Jonathan Gray
2024-02-18Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctlAnton Lindqvist
2024-02-18dt(4): profile: remove clock interrupt staggeringScott Soule Cheloha
2024-02-17Bindings for the rk3288/rk3328/rk3399 have landed in Linux and are beingMark Kettenis
2024-02-16implement qwx_init_task(), which will reset the hardware when it getsPeter Hessler
2024-02-16Re-introduce TSO support after we've implemented fixes for the two reportedMarcus Glocker
2024-02-16improve PBL->SBL EE transition handling in preparation for qwx_init_task()Stefan Sperling
2024-02-16fix qwx(4) not coming up on first try if firmware was missing from disk at bootStefan Sperling
2024-02-16remove high-level error messages that cause noise when qwx fw is missingStefan Sperling
2024-02-16prevent memory leaks from duplicate/spurious qwx(4) fw memory requestsStefan Sperling
2024-02-16Fix wrong ifmedia check in intel wifi drivers.Stefan Sperling
2024-02-16start moving some developmental printfs to be DEBUG DPRINTFsPeter Hessler
2024-02-15fix wrong tsleep waiting address in qwx_qmi_mem_seg_send()Stefan Sperling
2024-02-15make qwx(4) clean up ic_bss and set link down when moving into SCAN stateStefan 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-14make qwx(4) work with custom MAC addresses set via ifconfig(8)Stefan Sperling
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-12add Allwinner H616 support (and errata fix)SASANO Takayoshi
2024-02-11Fix potential out-of-bounds array access.Mark Kettenis
2024-02-11recue -> reduce (in comment); from andrius vJason McIntyre
2024-02-09dt(4): move interval/profile entry points to dedicated clockintr callbackScott Soule Cheloha
2024-02-09vmx(4): add missing NVLAN checksJan Klemkow
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-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-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