Age | Commit message (Expand) | Author |
2022-05-14 | Remove unused buf_dma member from struct iwm_rx_ring. | Stefan Sperling |
2022-03-19 | Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine. | Stefan Sperling |
2022-03-19 | Add initial 802.11ac support to the iwm(4) driver. | Stefan Sperling |
2022-01-09 | spelling | Jonathan Gray |
2021-12-20 | Make iwm(4) attach to PCI devices with product ID 0x31dc. | Stefan Sperling |
2021-12-03 | Implement a bgscan_done() handler for iwm(4). | Stefan Sperling |
2021-11-27 | Let iwm(4) use per-Tx-queue interface timers to ensure that the interface | Stefan Sperling |
2021-10-11 | Add support for 802.11n 40MHz channels to the iwm(4) driver. | Stefan Sperling |
2021-10-07 | Make our old BSSID available to iwm_newstate() when roaming. | Stefan Sperling |
2021-07-08 | Support MCC update response used by newer iwm(4) firmware, and verify | Stefan Sperling |
2021-07-08 | Back out support for newer MCC update commands in iwm(4) for now. | Stefan Sperling |
2021-07-07 | Support MCC update response used by newer iwm(4) firmware, and verify | Stefan Sperling |
2021-07-07 | Support the SoC configuration command used by newer iwm(4) 9560 firmware. | Stefan Sperling |
2021-07-07 | Parse CMD_VERSION TLV found in iwm(4) fw images and add iwm_lookup_cmd_ver(). | Stefan Sperling |
2021-06-01 | Revert iwm(4) firmware updates for now; robert@ reports stalled Tx on 9260 | Stefan Sperling |
2021-06-01 | Switch iwm(4) to new firmware images available in iwm-firmware-20210512. | Stefan Sperling |
2021-05-10 | Let iwm(4) flush Tx queues before removing the firmware station and | Stefan Sperling |
2021-05-03 | Add 802.11n Tx aggregation support to iwm(4). | Stefan Sperling |
2021-04-29 | Make iwn, iwm, and iwx keep track of beacon parameters at run-time. | Stefan Sperling |
2021-04-25 | Implement support for Rx aggregation offload in iwm(9) and iwx(4), and | Stefan Sperling |
2021-03-12 | Use RA instead of MiRA in iwm(4). | Stefan Sperling |
2020-10-11 | Stop exporting `wt_hwqueue' now that drivers don't advertise it. | Martin Pieuchot |
2020-10-09 | Kill unused IEEE80211_RADIOTAP_HWQUEUE. | Martin Pieuchot |
2020-04-03 | Fix an automatic Tx rate control issue in iwm(4) and iwx(4). | Stefan Sperling |
2020-04-02 | Remove iwm(4) 11n mode CCK Tx rate fallback. | Stefan Sperling |
2020-04-02 | iwm's LQ_CMD can work asynchronously from interrupt context. | Stefan Sperling |
2020-04-02 | Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead. | Stefan Sperling |
2020-02-28 | Some monitor mode fixes for iwm(4): | Stefan Sperling |
2020-02-12 | Implement a workaround for missing Tx completion interrupts in iwm(4). | Stefan Sperling |
2019-12-18 | Re-enable firmware-based Tx retries at lower rates for iwm(4). | Stefan Sperling |
2019-11-26 | Add support for MSI-X. MSI-X allows establishing a number of | Patrick Wildt |
2019-11-18 | Add support for 9260 and 9560 devices to iwm(4). | Stefan Sperling |
2019-11-12 | Fix support for 3168 iwm(4) devices, and load new firmware for them. | Stefan Sperling |
2019-11-08 | Add support to iwm(4) for ADD_STA commands used by newer firmware. | Stefan Sperling |
2019-11-04 | Support iwm(4) firmware images with ucode_api flags larger than 32 bits. | Stefan Sperling |
2019-11-04 | Add support for iwm firmware paging, required for newer 8k device firmware. | Stefan Sperling |
2019-10-28 | Have iwm(4) configure the PCIe LTR. | Stefan Sperling |
2019-10-28 | Skip the 'update MCC' command if iwm 8k firmware supports Location | Stefan Sperling |
2019-10-28 | iwm: enlarge maximum NVM section size; required for newer firmware | Stefan Sperling |
2019-10-18 | Add support for dynamic queue allocation (DQA) to iwm(4). | Stefan Sperling |
2019-02-24 | Rework iwm(4) Tx rate selection. | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-10-22 | In iwm(4), allocate command response buffers dynamically in a ring | Stefan Sperling |
2017-10-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | Stefan Sperling |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-07-16 | Add comments to the definitions of iwm(4) driver-private flags. | Stefan Sperling |
2017-07-15 | Get rid of the device reset hack in iwm_newstate_task(). | Stefan Sperling |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |