summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-11-08Add support for button 2 and 3 to imt(4).YASUOKA Masahiko
2019-11-07Showing kernel WEP keys to userland has been disabled in genericAlexander Bluhm
2019-11-07Only root is allowed to set the WEP key. Add an suser() check toAlexander Bluhm
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPMarcus Glocker
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenStefan Sperling
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-11-04Switch iwm 3160, 7260, and 7265 to -17 firmware images.Stefan Sperling
2019-11-04Make iwm send the DQA command later, as Linux does. We were sending it toStefan Sperling
2019-11-04Don't send the BT coex config command to iwm 8k init firmware because newerStefan Sperling
2019-11-04iwm API version -31 firmware and up will crash after load unless the driverStefan Sperling
2019-11-04Fix handling of iwm_sf_config() input argument.Stefan Sperling
2019-11-04Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Sync iwm's SCD_QUEUE macros with iwlwifi.Stefan Sperling
2019-11-04Tweak a device type check in iwm_apm_init() to ensure it will matchStefan Sperling
2019-11-04Enable only iwm's "firmware-load" interrupt while loading the firmware.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-11-03Correctly re-initialize the nameinfo struct that is re-used forBob Beck
2019-11-02Add a few more PCIe capability registers and bits. As usual, the namesMark Kettenis
2019-10-30drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Jonathan Gray
2019-10-30drm/ttm: Restore ttm prefaultingJonathan Gray
2019-10-30drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50Jonathan Gray
2019-10-30Revert "drm/radeon: Fix EEH during kexec"Jonathan Gray
2019-10-29syncJoshua Stein
2019-10-29add an Intel 9260 wifi cardJoshua Stein
2019-10-29Regen for Marvell 88SE9128 AHCI.Kurt Miller
2019-10-29Add Marvell 88SE9128 AHCI. okay kettenis@Kurt Miller
2019-10-28Have iwm(4) configure the PCIe LTR.Stefan Sperling
2019-10-28Make iwm_stop_device() power down bus master DMA clocks on 7k devices only.Stefan Sperling
2019-10-28Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which willStefan Sperling
2019-10-28Get rid of version 1 of iwm's time event firmware API.Stefan Sperling
2019-10-28Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags:Stefan Sperling
2019-10-28Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag.Stefan Sperling
2019-10-28Do not set IWM_SF_CFG_DUMMY_NOTIF_OFF bit in iwm SF_CFG firmware command.Stefan Sperling
2019-10-28Skip the 'update MCC' command if iwm 8k firmware supports LocationStefan Sperling
2019-10-28Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment.Stefan Sperling
2019-10-28Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,Stefan Sperling
2019-10-28The iwm_prepare_card_hw() call in iwm_attach() is only needed on 8k devices.Stefan Sperling
2019-10-28iwm: tweak post-alive NIC locking to more closely match how Linux does itStefan Sperling
2019-10-28iwm: enlarge maximum NVM section size; required for newer firmwareStefan Sperling
2019-10-28Better error handling for bwfm(4) connection attempts. When we failPatrick Wildt
2019-10-27tweak the rx path to look more like the tx path.David Gwynne
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).Mark Kettenis
2019-10-27fix the last commit.David Gwynne
2019-10-26put vlan tag offload back inDavid Gwynne
2019-10-26make vmx transmit (vmxnet3_start) mpsafe.David Gwynne
2019-10-26avoid rxr races between rxfill from the interrupt and timeout pathsDavid Gwynne
2019-10-25Remove some space before tab and other small indentation errors.Claudio Jeker
2019-10-23Add sxisid(4), a driver to read the on-chip eFuses written byMark Kettenis
2019-10-23Use baseboard specific vendor, product and serial strings for DMI_BOARD_*Jonathan Gray