| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-17 | bwfm: add a delay in bwfm_set_key_cb before talking to hardware |  jcs | 1 | -1/+3 |
| 2020-12-17 | rework the maths used to set mbuf timestamps. |  dlg | 1 | -13/+26 |
| 2020-12-16 | softraid(4): more tsleep(9) -> tsleep_nsec(9) conversions |  cheloha | 2 | -8/+12 |
| 2020-12-15 | fill in more of mcx_cap_device so i can get to the device frequencies. |  dlg | 1 | -1/+78 |
| 2020-12-15 | go to splhigh around the kernel clock and hardware timer reads. |  dlg | 1 | -1/+7 |
| 2020-12-15 | turn hardware rx mbuf timestamping off by default. |  dlg | 1 | -2/+2 |
| 2020-12-15 | neuter the shutdown hooks for now, they seem to crash the fw on some boards. |  dlg | 1 | -1/+5 |
| 2020-12-14 | remove unused include linux no longer has |  jsg | 1 | -0/+0 |
| 2020-12-14 | remove unused (and wrong) disable_irq() and enable_irq() defines |  jsg | 1 | -3/+0 |
| 2020-12-13 | set scatterlist to NULL after free |  jsg | 1 | -1/+2 |
| 2020-12-13 | remove unused wait interfaces |  jsg | 2 | -23/+3 |
| 2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. |  jan | 47 | -112/+112 |
| 2020-12-12 | avoid uninitialised var by using dma tag from attach args |  jsg | 1 | -2/+3 |
| 2020-12-12 | The asmc sensor update task currently consumes ~50ms on each refresh cycle |  mglocker | 1 | -18/+25 |
| 2020-12-11 | ipmi(4): ipmi_poll_thread(): remove sleep loop |  cheloha | 1 | -4/+2 |
| 2020-12-11 | ipmi(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -2/+3 |
| 2020-12-10 | use jiffies var instead of ticks when checking for timeout |  jsg | 2 | -10/+11 |
| 2020-12-10 | remove timespec_to_jiffies() which no longer exists in linux |  jsg | 1 | -12/+0 |
| 2020-12-09 | ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring. |  dlg | 1 | -2/+2 |
| 2020-12-08 | fix wrong function names in softraid RAID1 debug print statements |  stsp | 1 | -3/+3 |
| 2020-12-08 | Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate |  jsg | 1 | -1/+1 |
| 2020-12-08 | an(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -3/+3 |
| 2020-12-08 | correct ttm_tt error paths if bus_dmamap_create() fails |  jsg | 1 | -2/+9 |
| 2020-12-07 | Fix calculation of "maxlen" if there are multiple MPDUs in one packet. |  tobhe | 1 | -8/+2 |
| 2020-12-07 | Fix calculation of "maxlen" if there are multiple MPDUs in one packet. |  tobhe | 1 | -8/+2 |
| 2020-12-07 | Initialize handled |  gnezdo | 1 | -2/+2 |
| 2020-12-07 | Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link |  kettenis | 1 | -2/+20 |
| 2020-12-07 | remove unused (and wrong) page_address() macro |  jsg | 1 | -1/+0 |
| 2020-12-07 | change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t |  jsg | 1 | -2/+2 |
| 2020-12-06 | Implement acpi_intr_disestablish() for arm64. |  kettenis | 1 | -1/+2 |
| 2020-12-06 | Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller. |  kettenis | 3 | -4/+294 |
| 2020-12-06 | mbg(4): more tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -7/+7 |
| 2020-12-06 | Use 1000baseKX and 2500baseKX media types for fixed link connections an |  kettenis | 1 | -1/+13 |
| 2020-12-06 | Fix yet another wscons race. In the same subsystem, the following |  anton | 1 | -6/+5 |
| 2020-12-05 | Add support for the _EVT method to the GPIO support code. |  kettenis | 1 | -3/+12 |
| 2020-12-04 | hvn(4): msleep(9) -> msleep_nsec(9) |  cheloha | 1 | -2/+2 |
| 2020-12-04 | hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions |  cheloha | 2 | -12/+24 |
| 2020-12-02 | Extract another couple of chunks from main() into helper functions, |  krw | 2 | -3/+16 |
| 2020-12-02 | Enable auto-negotiation on the SerDes links, which allows in-band-status |  patrick | 1 | -1/+2 |
| 2020-11-30 | Implement mii_byname(). |  kettenis | 2 | -9/+17 |
| 2020-11-30 | Fix deferred key tasks along the same lines as urtwn(4) and run(4). |  krw | 6 | -12/+57 |
| 2020-11-30 | Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause |  jsg | 1 | -0/+6 |
| 2020-11-29 | Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some |  kettenis | 2 | -1/+364 |
| 2020-11-29 | regen |  kettenis | 2 | -2/+7 |
| 2020-11-29 | Add Marvell ARMADA 3700 bridge. |  kettenis | 1 | -1/+2 |
| 2020-11-29 | Add support for 1000base-x and 2500base-x connections. |  kettenis | 2 | -8/+98 |
| 2020-11-29 | Un-const pci_attach_args var. |  kevlo | 4 | -8/+8 |
| 2020-11-28 | make it possible to attach other devices (for example switches) to mvmdio(4). |  kettenis | 2 | -10/+23 |
| 2020-11-27 | Unleash curlen check from DIAGNOSTIC block, and change the related printf's |  mglocker | 1 | -7/+7 |
| 2020-11-27 | As in urtwn(4), don't bring link up (getting dhclient(8) excited) until |  krw | 2 | -8/+22 |