if_iwm - Stop iwm_watchdog callout when idle.
[dragonfly.git] / sys / dev / netif / iwm / if_iwm.c
2018-09-20 Imre Vadászif_iwm - Stop iwm_watchdog callout when idle.
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-03-28 Imre Vadásziwm - Always clear watchdog timer, when bringing down...
2018-03-28 Imre Vadásziwm - Clear Time Event active state, when receiving...
2018-03-18 Imre Vadásziwm - Improve firmware Time Event handling.
2018-03-18 Imre Vadásziwm - Avoid Tx watchdog timeout, when dropping a connec...
2018-03-18 Imre Vadásziwm - Track firmware state better, and improve handling...
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-01-15 Imre Vadászif_iwm - Configure the PCIe LTR, fix PCI express capabi...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-11-26 Imre Vadásziwm - Reduce gratuitous differences with Linux iwlwifi...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-13 Imre Vadászif_iwm - Check sc->sc_attached flag in suspend/resume...
2016-11-12 Imre Vadászif_iwm - Move iwm_read_firmware() call into iwm_attach().
2016-11-12 Imre Vadászif_iwm - Attach to new AC3168 and AC8265 chipsets ...
2016-11-08 Imre Vadászif_iwm - Advertise full-offload scan support, fixes...
2016-11-06 Imre Vadászif_iwm - The iwm_prepare_card_hw() in iwm_attach()...
2016-11-06 Imre Vadászif_iwm - Use rates given in struct ieee80211_txparam...
2016-11-06 Imre Vadászif_iwm - Update firmware rs table, instead of indexing...
2016-11-03 Imre Vadászif_iwm - Add iwm_mvm_send_lq_cmd() from Linux iwlwifi...
2016-11-02 Imre Vadászif_iwm - Sync statistics API definitions with Linux...
2016-11-01 Imre Vadászif_iwm - Cleanup mbufq draining. Add iwm_xmit_queue_dra...
2016-10-31 Imre Vadászif_iwm - Remove support for fw older than -17 and -22
2016-10-30 Imre Vadászif_iwm - Ignore IWM_DEBUG_LOG_MSG notifications.
2016-10-30 Imre Vadászif_iwm - Set command code for PHY_DB as well.
2016-10-30 Imre Vadászif_iwm - Remove dead code from iwm_pcie_load_cpu_sectio...
2016-10-29 Imre Vadászif_iwm - Check for lar_disable tunable, and lar_enabled...
2016-10-29 Imre Vadászif_iwm - Move Smart Fifo handling into if_iwm_sf.c...
2016-10-28 Imre Vadászif_iwm - Recognize IWM_FW_PAGING_BLOCK_CMD wide cmd...
2016-10-28 Imre VadászRevert "if_iwm - SCAN_ABORT_UMAC response doesn't use...
2016-10-27 Imre Vadászif_iwm - Adjust if_iwm_sta.h prototypes, don't pass...
2016-10-27 Imre Vadászif_iwm - Make powersaving more similar to Linux iwlwifi...
2016-10-25 Imre Vadászif_iwm - Switch arguments from iwm_node* to iwm_vap...
2016-10-24 Imre Vadászif_iwm - Already call iwm_mvm_power_update_mac() during...
2016-10-24 Imre Vadászif_iwm - Refuse connection to APs with beacon interval...
2016-10-23 Imre Vadászif_iwm - Handle AUTH->SCAN/INIT and ASSOC->SCAN/INIT...
2016-10-23 Imre Vadászif_iwm - Factor out firmware station handling into...
2016-10-23 Imre Vadászif_iwm - Deduplicate code in iwm_auth() from an if...
2016-10-23 Imre Vadászif_iwm - No need for iwm_assoc() in AUTH->ASSOC transition.
2016-10-23 Imre Vadászif_iwm - Properly implement iwm_wme_update callback...
2016-10-19 Imre Vadászif_iwm - Process multiple frames per RX buffer.
2016-10-17 Imre Vadászif_iwm - Sync iwm_read_firmware()'s loop to iwlwifi...
2016-10-17 Imre Vadászif_iwm - change the check for ADD_STA status, use IWM_A...
2016-10-17 Imre Vadászif_iwm - Get rid of another usage of the IWM_DEFAULT_MA...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Imre Vadászif_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi...
2016-10-16 Imre Vadászif_iwm - Move in_phyctxt from struct iwm_node to phy_ct...
2016-10-09 Imre Vadászif_iwm - Add basic powermanagement support via ifconfig...
2016-10-08 Imre Vadászif_iwm - Add iwm_nic_unlock() calls missing from previo...
2016-10-08 Imre Vadászif_iwm - iwm_{read,write}_prph() don't grab the nic...
2016-10-07 Imre Vadászif_iwm - Add the BSS's basic rates to iwm's LQ command...
2016-10-05 Imre Vadászif_iwm - Enable Energy Based Scan (EBS).
2016-10-05 Imre Vadászif_iwm - Tiny cleanup in iwm_rx_addbuf().
2016-10-04 Imre Vadászif_iwm - Make ucode capabilities and api flags handling...
2016-10-04 Imre Vadászif_iwm - Remove a couple of unneeded IWM_UCODE_TLV_FLAG...
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-10-03 Imre Vadászif_iwm - Move mbuf hacks after sanity checks in iwm_mvm...
2016-10-01 Imre Vadászif_iwm - Get rid of struct iwm_rx_data argument for...
2016-09-26 Imre Vadászif_iwm - Get rid of some more superfluous bus_dmamap_sy...
2016-09-26 Imre Vadászif_iwm - Add support for Firmware paging, needed for...
2016-09-26 Imre Vadászif_iwm - Move iwm_dma_contig_alloc/_free functions...
2016-09-25 Imre Vadászif_iwm - Move struct iwm_cfg chipset configs to if_iwm_...
2016-09-25 Imre Vadászif_iwm - Simplify device id matching code a bit.
2016-09-23 Imre Vadászif_iwm - Remove OpenBSD-specific comment. Beautify...
2016-09-23 Imre Vadászif_iwm - Fix typo in commit a7697ea01c11fd493aec52260a0...
2016-09-23 Imre Vadászif_iwm - Get rid of unneeded IWM_FWDMASEGSZ and IWM_FWM...
2016-09-23 Imre Vadászif_iwm - With the previous commits, this DELAY no longe...
2016-09-23 Imre Vadászif_iwm - Sync IWM_MVM_ALIVE waiting and start_fw handli...
2016-09-23 Imre Vadászif_iwm - Synchronize firmware loading code with Linux...
2016-09-22 Imre Vadászif_iwm - Improve reliability of iwm_release on disassoc...
2016-09-22 Imre Vadászif_iwm - Remove 1s delay after fw loading. Can't reprod...
2016-09-22 Imre Vadászif_iwm - SCAN_ABORT_UMAC response doesn't use a wide id
2016-09-20 Imre Vadászif_iwm - Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmwar...
2016-09-19 Imre Vadászif_iwm - Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notif...
2016-09-19 Imre Vadászif_iwm - Very basic DTS thermal sensor support (prints...
2016-09-18 Imre Vadászif_iwm - Only for family 7000 power-down busmaster...
2016-09-18 Imre Vadászif_iwm - Implement apmg_wake_up_wa workaround properly...
2016-09-18 Imre Vadászif_iwm - Fix up RSSI calculations for scan results...
2016-09-12 Imre Vadászif_iwm - Use iwm_mvm_scan_stop_wait to properly abort...
2016-09-12 Imre Vadászif_iwm - Add scan abort functions, to properly cancel...
2016-09-11 Imre Vadászif_iwm - Get rid of iwm_disable_rx_dma, just use iwm_pc...
2016-09-11 Imre Vadászif_iwm - Use notification wait API to wait for calibrat...
2016-09-11 Imre Vadászif_iwm - Add implementation of the notification wait...
2016-09-11 Imre Vadászif_iwm - Change 2nd arg of iwm_phy_db_set_section(...
2016-09-11 Imre Vadászif_iwm - Store paging_mem_size field in firmware image...
2016-09-11 Imre Vadászif_iwm - Get rid of some gratuitous constant renaming...
2016-09-11 Imre Vadászif_iwm - Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR...
2016-09-11 Imre Vadászif_iwm - Remove unused fw_totlen field in struct iwm_fw...
2016-09-07 Imre Vadászif_iwm - Sync valid_tx_ant and valid_rx_ant mask handli...
2016-09-07 Imre Vadászif_iwm - Use chipset configuration structs like iwlwifi...
2016-09-07 Imre Vadászif_iwm - Use ic->ic_tq for iwm_endscan_cb instead of...
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 Imre Vadászif_iwm - Sync nvm parsing code with Linux iwlwifi.
next