summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-07-29Fix device class.Visa Hankala
2021-07-29Switch iwx(4) to -63 firmware images as shipped in iwx-firmware-20210512.Stefan Sperling
2021-07-29Implement support for the BAR_FRAME_RELEASE iwx(4) firmware notification.Stefan Sperling
2021-07-29Get Tx queues working with new iwx(4) firmware.Stefan Sperling
2021-07-29Support the new iwx(4) firmware TLC_MNG_CONFIG command.Stefan Sperling
2021-07-29Support the new iwx(4) firmware session protection command.Stefan Sperling
2021-07-29Add support for iwx(4) umac scan command version 14.Stefan Sperling
2021-07-29Add support for iwx(4) "reduced" scan config command required by new firmware.Stefan Sperling
2021-07-29Handle iwx(4) PHY context command version 3.Stefan Sperling
2021-07-29New iwx(4) firmware doesn't require an AUX station to be added.Stefan Sperling
2021-07-29Remove support for the narrow command header on the iwx(4) command queue.Stefan Sperling
2021-07-29Fix "BAD COMMAND" errors with new iwx(4) firmware.Stefan Sperling
2021-07-29Handle iwx(4) firmware alive response version 5.Stefan Sperling
2021-07-29Recognize "phy integration" and "num stations" TLVs found in new iwx(4)Stefan Sperling
2021-07-29Ignore debug sections present in newer iwx(4) firmware images.Stefan Sperling
2021-07-29Increase fixed limits for the number of iwx(4) command versions, channels,Stefan Sperling
2021-07-29Declare additional iwx(4) firmware capability and api support flags.Stefan Sperling
2021-07-29Change driver class from DV_DULL to DV_IFNET, so that it can be recognizedPatrick Wildt
2021-07-29drm/i915/gvt: Clear d3_entered on elsp cmd submission.Jonathan Gray
2021-07-29drm/amdgpu: update golden setting for sienna_cichlidJonathan Gray
2021-07-29drm: Return -ENOTTY for non-drm ioctlsJonathan Gray
2021-07-28The clocks for the Rockchip Ethernet controller need to be enabled muchPatrick Wildt
2021-07-28On some RK3399 boards the firmware disables some of the clocks. AllowPatrick Wildt
2021-07-28Switch to an MI implementation of kmap_atomic() and implementMark Kettenis
2021-07-28Add RK3399 PCIe PHY reference clocks.Patrick Wildt
2021-07-28Add RK3399 Type-C PHY clocks.Patrick Wildt
2021-07-28Use a more descriptive name for the raw sensor which reflects the numberanton
2021-07-28Delay installation of sensors until a device with battery support isanton
2021-07-28Fix previous: In one spot I incorrectly used Pos (unsigned short) whereTheo Buehler
2021-07-27Revert "Use per-CPU counters for tunnel descriptor block" diff.mvs
2021-07-27Implemented from the Linux driver:Marcus Glocker
2021-07-27Introduce mutex(9) to protect pipex(4) session content.mvs
2021-07-27replace efibind.h files with the small amount we needJonathan Gray
2021-07-27Fix Rx hash typeKevin Lo
2021-07-26Use per-CPU counters for tunnel descriptor block (tdb) statistics.mvs
2021-07-26Print a few more registers in dump_regs().Mark Kettenis
2021-07-26Do not queue crypto operations for IPsec. The packet entries inAlexander Bluhm
2021-07-26The mbuf header cleanup in revision 1.173 of ip_icmp.c was tooAlexander Bluhm
2021-07-26Adjust driver for device tree binding changes.Mark Kettenis
2021-07-26Fix accounting of the number of frames queued on an iwx(4) Tx ring.Stefan Sperling
2021-07-26fix an mbuf leak with m_len 0 mbufsJonathan Gray
2021-07-26retry i2c transfers on -EAGAIN up to the number of times specified inJonathan Gray
2021-07-26Add mtx_enter/mtx_leave in kvp_pool_keys().asou
2021-07-26Pass a socket pointer to various socket buffer routines in preparation forMartin Pieuchot
2021-07-25Kill unused sbinsertoob().Martin Pieuchot
2021-07-25Force to use serial console when no graphic board is found.Kenji Aoyama
2021-07-25Enable LEDs for the LAN7800 chip, as e.g. found on theMarcus Glocker
2021-07-25enable iwm(4)Jonathan Gray
2021-07-25enable ix(4)Jonathan Gray
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas