| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-02-26 | put the rx buffer at the end of the mbuf |  dlg | 1 | -2/+2 |
| 2019-02-24 | get rid of an unused softc member |  dlg | 1 | -3/+1 |
| 2019-02-24 | Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow. |  patrick | 1 | -1/+2 |
| 2019-02-24 | regen |  patrick | 2 | -2/+7 |
| 2019-02-24 | Dynastream ANTUSB-2, from Jan Klemkow. |  patrick | 1 | -1/+2 |
| 2019-02-24 | Rework iwm(4) Tx rate selection. |  stsp | 2 | -183/+82 |
| 2019-02-22 | Allow ssdfb(4) to be mmap(2)-able so that we can use its framebuffer |  patrick | 1 | -6/+81 |
| 2019-02-21 | Transfers that span multiple TRBs which wrap around the ring and |  patrick | 1 | -5/+9 |
| 2019-02-21 | get rid of atomic_foo ops in the tx start and completion paths. |  dlg | 2 | -127/+71 |
| 2019-02-20 | When adding a wsmux device to an existing wsmux device using |  anton | 1 | -2/+2 |
| 2019-02-20 | Add support for current limit regulators in addition to the voltage |  patrick | 2 | -27/+143 |
| 2019-02-20 | Reject negative input from userland in spkrioctl(). One of the arguments |  anton | 2 | -2/+16 |
| 2019-02-20 | fix the name of some BCM57417 and BCM57416 parts |  dlg | 1 | -3/+3 |
| 2019-02-20 | regen |  dlg | 2 | -3/+3 |
| 2019-02-20 | the broadcom BCM57811_VF device id should be 0x163f, not 0x16ef |  dlg | 1 | -2/+2 |
| 2019-02-19 | Fix a cosmetic issue in athn(4)'s bpf(4) tap. |  stsp | 2 | -4/+6 |
| 2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. |  stsp | 1 | -27/+51 |
| 2019-02-19 | whitespace nits |  anton | 1 | -4/+4 |
| 2019-02-19 | favor C99 initializers for improved grepability; ok mpi@ |  anton | 3 | -13/+22 |
| 2019-02-18 | In the voltage regulator getter we need to actually check the GPIO |  patrick | 1 | -2/+3 |
| 2019-02-18 | Serialize access to the list of attached child devices belonging to a |  anton | 2 | -8/+47 |
| 2019-02-18 | regen |  kevlo | 2 | -2/+7 |
| 2019-02-18 | Add another PCI ID for Intel Dual Band Wireless AC 9560, found in |  kevlo | 1 | -1/+2 |
| 2019-02-17 | Publish new attached device once it is fully initialized. |  mpi | 1 | -2/+3 |
| 2019-02-14 | HCCPARAMS1 register CFC and SEC values are 1 bit. |  mglocker | 1 | -3/+3 |
| 2019-02-12 | Add Allwinner V3s support. From SASANO Takayoshi. |  kettenis | 2 | -1/+179 |
| 2019-02-10 | Add Allwinner V3s support. Also update some Allwinner A80 pin names to |  kettenis | 2 | -27/+348 |
| 2019-02-10 | Handle "broken-cd" as "non-removable" for now. This will generate some |  kettenis | 1 | -2/+4 |
| 2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few |  patrick | 3 | -8/+8 |
| 2019-02-07 | There's a task ring for executing commands in a sleep-safe context. |  patrick | 1 | -1/+2 |
| 2019-02-06 | Rework fec(4). I have written this driver in 2012 as my first ever |  patrick | 1 | -263/+430 |
| 2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so |  kettenis | 1 | -6/+15 |
| 2019-02-03 | Add mvgicp(4), a driver for the Marvell extension to the GIC that |  patrick | 3 | -67/+329 |
| 2019-02-01 | free size for wscons_event; ok deraadt@ visa@ |  anton | 1 | -2/+2 |
| 2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. |  stsp | 13 | -58/+241 |
| 2019-02-01 | Print xhci version in hex, from sc.dying at gmail. |  mpi | 1 | -2/+2 |
| 2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if |  anton | 1 | -2/+3 |
| 2019-02-01 | fix up calculation of our physical function id, making the second port |  jmatthew | 1 | -4/+1 |
| 2019-02-01 | Fix lost interrupts in fec(4). Apparently the tick that talks to the |  patrick | 1 | -3/+4 |
| 2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. |  millert | 5 | -12/+18 |
| 2019-01-31 | Enable IQ/ADC calibration in the athn(4) driver. |  stsp | 2 | -5/+17 |
| 2019-01-30 | Make bwfm(4) query firmware for RSSI levels and current transmit rate when |  stsp | 2 | -2/+269 |
| 2019-01-29 | Discard unwanted mouse events from the keyboard input channel when we're |  mglocker | 1 | -1/+4 |
| 2019-01-29 | Accept control frames in monitor mode. |  kevlo | 1 | -2/+9 |
| 2019-01-29 | get rid of some more debug printfs |  dlg | 1 | -9/+1 |
| 2019-01-29 | don't need to print the base queue number. |  dlg | 1 | -2/+1 |
| 2019-01-28 | Implement breaking into ddb on imxuart(4). When a break is detected, |  patrick | 1 | -2/+13 |
| 2019-01-27 | tweak errno in previous |  anton | 1 | -2/+2 |
| 2019-01-27 | Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same |  anton | 1 | -1/+3 |
| 2019-01-26 | Wait a bit for the set mode command to complete for Synaptics devices to |  mglocker | 1 | -1/+7 |