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
/
qwx.c
Age
Commit message (
Expand
)
Author
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-08-19
avoid NULL deref if malloc fails
Jonathan Gray
2024-08-18
plug a memory leak in qwx(4) by freeing vifs when the interface goes down
Stefan Sperling
2024-08-17
enable qwx(4) ext irqs earlier for suspend/resume
Stefan Sperling
2024-06-11
Make sure qwx(4) always calls refcnt_init() before other refcnt functions.
Stefan Sperling
2024-05-29
repair qwx(4) WEP and TKIP via software crypto
Stefan Sperling
2024-05-28
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-28
Make qwx(4) offload TKIP and CCMP crypto to hardware.
Stefan Sperling
2024-05-03
Make qwx(4) call into ifmedia more like iwx(4) does it.
Stefan Sperling
2024-03-09
Ensure that qwx(4) clears the OACTIVE flag when Tx rings have space again.
Stefan Sperling
2024-03-02
implement qwx(4) monitor status ring polling
Stefan Sperling
2024-03-02
silently ignore update-stats events from qwx(4) firmware
Stefan Sperling
2024-03-02
repair QWX_DEBUG build
Stefan Sperling
2024-02-29
align qwx_ce_rx error code checking with linux ath11k driver
Stefan Sperling
2024-02-29
plug a node reference leak in qwx_mgmt_rx_event()
Stefan Sperling
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-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-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-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
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
[next]