Merge remote-tracking branch 'origin/vendor/BINUTILS227'
[dragonfly.git] / sys / dev / netif /
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-23 Sascha Wildnerkernel/if_re: Adjust permissions.
2016-11-23 Sepherosa Ziehaure: Leverage Realtek driver's chip/PHY initialization...
2016-11-19 Sascha Wildneri386 removal, part 61/x: Adjust some further #ifdefs.
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-12 Imre Vadásziwmfw - Add version 22 firmwares for AC3168 and AC8265...
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 - Sync rs (rate-selection) API definitions from...
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-11-01 Imre Vadászif_iwm - Use chan list from ieee80211_scan_state for...
2016-11-01 Imre Vadászif_iwm - Factor out and improve iwm_mvm_scan_rxon_flags...
2016-10-31 Imre Vadászif_iwm - Remove support for fw older than -17 and -22
2016-10-30 Imre Vadásziwmfw - Update 7265D and 8000C firmwares to version 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 - Set correct state in smart-fifo configuration.
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-28 Imre Vadászif_iwm - Fix iwm_mvm_send_cmd_pdu(_status) declarations...
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-27 Imre Vadászif_iwm - Clean up if_iwm_power.c a bit. Fix iwm_power_s...
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
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-18 Sascha Wildner<sys/types.h>: Add definitions of bool, true and false...
2016-10-17 Imre Vadászif_iwm - Change UCODE_TLV_API #define-s from bitmasks...
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 - Sanity check channel for IEEE80211_CHAN_ANYC...
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-12 Imre Vadászif_iwm - Allow listening on both chains/atennas to...
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-08 Sascha Wildnerkernel/iwm: Fix building into the kernel without IWM_DEBUG.
2016-10-08 Sascha Wildnerkernel/iwm: Allow IWM_DEBUG to come in via the kernel...
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 - GC unused code from if_iwm_scan.c, copyied...
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-26 John Marinoath_hal: Add FCC6_FCCA regulatory domain (0x0014)
2016-09-25 Imre Vadászif_iwm - Switch 7265D and 3165 devices to 7265D firmware.
2016-09-25 Imre Vadásziwmfw - Import 7265D firmware for AC3165 and newer...
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-22 Imre Vadászif_iwm - Revert 8000C firmware (for AC8260) to version...
2016-09-20 Imre Vadászif_iwm - Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmwar...
2016-09-20 Imre Vadásziwmfw - Update to version 17 firmware for all devices...
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 - Remove some more fields from struct nvm_data...
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...
next