if_iwm - Sync nvm parsing code with Linux iwlwifi.
[dragonfly.git] / sys / dev / netif / iwm /
2016-09-06 Imre Vadászif_iwm - Sync nvm parsing code with Linux iwlwifi.
2016-09-05 Imre Vadászif_iwm - Make sure we call iwm_detach_local only once.
2016-09-05 Imre Vadászif_iwm - Remove calib_version field from struct iwm_nvm...
2016-09-05 Imre Vadászif_iwm - Sync iwm_nvm_read_chunk() function with Linux...
2016-09-05 Imre Vadászif_iwm - Sync if_iwm_phy_db code with Linux iwlwifi.
2016-09-05 Imre Vadászif_iwm - Remove some unneeded #include-s from all ...
2016-09-04 Imre Vadászif_iwm - The HW Revision stepping constants should...
2016-09-04 Imre Vadászif_iwm - Remove more old unused scan API definitions.
2016-09-04 Imre Vadászif_iwm - Remove deprecated scan API definitions.
2016-09-04 Imre Vadászif_iwm - Remove wrappers around iwm_dma_contig_free...
2016-08-31 Imre Vadászif_iwm - Fix iwm_poll_bit() error value check in iwm_at...
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 Imre Vadászif_iwm - Fix off-by-one check in iwm_read_firmware().
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-28 Imre Vadászif_iwm - Add some pcie device stop code from iwlwifi...
2016-08-28 Imre Vadászif_iwm - Use htole16 for policy field in struct iwm_tim...
2016-08-28 Imre Vadászif_iwm - Fix comments and struct definition for struct...
2016-08-28 Imre Vadászif_iwm - Remove unused wantresp field in iwm_rx_data...
2016-08-28 Imre Vadászif_iwm - Remove two duplicate const qualifiers.
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-30 Imre Vadászif_iwm - Fix iwm_poll_bit() usage in iwm_stop_device().
2016-07-25 Imre Vadászif_iwm - Fix inverted logic in iwm_tx().
2016-07-13 Imre Vadászif_iwm - When stopping TX DMA, wait for all channels...
2016-07-13 Imre Vadásziwm: Send PHY DB commands as async commands.
2016-07-13 Imre Vadászif_iwm - Set different pm_timeout for action frames.
2016-07-13 Imre Vadászif_iwm - Remove iwmsleep, it's no longer needed. Use...
2016-06-13 Imre Vadászif_iwm - Fix channel list iteration in iwm_mvm_config_u...
2016-06-11 Imre Vadászif_iwm - Add and use iwm_phy_db_free(), to plug phy_db...
2016-06-11 Imre Vadászif_iwm - GC unused struct iwm_rx_buf. Two small nitpicks.
2016-06-11 Imre Vadászif_iwm - Use mbuf for large firmware commands, like...
2016-06-10 Imre Vadászif_iwm - Use DragonFly specific convenience functions...
2016-06-10 Imre Vadászif_iwm - Compare paylen to datasz instead of sizeof...
2016-06-10 Imre Vadászif_iwm - Fix iwm_dma_contig_free(). dma->map is always...
2016-06-09 Imre Vadászif_iwm - Free rx ring on detach. Free nvm_sections...
2016-06-07 Imre Vadászif_iwm - Avoid bus_dmamap_create()/_destroy() calls...
2016-06-07 Sascha Wildnerkernel/iwm: Fix building without IWM_DEBUG.
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 Imre Vadászif_iwm - Use vap->iv_myaddr instead of ic->ic_macaddr...
2016-06-06 Imre Vadászif_iwm - Add support for Intel AC 8260 chipset.
2016-06-06 Imre Vadásziwmfw - Add 8000C firmware for Intel AC 8260 support.
2016-06-05 Imre Vadászif_iwm - Fix m_defrag() usage. Copy-pasto when copying...
2016-06-05 Imre Vadászif_iwm - Add and use iwm_is_valid_ether_addr() function.
2016-06-05 Imre Vadászif_iwm - Avoid leaking memory, and fix error handling...
2016-06-05 Imre Vadászif_iwm - When transitioning to INIT, vap->iv_newstate...
2016-06-04 Imre Vadászif_iwm - Fix iwm_mvm_lmac_scan_fill_channels(), only...
2016-06-04 Imre Vadászif_iwm - Make some functions static in if_iwm_led.c...
2016-06-02 Imre Vadászif_iwm - Workaround, which fixes beacon and statistic...
2016-06-02 Imre Vadászif_iwm - Add 3165 chipset ids.
2016-06-02 Imre Vadászif_iwm - Update to support version 16 firmware.
2016-06-02 Imre Vadásziwmfw - Update to version 16 firmware.
2016-05-26 Imre Vadászif_iwm - valid_{tx,rx}_ant from radio_cfg is only neede...
2016-05-24 Imre Vadászif_iwm - Fix several nitpicks in iwm(4).
2016-05-24 Imre Vadászif_iwm - Fix a few typos.
2016-05-24 Imre Vadászif_iwm - Add bit-polling in Rx-DMA init code path.
2016-05-24 Imre Vadászif_iwm - Clean up iwm(4) scanning logic a bit.
2016-05-24 Imre Vadászif_iwm - Use IWM_MAX_CMD_PAYLOAD_SIZE to improve comman...
2016-05-24 Imre Vadászif_iwm - GC some dead code, left by a partially applied...
2016-05-24 Matthew Dillonwlan - Remove most wlan_serializer calls from if_iwm
2016-05-24 Imre Vadászwlan - Sync dev/netif/iwm from FreeBSD
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-09 Imre Vadász80211 - Further ifp->if_softc -> ic_softc conversions...
2016-05-09 Imre Vadászif_iwm: Utilize updated net80211 stuff, improves scanni...
2016-05-09 Matthew Dillon80211 - Fixup missing ic_name, ic_softc
2016-05-09 Imre Vadász80211 - Update up to FreeBSD's r287029 (only skipping...
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-18 Imre Vadászif_iwm: Fix up the rate control setup code.
2016-01-05 Imre Vadászif_iwm: Fix IEEE80211_ADDR_COPY() usage.
2016-01-05 Imre Vadászif_iwm: Always stop LED blinking when scanning is finished
2016-01-01 Imre Vadászif_iwm: Make the wifi LED work with iwm(4).
2016-01-01 Imre Vadászif_iwm: Remove comments referring to Linux iwlwifi...
2015-12-31 Imre Vadászif_iwm: Just store the struct firmware pointer, like...
2015-12-31 Imre Vadászif_iwm: Apply some changes from OpenBSD, if_iwm.c rev...
2015-12-13 Sascha Wildnerkernel/iwm: Add intr_config_hook description.
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-10-16 Imre Vadászif_iwm: Fix interrupt allocation code, use pci_alloc_1i...
2015-09-18 Matthew Dilloniwm - DragonFly cleanup (no functional changes)
2015-09-18 Matthew Dilloniwm - DragonFly modifications and a bug fix
2015-09-18 Matthew Dillonwlan - Import if_iwm from FreeBSD (base)