| Age | Commit message (Expand) | Author |
| 2022-08-22 | iwi_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-22 | We come into our if_start routine via ether_output(), therefore there is | thorpej |
| 2022-05-23 | Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci; | rin |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-05-08 | Use pci_compatible_match(). | thorpej |
| 2020-03-20 | This driver sleeps during iwi_media_change(), and thus requires an | thorpej |
| 2020-01-30 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-12-22 | Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the | maxv |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-01-16 | Fix overflow. | maxv |
| 2017-10-23 | - If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-05-23 | Apply deferred if_start to more drivers | ozaki-r |
| 2017-02-02 | wlan interfaces make interrupt routine running on softint context. | nonaka |
| 2016-12-08 | Apply deferred if_start framework | ozaki-r |
| 2016-08-03 | be quiet about regular intermediate authentication states. | mlelstv |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-11-26 | iwi_newstate should work along with ieee80211_new_state, not always | roy |
| 2013-11-21 | Wrap debug code in {} because "a label can only be part of a statement and | riz |
| 2013-10-17 | - remove unused variables | christos |
| 2013-03-30 | remove trailing whitespace | christos |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-03-21 | Unbreak the endian issue in firmware header decoding. Comfirmed good and | nisimura |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-05-23 | -remove references to crypto/arc4/arc4.* -- the code isn't used | drochner |
| 2011-01-31 | clear register 0x41 as FreeBSD and OpenBSD do. Update copyright to the latest. | christos |
| 2010-11-15 | tsleep needs sys/proc.h. | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-13 | Fixes in the iwi(4) driver to better handle errors: | jym |
| 2009-02-13 | make iwi_alloc_tx_ring() prototype match function declaration (shows up when | bouyer |
| 2009-01-09 | Make the "EULA not accepted" message a bit more informative, now reads: | jmcneill |
| 2008-11-10 | Fix typo in fw name. | joerg |
| 2008-11-07 | Match image name with upstream distfiles. | joerg |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-30 | Add glue to ship Intel firmware images. For ipw and iwi require user to | joerg |
| 2008-06-16 | Compute the correct number of pages spanned by the firmware. | mlelstv |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-03-11 | Finish the job: pci_disable_retry() is now a no-op, so don't call | dyoung |