drm/i915/gem: Reduce differences with Linux 4.4
[dragonfly.git] / sys / dev / netif /
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 Sepherosa Ziehaude: Install if_init.
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 Sascha WildnerVarious tiny updates in wlan*.4 manual pages and other...
2016-05-26 Imre Vadászif_iwm - valid_{tx,rx}_ant from radio_cfg is only neede...
2016-05-25 Matthew Dillonral - Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbu...
2016-05-25 Sascha Wildnerkernel/wpi: Fix build with WPI_DEBUG.
2016-05-25 Sascha Wildnerkernel: Remove two unused options, AH_REGOPS_FUNC,...
2016-05-25 Sascha Wildnerkernel/ath_hal: Add missing __printflike().
2016-05-24 Sascha Wildnerkernel/iwn: Fix building with IWN_DEBUG.
2016-05-24 Sascha Wildnerkernel/bwn: Remove an unnecessary #define and add siba_...
2016-05-24 Sascha Wildnerkernel/bwn/siba: Fix a struct member name.
2016-05-24 Sascha Wildnerkernel/ath: Fix a misplaced #endif
2016-05-24 Sascha Wildnerkernel/ath: Fix building with ATH_DIAGAPI.
2016-05-24 Matthew Dillonwlan - Fix lockstatus debugging
2016-05-24 Matthew Dillonwlan - Add missing options conf
2016-05-24 Matthew Dilloniwn - Use pci_alloc_1intr()
2016-05-24 Matthew Dillonwifi - Restore kernel build
2016-05-24 Matthew Dillonwlan - Sync dev/netif/wpi from FreeBSD
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ászwlan - Move wlan_serialize_enter()/exit() wrapper to...
2016-05-24 Imre Vadászwlan - Sync dev/netif/ndis from FreeBSD
2016-05-24 Imre Vadászwlan - Sync dev/netif/iwi from FreeBSD
2016-05-24 Imre Vadászif_iwm - Add bit-polling in Rx-DMA init code path.
2016-05-24 Matthew Dillonwlan - Drop 'an' driver
2016-05-24 Matthew Dillonwlan - Sync dev/netif/ral from FreeBSD (2)
2016-05-24 Matthew Dillonwlan - Sync dev/netif/ral from FreeBSD
2016-05-24 Imre Vadászwlan - Add wi back to the build.
2016-05-24 adrianif_bwn - Update siba_bwn to fix a serious issue with...
2016-05-24 Imre Vadászwlan - Sync dev/netif/wi from FreeBSD
2016-05-24 Imre Vadászif_bwn - correctly calculate RSSI level.
2016-05-24 Imre Vadászif_bwn - Fix DMA handling for txhdr_cache.
2016-05-24 Imre Vadászif_bwn - Always use maximum size txhdr entries.
2016-05-24 Imre Vadászif_bwn - Reapply local change from b7a8b6abd2cf for...
2016-05-24 Imre Vadászwlan - Sync dev/netif/bwn/siba from FreeBSD
2016-05-24 Imre Vadászif_bwn - Add forgotten M_ZERO flag to contigmalloc...
2016-05-24 Imre Vadászwlan - Sync dev/netif/bwn/bwn from FreeBSD
2016-05-24 Imre Vadászif_iwm - Clean up iwm(4) scanning logic a bit.
2016-05-24 Matthew Dillonwlan - Sync dev/netif/iwn from FreeBSD
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ászbuild - Add if_iwm to the build again
2016-05-24 Imre Vadászwlan - Sync dev/netif/iwm from FreeBSD
2016-05-24 Matthew Dillonbuild - Temporarily remove wifi drivers from build
2016-05-24 Matthew Dillonwlan - Sync dev/netif/ath from FreeBSD part 5/N
2016-05-24 Matthew Dillonwlan - Sync dev/netif/ath from FreeBSD part 4/N
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-04-26 Sepherosa Ziehauigb: Fix MSI-X allocation when # of rings is less than...
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-09 Sepherosa Ziehaubnx: Don't use thread template
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-15 Sepherosa Ziehauig_hal/em/emx: Add I219 (Skylake) support
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-04 Sepherosa Ziehaure: Only probe fixed PHY location
2016-01-04 Sepherosa Ziehaure: Reduce GMII PHY read/write timeout
2016-01-04 Sepherosa Ziehaure: Change CFG1 and CFG5 after flip EECMD
2016-01-03 Sepherosa Ziehaure: Disable ASPM
2016-01-03 Sepherosa Ziehaure: Update Realtek PHY power management related bits
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...
next