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-05-03
Make qwx(4) call into ifmedia more like iwx(4) does it.
Stefan Sperling
2024-05-03
Add support for Rx checksum offloading to dwqe(4).
Stefan Sperling
2024-04-29
remove unused global vars
Jonathan Gray
2024-04-25
Adjust macro definitions for dwqe(4) Rx descriptors.
Stefan Sperling
2024-04-25
Mask off MAC management counter interrupts. The driver doesn't know how
Jonathan Matthew
2024-04-23
use 1U << 31 to avoid undefined behaviour
Jonathan Gray
2024-04-19
As of the documentation, the UTP Command Descriptor Base Address (UCDBA)
Marcus Glocker
2024-04-15
Don't wait forever in nvme_poll(). Respect the timeout provided by a scsi_xfer.
Kenneth R Westerback
2024-04-15
Don't hang in nvme_poll() if the nvme controller has disconnected from the pcie
Kenneth R Westerback
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-04-03
Reuse the timeout from struct scsi_xfer rather than declaring one in
Miod Vallat
2024-03-29
skip dwqe_tx_proc() processing while the interface is not up
Stefan Sperling
2024-03-09
Ensure that qwx(4) clears the OACTIVE flag when Tx rings have space again.
Stefan Sperling
2024-03-04
Reduce high limit of dwqe(4) receive ring by one.
Alexander Bluhm
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-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
[next]