summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-11-27Reinstate monitor mode support in iwm(4).Stefan Sperling
2019-11-27Add support for Rx buffers containing multiple frames to iwm(4), again.Stefan Sperling
2019-11-26Fix previous: Don't use an uninitialized variable in iwm_rx_frame().Stefan Sperling
2019-11-26Eliminate some code duplication in iwm(4) 7k/8k vs. 9k Rx code paths.Stefan Sperling
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofPatrick Wildt
2019-11-26Compute RSSI on 9k iwm(4) devices in the same way we do for previousStefan Sperling
2019-11-24correct return type of sign_extend64()Jonathan Gray
2019-11-23envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@cheloha
2019-11-20ksmn(4): Improve the precision of the fractional part of temperatures.Bryan Steele
2019-11-20Some Intel SD/MMC controllers do not like the voltage beingPatrick Wildt
2019-11-20regenPatrick Wildt
2019-11-20Add PCI IDs for Gemini Lake SD/MMC controllersPatrick Wildt
2019-11-20Correctly match another 9560-based device.Patrick Wildt
2019-11-19regenStefan Sperling
2019-11-19Add PCI ID for an Intel AX 200 device.Stefan Sperling
2019-11-19Correct the link speed constant variables. From Shoichi Yamaguchi.YASUOKA Masahiko
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-18regenKevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-17print firmware version as unsigned intsJoshua Stein
2019-11-13drm/i915/cmdparser: Fix jump whitelist clearingJonathan Gray
2019-11-13drm/i915/gen8+: Add RC6 CTX corruption WAJonathan Gray
2019-11-13drm/i915: Lower RM timeout to avoid DSI hard hangsJonathan Gray
2019-11-13drm/i915/cmdparser: Ignore Length operands during command matchingJonathan Gray
2019-11-13drm/i915/cmdparser: Add support for backward jumpsJonathan Gray
2019-11-13drm/i915/cmdparser: Use explicit goto for error pathsJonathan Gray
2019-11-13drm/i915: Add gen9 BCS cmdparsingJonathan Gray
2019-11-13drm/i915: Allow parsing of unsized batchesJonathan Gray
2019-11-13drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJonathan Gray
2019-11-13drm/i915: Add support for mandatory cmdparsingJonathan Gray
2019-11-13drm/i915: Remove Master tables from cmdparserJonathan Gray
2019-11-13drm/i915: Disable Secure Batches for gen6+Jonathan Gray
2019-11-13drm/i915: Rename gen7 cmdparser tablesJonathan Gray
2019-11-13Fix off-by-one (truncation) in k{v,}asprintf().Martin Pieuchot
2019-11-13drm/amd/display: Passive DP->HDMI dongle detection fixJonathan Gray
2019-11-13drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Jonathan Gray
2019-11-13drm/radeon: fix si_enable_smc_cac() failed issueJonathan Gray
2019-11-12Fix support for 3168 iwm(4) devices, and load new firmware for them.Stefan Sperling
2019-11-11drm/amdgpu: fix potential VM faultsJonathan Gray
2019-11-09drm/amdgpu/powerplay/vega10: allow undervolting in p7Jonathan Gray
2019-11-09drm/amdgpu: fix memory leakJonathan Gray
2019-11-09drm/amd/display: fix odm combine pipe resetJonathan Gray
2019-11-09Ack the interrupt first, so that it can receive interrupts for newYASUOKA Masahiko
2019-11-08Switch 8260 and 8265 iwm(4) devices to -34 firmware.Stefan Sperling
2019-11-08Add support to iwm(4) for new umac scan API in newer firmware versions.Stefan Sperling
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.Stefan Sperling
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