summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-11-19Set isr to the correct value (sc->rl_intrs).kevlo1-2/+2
2019-11-19Don't assign ifp twice in the re_txeof().kevlo1-3/+1
2019-11-19Correct the link speed constant variables. From Shoichi Yamaguchi.yasuoka1-7/+7
2019-11-18Delete commented out VNDIOCGET60 ioctljca1-3/+1
2019-11-18Fix off-by-one TRB issue in bulk transfers larger than 64k.mglocker1-2/+2
2019-11-18Fix actual length calculation of short transfers in xhci(4). So farpatrick1-8/+37
2019-11-18Add support for 9260 and 9560 devices to iwm(4).stsp3-60/+593
2019-11-18regenkevlo2-2/+12
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernetkevlo4-2/+3876
2019-11-17print firmware version as unsigned intsjcs1-2/+2
2019-11-16- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;kevlo2-19/+7
2019-11-14Unleash all the available openings and let the midlayer sort thingskrw1-2/+2
2019-11-14Remove hardcoding of NetChip vendor/product id so that urndis(4) can attachabieber1-2/+1
2019-11-13Send uhid(4) reports via the optional interrupt out pipe. Somepatrick1-16/+45
2019-11-13drm/i915/cmdparser: Fix jump whitelist clearingjsg1-3/+2
2019-11-13drm/i915/gen8+: Add RC6 CTX corruption WAjsg6-4/+126
2019-11-13drm/i915: Lower RM timeout to avoid DSI hard hangsjsg2-0/+12
2019-11-13drm/i915/cmdparser: Ignore Length operands during command matchingjsg1-1/+1
2019-11-13drm/i915/cmdparser: Add support for backward jumpsjsg5-26/+179
2019-11-13drm/i915/cmdparser: Use explicit goto for error pathsjsg1-12/+13
2019-11-13drm/i915: Add gen9 BCS cmdparsingjsg3-11/+112
2019-11-13drm/i915: Allow parsing of unsized batchesjsg1-4/+5
2019-11-13drm/i915: Support ro ppgtt mapped cmdparser shadow buffersjsg3-19/+68
2019-11-13drm/i915: Add support for mandatory cmdparsingjsg3-9/+17
2019-11-13drm/i915: Remove Master tables from cmdparserjsg3-68/+26
2019-11-13drm/i915: Disable Secure Batches for gen6+jsg3-3/+13
2019-11-13drm/i915: Rename gen7 cmdparser tablesjsg1-35/+35
2019-11-13Fix off-by-one (truncation) in k{v,}asprintf().mpi1-4/+4
2019-11-13drm/amd/display: Passive DP->HDMI dongle detection fixjsg1-6/+18
2019-11-13drm/amdgpu: If amdgpu_ib_schedule fails return back the error.jsg1-1/+3
2019-11-13drm/radeon: fix si_enable_smc_cac() failed issuejsg1-0/+1
2019-11-12Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).mpi7-17/+21
2019-11-12Fix support for 3168 iwm(4) devices, and load new firmware for them.stsp3-15/+56
2019-11-11drm/amdgpu: fix potential VM faultsjsg1-1/+2
2019-11-09Add support for active scan to bwfm(4). So far we only have donepatrick2-10/+31
2019-11-09drm/amdgpu/powerplay/vega10: allow undervolting in p7jsg1-3/+1
2019-11-09drm/amdgpu: fix memory leakjsg1-7/+7
2019-11-09drm/amd/display: fix odm combine pipe resetjsg1-4/+2
2019-11-09Ack the interrupt first, so that it can receive interrupts for newyasuoka1-3/+3
2019-11-08Switch 8260 and 8265 iwm(4) devices to -34 firmware.stsp1-3/+3
2019-11-08Add support to iwm(4) for new umac scan API in newer firmware versions.stsp2-70/+352
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.stsp3-14/+127
2019-11-08Add support for button 2 and 3 to imt(4).yasuoka2-8/+19
2019-11-07Showing kernel WEP keys to userland has been disabled in genericbluhm2-33/+9
2019-11-07Only root is allowed to set the WEP key. Add an suser() check tobluhm1-1/+3
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPmglocker2-7/+7
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenstsp1-1/+5
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsstsp2-3/+14
2019-11-04Switch iwm 3160, 7260, and 7265 to -17 firmware images.stsp1-5/+5
2019-11-04Make iwm send the DQA command later, as Linux does. We were sending it tostsp1-15/+18