| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-22 | use ifiq_input and use it's return value to apply backpressure to rxrs. |  dlg | 5 | -12/+19 |
| 2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found |  kettenis | 1 | -2/+7 |
| 2020-06-19 | Whitespace. |  krw | 1 | -2/+2 |
| 2020-06-19 | Whitespace. Two short lines to one line. |  krw | 2 | -14/+13 |
| 2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying |  jmatthew | 2 | -5/+23 |
| 2020-06-08 | update drm to linux 5.7 |  jsg | 5 | -90/+104 |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -3/+1 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 4 | -34/+34 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2 | -12/+12 |
| 2020-05-23 | Fix typo in a comment that originated in wpi(4) and has spread elsewhere. |  stsp | 1 | -2/+2 |
| 2020-05-17 | restore VGA fonts on VT switch |  jsg | 1 | -1/+2 |
| 2020-05-16 | Don't attempt to reset the state of the flip-flop associated with the |  jsg | 1 | -7/+1 |
| 2020-05-15 | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. |  stsp | 1 | -55/+9 |
| 2020-05-15 | Some newer bwfm(4) chips from Cypress hold their regulatory |  patrick | 3 | -3/+67 |
| 2020-04-30 | Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process(). |  stsp | 1 | -6/+4 |
| 2020-04-29 | Add the 'nomimo' nwflag which disables MIMO in 11n mode. |  stsp | 1 | -38/+51 |
| 2020-04-28 | Configure Tx interrupt mitigation thresholds on athn(4) devices. |  stsp | 2 | -2/+12 |
| 2020-04-27 | Offload CCMP (WPA2) encryption and decryption to athn(4) hardware. |  stsp | 3 | -91/+234 |
| 2020-04-21 | Revert r1.207. Apparently mpi(4) on sparc64 blows up if |  krw | 1 | -6/+7 |
| 2020-04-21 | Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs. |  tobhe | 1 | -0/+126 |
| 2020-04-20 | Add athn(4) definitions for the block-ack/block-ack-request control register. |  stsp | 1 | -1/+10 |
| 2020-04-19 | Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X. |  tobhe | 2 | -0/+509 |
| 2020-04-15 | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) |  cheloha | 2 | -6/+6 |
| 2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 3 | -0/+1278 |
| 2020-04-06 | wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@ |  cheloha | 1 | -3/+3 |
| 2020-03-21 | Simplify some goto'ing that jumps a single line or |  krw | 1 | -12/+6 |
| 2020-03-16 | Actually attach panel (if we have one). |  kettenis | 1 | -1/+7 |
| 2020-03-16 | Replace video "framework" with a more generic port/endpoint "framework". |  kettenis | 1 | -1/+4 |
| 2020-03-15 | sparc64 issue being identified and removed, reapply r1.73: |  krw | 2 | -5/+16 |
| 2020-03-15 | Revert nvme back to last working commit for sparc64. |  kmos | 2 | -17/+9 |
| 2020-03-14 | ahci_get_pmp_ccb() returns a non-NULL pointer, fails a |  krw | 1 | -14/+6 |
| 2020-03-14 | Trailing whitespace, long lines, incorrect function names in |  krw | 1 | -13/+14 |
| 2020-03-13 | Recognize BCM43341 as a BCM43340 variant. |  patrick | 1 | -1/+2 |
| 2020-03-13 | Bump nvme(4) max physio() i/o size to 128K. |  krw | 2 | -5/+16 |
| 2020-03-10 | Variables 'nowait' amd 'flags' should have died in 2008 with r1.36's |  krw | 1 | -10/+3 |
| 2020-03-10 | Coverity points out (12 + MAXMPS) can never be less than |  krw | 1 | -5/+2 |
| 2020-03-10 | Ooops. Need both files. |  krw | 1 | -2/+2 |
| 2020-03-10 | sgl (scatter gather list) and prpl (physical region page list) are two |  krw | 1 | -8/+8 |
| 2020-03-09 | Update the console device always when attaching the real device |  yasuoka | 1 | -3/+3 |
| 2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some |  patrick | 2 | -2/+52 |
| 2020-03-04 | fix typo in previous |  cheloha | 1 | -2/+2 |
| 2020-03-04 | Restrict modes to those with an actually supported pixel clock. |  kettenis | 2 | -8/+18 |
| 2020-03-02 | Shuffle logic a bit to make sizes/limits more obvious. |  krw | 1 | -14/+12 |
| 2020-03-02 | Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchip |  kettenis | 3 | -0/+1436 |
| 2020-03-01 | Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1 |  krw | 2 | -6/+5 |
| 2020-02-28 | nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits. |  krw | 1 | -6/+6 |
| 2020-02-27 | Trailing whitespace. |  krw | 1 | -7/+7 |
| 2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. |  patrick | 2 | -14/+12 |
| 2020-02-25 | pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -3/+3 |
| 2020-02-21 | Add anxdp(4), a driver for the Analogix Display Port controller, |  patrick | 2 | -0/+949 |