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
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2024-02-29
plug a node reference leak in qwx_mgmt_rx_event()
Stefan Sperling
2024-02-28
Fix rx_bufs accounting buglet; reported on bugs@ by dns at strangeloop dot cc;
Miod Vallat
2024-02-26
Add RK3588 support. Rework the RK3568 support to take advantage of the
Mark Kettenis
2024-02-24
qwx(4): qwx_dp_rx_tid_del_func: fix dp_reo_cache_flush_elem expiration logic
Scott Soule Cheloha
2024-02-22
make qwx(4) ignore ESHUTDOWN while printing errors to dmesg
Stefan Sperling
2024-02-22
cache qwx(4) firmware images in memory across suspend/resume cycles
Stefan Sperling
2024-02-22
add suspend/resume support to qwx(4)
Stefan Sperling
2024-02-21
Remove duplicate definitions.
Kevin Lo
2024-02-20
implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machine
Stefan Sperling
2024-02-20
implement qwx_dp_reo_cmd_list_cleanup()
Stefan Sperling
2024-02-20
fix a double-free in qwx(4) that occurred when removing a peer from firmware
Stefan Sperling
2024-02-19
Make bwfm(4) work with MAC addresses set via ifconfig lladdr.
Stefan Sperling
2024-02-16
implement qwx_init_task(), which will reset the hardware when it gets
Peter Hessler
2024-02-16
fix qwx(4) not coming up on first try if firmware was missing from disk at boot
Stefan Sperling
2024-02-16
remove high-level error messages that cause noise when qwx fw is missing
Stefan Sperling
2024-02-16
prevent memory leaks from duplicate/spurious qwx(4) fw memory requests
Stefan Sperling
2024-02-16
start moving some developmental printfs to be DEBUG DPRINTFs
Peter Hessler
2024-02-15
fix wrong tsleep waiting address in qwx_qmi_mem_seg_send()
Stefan Sperling
2024-02-15
make qwx(4) clean up ic_bss and set link down when moving into SCAN state
Stefan Sperling
2024-02-15
fix datapath Rx buffer management in qwx(4)
Stefan Sperling
2024-02-14
make qwx(4) work with custom MAC addresses set via ifconfig(8)
Stefan Sperling
2024-02-13
Fix splbio usage in oosiop_scsicmd() - it does not need to be taken early
Miod Vallat
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
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
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
2024-02-09
remove qwx debug prints for management frame events we are already handling
Stefan Sperling
2024-02-08
repair QWX_DEBUG build
Stefan Sperling
2024-02-08
implement qwx_dp_tx_process_htt_tx_complete()
Stefan Sperling
2024-02-08
fix qwx_dp_shadow_start_timer()
Stefan Sperling
2024-02-08
remove qwx(4) dp_tx debug prints which should not have been committed
Stefan Sperling
2024-02-08
handle qwx(4) firmware roaming events
Stefan Sperling
2024-02-08
mark full qwx(4) Tx queues, such that the OACTIVE mechanism will be used
Stefan Sperling
2024-02-08
fix use of uninitialized variable m in qwx_dp_rx_reap_mon_status_ring()
Stefan Sperling
2024-02-08
fix uninitialized return from qwx_qmi_load_file_target_mem()
Stefan Sperling
2024-02-08
handle fragmented mbuf DMA segments in the qwx(4) Tx path
Stefan Sperling
2024-02-08
set the mbuf length for received data frames in qwx(4)
Stefan Sperling
2024-02-06
implement basic bpf(4) support for qwx(4)
Stefan Sperling
2024-02-04
Fix cases where the size of the complete firmware file is used instead of
Mark Kettenis
2024-02-03
Try to fetch the board variant from the device tree on platforms that have
Mark Kettenis
2024-02-03
implement qwx_tx()
Stefan Sperling
2024-02-02
Implement basics of the qwx(4) data frame Rx path.
Stefan Sperling
2024-01-30
enable qwx "ext" IRQs for data packets once we have moved into RUN state
Stefan Sperling
2024-01-30
set up qwx REO ring routing
Stefan Sperling
2024-01-30
fix qwx_core_pdev_create() to not drop into its error path on success
Stefan Sperling
2024-01-29
handle qwx(4) association state transitions from ASSOC to RUN
Stefan Sperling
[prev]
[next]