Age | Commit message (Expand) | Author |
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 |
2022-03-14 | Fix Tx performance on urtwn(4) RTL8192EU devices. | Stefan Sperling |
2022-03-13 | Revert previous commit. It breaks the serial console on my rpi4. | Mark Kettenis |
2022-03-11 | Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on | Anton Lindqvist |
2022-03-08 | remove files used by isa radio drivers removed in 2016 | Jonathan Gray |
2022-03-07 | remove WD33C93 SCSI code | Jonathan Gray |
2022-03-06 | Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm. | Mark Kettenis |
2022-03-04 | Add support for the BCM4387. The firmware for this variant uses a new scan | Mark Kettenis |
2022-03-02 | The firmware for the bwfm(4) variants in Apple Silicon Macs has variants | Mark Kettenis |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | unifdef __OpenBSD__ | Jonathan Gray |
2022-01-14 | update drm to linux 5.15.14 | Jonathan Gray |
2022-01-11 | add Synopsys Degisnware UART (dw-apb-uart) support | SASANO Takayoshi |
2022-01-09 | spelling | Jonathan Gray |
2022-01-07 | fix aac build after -Wno-uninitialized was removed | Jonathan Gray |
2022-01-05 | rename ETHERTYPE_PAE to ETHERTYPE_EAPOL. | David Gwynne |
2022-01-04 | remove the last part of driver for aic-6250 scsi on aviion | Jonathan Gray |
2022-01-04 | remove files missed when sgi was removed | Jonathan Gray |
2022-01-03 | the prism54 domain is long abandoned | Jonathan Gray |
2021-12-27 | Support reading OTP information from a few more chips, necessary to learn | Patrick Wildt |
2021-12-27 | Fix off-by-one in blob download, where in the case that the blob is evenly | Patrick Wildt |
2021-12-27 | BCM4387 needs the D11 cores to be held in reset by us, the firmware | Patrick Wildt |
2021-12-27 | Send TxCap and WiFi calibration blobs to the chip. | Patrick Wildt |
2021-12-27 | Handle trailing odd-sized 1024 byte blocks when calculating TCM RAM size. | Patrick Wildt |
2021-12-26 | Add information about TCM rambase and how to check the SR capability for | Patrick Wildt |
2021-12-22 | Disable minimum power consumption in hostap mode. This improves connection | Tobias Heider |
2021-12-20 | bus_dmamem_unmap() should not be called from interrupt context, so free | Patrick Wildt |