summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-03-19Add initial 802.11ac support to the iwm(4) driver.Stefan Sperling
2022-03-18regenMiod Vallat
2022-03-18Add bwfm chips to sdmmcdevs in order to get symbolic constants for them.Miod Vallat
2022-03-18Don't bother generating (unused) CIS overrides.Miod Vallat
2022-03-17Declare dtps_static array const to move it into read-only section.Alexander Bluhm
2022-03-15Enable IP header checksum offloading in ix(4).Jan Klemkow
2022-03-15Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames.Stefan Sperling
2022-03-15Enable checksum offloads. The nic does all the work here, so we don'tJonathan Matthew
2022-03-14unload the dmamap in bnxt_dmamem_free.David Gwynne
2022-03-14Add initial support for 802.11ac (VHT) to the iwx(4) driver.Stefan Sperling
2022-03-14Fix Tx performance on urtwn(4) RTL8192EU devices.Stefan Sperling
2022-03-13Revert previous commit. It breaks the serial console on my rpi4.Mark Kettenis
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-03-13Enable vlan promisc and header stripping, and use vlan rx/tx offloads.Jonathan Matthew
2022-03-12Transmit segmented packets using multiple tx ring slots rather thanJonathan Matthew
2022-03-12Constify struct cfattach, not struct cfdriverJonathan Matthew
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-03-11Fix receive filter handling. Update the unicast mac address in the filterJonathan Matthew
2022-03-11regenJonathan Gray
2022-03-11fix previousJonathan Gray
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2022-03-10KASSERT should not contain memory barriers as they change behavior.Alexander Bluhm
2022-03-10Use atomic load and store functions to access refcnt and waitAlexander Bluhm
2022-03-10Invalidate the nic's rx descriptor cache when taking the interface upJonathan Matthew
2022-03-10Add support for Sunrisepoint-H and Sunrisepoint-LP platforms.hastings
2022-03-09Improve stability of roaming on iwn(4), in particular with wpa_supplicant.Stefan Sperling
2022-03-08also use the device name in ucc_intr() debug outputAnton Lindqvist
2022-03-08Make cad(4) handle rxr ioctl.Visa Hankala
2022-03-08use the device name in debug outputAnton Lindqvist
2022-03-08Handle rxrinfo ioctl.Jonathan Matthew
2022-03-08Add missing byteswap to mtw_write_cfg().hastings
2022-03-08remove files used by isa radio drivers removed in 2016Jonathan Gray
2022-03-07remove WD33C93 SCSI codeJonathan Gray
2022-03-07vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array.Dave Voutila
2022-03-07Prevent deadlock in cad_down()Visa Hankala
2022-03-06Add JMICRON JMB58x ahciChristopher Zimmermann
2022-03-06Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm.Mark Kettenis
2022-03-06oops, typo, spotted by MikhailTheo de Raadt
2022-03-05Add an activate() function with DVACT_QUIESCE & DVACT_RESUME hooksTheo de Raadt
2022-03-05Improve wording for trying S5 instead of S4Theo de Raadt
2022-03-04Add support for the BCM4387. The firmware for this variant uses a new scanMark Kettenis
2022-03-02The firmware for the bwfm(4) variants in Apple Silicon Macs has variantsMark Kettenis
2022-03-02drm/i915/dg2: Print PHY name properly on calibration errorJonathan Gray
2022-03-02drm/edid: Always set RGB444Jonathan Gray
2022-03-02drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGVJonathan Gray
2022-03-02drm/i915: Correctly populate use_sagv_wm for all pipesJonathan Gray
2022-03-02drm/i915: Widen the QGV point maskJonathan Gray
2022-03-02drm/amdgpu: do not enable asic reset for raven2Jonathan Gray
2022-03-02drm/amdgpu: disable MMHUB PG for PicassoJonathan Gray
2022-03-02drm/amd: Check if ASPM is enabled from PCIe subsystemJonathan Gray