index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_iwm.c
Age
Commit message (
Expand
)
Author
2021-06-24
iwm(4): Disentangle attach.
riastradh
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2020-05-22
This driver sleeps during iwm_media_change(), and thus requires an
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-08
iwm(4) workaround as ifp->if_hwdl can be set only once. Advised nonaka@n.o an...
knakahara
2018-06-08
Fix "ifconfig iwm0" failures reported by ryoon@n.o. Advised nonaka@n.o and oz...
knakahara
2018-06-06
Remove duplicate ;
maya
2018-06-05
Fix panic on boot with iwm(4). Advised by nonaka@n.o, thanks.
knakahara
2018-01-21
CID-1427736: Appease coverity using KASSERT
christos
2018-01-10
Match Intel Dual Band Wireless AC 3168. The code already supports it.
mlelstv
2017-10-23
- If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-07-23
kmem_intr_free kmem_intr_[z]alloced memory
para
2017-06-09
fix typo.
nonaka
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-19
iwm(4): match Wireless 8265 device.
nonaka
2017-03-14
iwm(4): update firmware to maintained core release.
nonaka
2017-02-02
wlan interfaces make interrupt routine running on softint context.
nonaka
2017-01-21
PR/51797: initialize hardware completely when receiving a deauth frame from AP.
nonaka
2017-01-21
more block network interrupt.
nonaka
2017-01-21
increase command response timeout value.
nonaka
2017-01-21
include <sys/intr.h> for softint(9).
nonaka
2017-01-19
newstate should be blocked network interrupt, because it called iwm_start.
nonaka
2017-01-17
show NVM channel flags when AB_DEBUG is set.
nonaka
2017-01-17
more acknowledge interrupts from iwn(4).
nonaka
2017-01-17
only bus_dmamap_sync(9) once for ICT region.
nonaka
2017-01-13
iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware.
nonaka
2017-01-10
check LAR support in NVM for 8260/4165.
nonaka
2017-01-10
Add apmg_wake_up_wa support from DragonFly BSD.
nonaka
2017-01-10
iwm(4): 8260 works now. 4165 may works too.
nonaka
2017-01-10
set NULL after free.
nonaka
2017-01-09
Apply OpenBSD if_iwm.c rev.1.148.
nonaka
2017-01-09
Do not use the "flags" field uninitialized
khorben
2017-01-09
Added enum iwm_tx_pm_timeouts from FreeBSD.
nonaka
2017-01-09
cosmetic.
nonaka
2017-01-09
use correct header size.
nonaka
2017-01-08
fix indent
nonaka
2017-01-08
iwm(4): make interrupt routine running on softint context.
nonaka
2017-01-08
use pci_intr_establish_xname(9).
nonaka
2017-01-08
twiddle bpf related.
nonaka
2017-01-08
cosmetic
nonaka
2017-01-04
Export some 802.11 IE manipulate functions.
nonaka
2016-12-18
iwm(4): Sync with OpenBSD.
nonaka
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-09-23
Fix inverted logic in iwm(4).
maya
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-26
Use M_GETCTX
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-11-06
Always use pci_intr_alloc(9)/pci_intr_release(9).
nonaka
2015-10-14
Remove leading whitespaces and kind
ozaki-r
[next]