]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/iwm
[iwm] Check for lar_disable tunable, and lar_enabled flag from NVM.
[FreeBSD/FreeBSD.git] / sys / dev / iwm /
2017-06-04 adrian[iwm] Check for lar_disable tunable, and lar_enabled...
2017-06-04 adrian[iwm] Move Smart Fifo handling into if_iwm_sf.c, sync...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-12 adrian[iwm] Recognize IWM_FW_PAGING_BLOCK_CMD wide cmd respon...
2017-05-12 adrian[iwm] Revert "if_iwm - SCAN_ABORT_UMAC response doesn...
2017-05-12 adrian[iwm] Fix iwm_mvm_send_cmd_pdu(_status) declarations...
2017-05-12 adrian[iwm] Adjust if_iwm_sta.h prototypes, don't pass iwm_no...
2017-05-12 adrian[iwm] Make powersaving more similar to Linux iwlwifi...
2017-05-12 adrian[iwm] Clean up if_iwm_power.c a bit. Fix iwm_power_sche...
2017-05-12 adrian[iwm] Switch arguments from iwm_node* to iwm_vap* in...
2017-05-12 adrian[iwm] Already call iwm_mvm_power_update_mac() during...
2017-05-12 adrian[iwm] Refuse connection to APs with beacon interval...
2017-05-12 adrian[iwm] Handle AUTH->SCAN/INIT and ASSOC->SCAN/INIT better
2017-05-12 adrian[iwm] Factor out firmware station handling into if_iwm_...
2017-05-12 adrian[iwm] Deduplicate code in iwm_auth() from an if condition.
2017-05-12 adrian[iwm] No need for iwm_assoc() in AUTH->ASSOC transition.
2017-05-12 adrian[iwm] Properly implement iwm_wme_update callback function.
2017-05-12 adrian[iwm] Process multiple frames per RX buffer.
2017-05-12 adrian[iwm] Change UCODE_TLV_API #define-s from bitmasks...
2017-05-12 adrian[iwm] Sync iwm_read_firmware()'s loop to iwlwifi's...
2017-05-12 adrian[iwm] change the check for ADD_STA status, use IWM_ADD_...
2017-05-12 adrian[iwm] Sanity check channel for IEEE80211_CHAN_ANYC...
2017-05-12 adrian[if_iwm] Get rid of another usage of the IWM_DEFAULT_MA...
2017-05-12 adrian[if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi...
2017-05-10 sjgMerge bmake-20170510
2017-05-09 adrian[iwm] Move in_phyctxt from struct iwm_node to phy_ctxt...
2017-05-09 adrian[iwm] Allow listening on both chains/atennas to get...
2017-05-09 adrian[iwm] Add basic powermanagement support via ifconfig...
2017-05-09 adrian[iwm] Add iwm_nic_unlock() calls missing from previous...
2017-05-09 adrian[iwm] iwm_{read,write}_prph() don't grab the nic lock...
2017-05-09 adrian[iwm] include opt_iwm.h and opt_wlan.h consistently...
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 mmMFV r317781:
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-15 baptImport zstandard 1.1.4 in base
2017-03-28 mmMFV r316083,316094:
2017-03-27 avosiwm: fix build without IWM_DEBUG.
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-25 adrian[iwm] Add the BSS's basic rates to iwm's LQ command...
2017-03-25 adrian[iwm] Enable Energy Based Scan (EBS).
2017-03-25 adrian[iwm] GC unused code from if_iwm_scan.c, copyied from...
2017-03-25 adrian[iwm] Tiny cleanup in iwm_rx_addbuf().
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-23 adrian[iwm] Make ucode capabilities and api flags handling...
2017-03-23 adrian[iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_...
2017-03-23 adrian[iwm] Move mbuf hacks after sanity checks in iwm_mvm_rx...
2017-03-23 adrian[iwm] Get rid of struct iwm_rx_data argument for iwm_m...
2017-03-20 mmMFV r315633, 315635:
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-26 avosnet80211 drivers: fix rate setup for EAPOL frames,...
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-24 adrian[iwm] add if_iwm_fw.c.
2017-02-24 adrian[iwm] Add support for Firmware paging, needed for newer...
2017-02-23 dimMerge ^/head r313896 through r314128.
2017-02-22 adrian[iwm] Move iwm_dma_contig_alloc/_free functions to...
2017-02-22 adrian[iwm] Switch 7265D and 3165 devices to 7265D firmware.
2017-02-22 adrian[iwm] Move struct iwm_cfg chipset configs to if_iwm_700...
2017-02-22 adrian[iwm] Simplify device id matching code a bit.
2017-02-22 adrian[iwm] Remove OpenBSD-specific comment. Beautify pci...
2017-02-22 adrian[iwm] Fix typo in commit a7697ea01c11fd493aec52260a02f3...
2017-02-22 adrian[iwm] Get rid of unneeded IWM_FWDMASEGSZ and IWM_FWMAXS...
2017-02-22 adrian[iwm] With the previous commits, this DELAY no longer...
2017-02-22 adrian[iwm] Sync IWM_MVM_ALIVE waiting and start_fw handling...
2017-02-22 adrian[iwm] Synchronize firmware loading code with Linux...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-08 ngieMFhead@r313433
2017-02-08 adrian[iwm] Remove 1s delay after fw loading. Can't reproduce...
2017-02-08 adrian[iwm] SCAN_ABORT_UMAC response doesn't use a wide id
2017-02-08 adrian[iwm] Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmware...
2017-02-08 adrian[iwm] Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notifica...
2017-02-08 adrian[iwm] Very basic DTS thermal sensor support (prints...
2017-02-08 adrian[iwm] Only for family 7000 power-down busmaster DMA...
2017-02-08 adrian[iwm] Implement apmg_wake_up_wa workaround properly...
2017-02-08 adrian[iwm] Use iwm_mvm_scan_stop_wait to properly abort...
2017-02-08 adrian[iwm] Add scan abort functions, to properly cancel...
2017-02-08 adrian[iwm] Get rid of iwm_disable_rx_dma, just use iwm_pcie_...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313360
2017-02-06 adrian[iwm] Use notification wait API to wait for calibration...
2017-02-06 adrian[iwm] Add implementation of the notification wait api...
2017-02-06 adrian[iwm] Change 2nd arg of iwm_phy_db_set_section() to...
2017-02-06 adrian[iwm] Store paging_mem_size field in firmware image...
2017-02-06 adrian[iwm] Get rid of some gratuitous constant renaming...
2017-02-06 adrian[iwm] Sync valid_tx_ant and valid_rx_ant mask handling...
2017-02-06 adrian[iwm] Use chipset configuration structs like iwlwifi...
2017-02-06 adrian[iwm] Sync nvm parsing code with Linux iwlwifi.
next