summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwm.c
AgeCommit message (Expand)Author
2021-06-24iwm(4): Disentangle attach.riastradh
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2020-05-22This driver sleeps during iwm_media_change(), and thus requires anthorpej
2020-01-30Adopt <net/if_stats.h>.thorpej
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-08iwm(4) workaround as ifp->if_hwdl can be set only once. Advised nonaka@n.o an...knakahara
2018-06-08Fix "ifconfig iwm0" failures reported by ryoon@n.o. Advised nonaka@n.o and oz...knakahara
2018-06-06Remove duplicate ;maya
2018-06-05Fix panic on boot with iwm(4). Advised by nonaka@n.o, thanks.knakahara
2018-01-21CID-1427736: Appease coverity using KASSERTchristos
2018-01-10Match 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-23kmem_intr_free kmem_intr_[z]alloced memorypara
2017-06-09fix typo.nonaka
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-19iwm(4): match Wireless 8265 device.nonaka
2017-03-14iwm(4): update firmware to maintained core release.nonaka
2017-02-02wlan interfaces make interrupt routine running on softint context.nonaka
2017-01-21PR/51797: initialize hardware completely when receiving a deauth frame from AP.nonaka
2017-01-21more block network interrupt.nonaka
2017-01-21increase command response timeout value.nonaka
2017-01-21include <sys/intr.h> for softint(9).nonaka
2017-01-19newstate should be blocked network interrupt, because it called iwm_start.nonaka
2017-01-17show NVM channel flags when AB_DEBUG is set.nonaka
2017-01-17more acknowledge interrupts from iwn(4).nonaka
2017-01-17only bus_dmamap_sync(9) once for ICT region.nonaka
2017-01-13iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware.nonaka
2017-01-10check LAR support in NVM for 8260/4165.nonaka
2017-01-10Add apmg_wake_up_wa support from DragonFly BSD.nonaka
2017-01-10iwm(4): 8260 works now. 4165 may works too.nonaka
2017-01-10set NULL after free.nonaka
2017-01-09Apply OpenBSD if_iwm.c rev.1.148.nonaka
2017-01-09Do not use the "flags" field uninitializedkhorben
2017-01-09Added enum iwm_tx_pm_timeouts from FreeBSD.nonaka
2017-01-09cosmetic.nonaka
2017-01-09use correct header size.nonaka
2017-01-08fix indentnonaka
2017-01-08iwm(4): make interrupt routine running on softint context.nonaka
2017-01-08use pci_intr_establish_xname(9).nonaka
2017-01-08twiddle bpf related.nonaka
2017-01-08cosmeticnonaka
2017-01-04Export some 802.11 IE manipulate functions.nonaka
2016-12-18iwm(4): Sync with OpenBSD.nonaka
2016-12-08Apply deferred if_start frameworkozaki-r
2016-09-23Fix inverted logic in iwm(4).maya
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-26Use M_GETCTXozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-11-06Always use pci_intr_alloc(9)/pci_intr_release(9).nonaka
2015-10-14Remove leading whitespaces and kindozaki-r