Age | Commit message (Expand) | Author |
2019-02-27 | Make iwm(4) use CTS-to-self for HT protection if the AP requests this, | Stefan Sperling |
2019-02-27 | Make xhci_ring_produce() check the previous TRB to find out if it | Patrick Wildt |
2019-02-27 | Implement support for dynamic RTS threshold in MiRA. | Stefan Sperling |
2019-02-27 | Fix iwn(4) scan misreporting the channel of wifi networks in some situations. | Stefan Sperling |
2019-02-26 | tweak the mbuf loading in the tx path so it's easier to read. | David Gwynne |
2019-02-26 | Re-enable interrupts on resume with RF switch disabled | kn |
2019-02-26 | i forgot to commit a regen after fixing some bcm entries | David Gwynne |
2019-02-26 | don't let rxr completely fill the rxr ring. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the cluster. | David Gwynne |
2019-02-26 | avoid a deadlock in ixl_down when calling ifq_barrier. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the mbuf | David Gwynne |
2019-02-24 | get rid of an unused softc member | David Gwynne |
2019-02-24 | Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow. | Patrick Wildt |
2019-02-24 | regen | Patrick Wildt |
2019-02-24 | Dynastream ANTUSB-2, from Jan Klemkow. | Patrick Wildt |
2019-02-24 | Rework iwm(4) Tx rate selection. | Stefan Sperling |
2019-02-22 | Allow ssdfb(4) to be mmap(2)-able so that we can use its framebuffer | Patrick Wildt |
2019-02-21 | Transfers that span multiple TRBs which wrap around the ring and | Patrick Wildt |
2019-02-21 | get rid of atomic_foo ops in the tx start and completion paths. | David Gwynne |
2019-02-20 | When adding a wsmux device to an existing wsmux device using | anton |
2019-02-20 | Add support for current limit regulators in addition to the voltage | Patrick Wildt |
2019-02-20 | Reject negative input from userland in spkrioctl(). One of the arguments | anton |
2019-02-20 | fix the name of some BCM57417 and BCM57416 parts | David Gwynne |
2019-02-20 | regen | David Gwynne |
2019-02-20 | the broadcom BCM57811_VF device id should be 0x163f, not 0x16ef | David Gwynne |
2019-02-19 | Fix a cosmetic issue in athn(4)'s bpf(4) tap. | Stefan Sperling |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-02-19 | whitespace nits | anton |
2019-02-19 | favor C99 initializers for improved grepability; ok mpi@ | anton |
2019-02-18 | In the voltage regulator getter we need to actually check the GPIO | Patrick Wildt |
2019-02-18 | Serialize access to the list of attached child devices belonging to a | anton |
2019-02-18 | regen | Kevin Lo |
2019-02-18 | Add another PCI ID for Intel Dual Band Wireless AC 9560, found in | Kevin Lo |
2019-02-17 | Publish new attached device once it is fully initialized. | Martin Pieuchot |
2019-02-14 | HCCPARAMS1 register CFC and SEC values are 1 bit. | Marcus Glocker |
2019-02-12 | Add Allwinner V3s support. From SASANO Takayoshi. | Mark Kettenis |
2019-02-10 | Add Allwinner V3s support. Also update some Allwinner A80 pin names to | Mark Kettenis |
2019-02-10 | Handle "broken-cd" as "non-removable" for now. This will generate some | Mark Kettenis |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-07 | There's a task ring for executing commands in a sleep-safe context. | Patrick Wildt |
2019-02-06 | Rework fec(4). I have written this driver in 2012 as my first ever | Patrick Wildt |
2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so | Mark Kettenis |
2019-02-03 | Add mvgicp(4), a driver for the Marvell extension to the GIC that | Patrick Wildt |
2019-02-01 | free size for wscons_event; ok deraadt@ visa@ | anton |
2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. | Stefan Sperling |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. | Martin Pieuchot |
2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if | anton |
2019-02-01 | fix up calculation of our physical function id, making the second port | Jonathan Matthew |
2019-02-01 | Fix lost interrupts in fec(4). Apparently the tick that talks to the | Patrick Wildt |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |