summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
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-08fix off-by-one in bounds testJonathan Gray
2024-02-07Add Allwinner H616 support.Mark Kettenis
2024-02-07add allwinner H616 supportSASANO Takayoshi
2024-02-06implement basic bpf(4) support for qwx(4)Stefan Sperling
2024-02-06drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'Jonathan Gray
2024-02-06drm/amdkfd: only flush mes process context if mes support is thereJonathan Gray
2024-02-06drm: using mul_u32_u32() requires linux/math64.hJonathan Gray
2024-02-06drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Jonathan Gray
2024-02-06drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Jonathan Gray
2024-02-06drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Jonathan Gray
2024-02-06drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platf...Jonathan Gray
2024-02-06drm/amdgpu: fix avg vs input power reporting on smu7Jonathan Gray
2024-02-06drm/amdkfd: Fix lock dependency warning with srcuJonathan Gray
2024-02-06drm/amdkfd: Fix lock dependency warningJonathan Gray