Age | Commit message (Expand) | Author |
2023-03-15 | make WEP encryption work on bwfm(4) | Stefan Sperling |
2023-02-17 | spelling | Jonathan Gray |
2023-02-16 | Fix MAC address register offsets. | Mark Kettenis |
2023-02-15 | Don't print the version twice, but do print a newline before attaching the | Mark Kettenis |
2023-02-13 | Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controller | Patrick Wildt |
2023-02-04 | Initial driver for Universal Flash Storage (UFS) Host Controllers. | Marcus Glocker |
2023-02-03 | Remove redundant DIAGNOSTIC wrappers around KASSERT macros. | Miod Vallat |
2023-01-01 | update drm to linux 6.1.2 | Jonathan Gray |
2022-12-30 | Do not send (normal) packets before we reach the run state. Logic copied | Mark Kettenis |
2022-12-27 | Fix array bounds mismatch with clang 15 | Patrick Wildt |
2022-11-25 | nvme can do 64bit dma. | David Gwynne |
2022-11-17 | whitespace fixes. no functional change. | David Gwynne |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in non-duplex drivers | Klemens Nanni |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-21 | constify global identity tables | Klemens Nanni |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-09-16 | Make mfii(4) recover from firmware FAULT state on startup. | Stefan Sperling |
2022-08-31 | Introduce iic_intr_disestablish() and use it in ihidev(4). | Mark Kettenis |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-21 | A couple of minor changes for rtl8192eu: | Kevin Lo |
2022-08-15 | remove unused smc91cxx_activate() | Jonathan Gray |
2022-08-13 | Correct rx data rate for rtl8192eu | Kevin Lo |
2022-08-01 | Fix bogus indent. NFC | Miod Vallat |
2022-07-27 | Enumerate and shift PHY mode bits. | James Hastings |
2022-07-15 | fix typos in previous | Theo de Raadt |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-14 | Protect all writers to ifm_cur with a mutex. ifmedia_match() does | Alexander Bluhm |
2022-07-12 | Protect interface media list with a mutex. This is just a start | Alexander Bluhm |
2022-07-10 | Remove trailing whitespace. No code change. | Mike Larkin |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-30 | Fix bwfm(4) crash during detach on USB. | Stefan Sperling |
2022-06-28 | constify miscellaneous arm64 pin and clock tables | Christian Weisgerber |
2022-06-28 | Remove commented out variables and excessive blank lines in | Anton Lindqvist |
2022-06-27 | Fix comment. | Miod Vallat |
2022-06-27 | Allow the pluart(4) baud rate to be changed. | Anton Lindqvist |
2022-06-27 | Fix bwfm(4) ifconfig media display on devices with sta_info command version 3. | Stefan Sperling |
2022-06-21 | Revert part of r1.212, which caused a regression in a previously working | Bjorn Ketelaars |
2022-06-19 | pluart(4) does not report the correct baudrate for the hardware console | Anton Lindqvist |
2022-06-11 | Bring back PL011 UART FIFO support to pluart(4). This time with working | Anton Lindqvist |
2022-06-05 | use the write lemtohXX functions for bits of the stats structure. | David Gwynne |
2022-06-03 | expose hardware counters as kstats. | David Gwynne |
2022-05-02 | Disable DMA as part of the hardware reset, preventing the device from | Anton Lindqvist |
2022-05-02 | Use the given queue id argument which happen to already be equal to | Anton Lindqvist |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-09 | atascsi: constify method tables | Christian Weisgerber |
2022-04-08 | lm, uguru, fins, wbenv: constify sensor tables | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |