Age | Commit message (Expand) | Author |
2016-06-05 | Continue preparing a future merge of urtwn(4) and rtwn(4). | Stefan Sperling |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-06-03 | In iwm(4), fix multicast Rx by updating the MAC context again after | Stefan Sperling |
2016-06-02 | Fix two issues in the MSI-X code. First, actually read the MSI-X capability | Mark Kettenis |
2016-06-02 | Fix typo in comment. | Marcus Glocker |
2016-06-01 | Not all architectures implicitly #include <sys/device.h> via earlier | Theo de Raadt |
2016-06-01 | Netgear/Sierra Aircard 340U | Chris Cappuccio |
2016-06-01 | Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags. | Marcus Glocker |
2016-06-01 | regen | Marcus Glocker |
2016-06-01 | New USB device driver for Audio/Video capture devices based on the | Marcus Glocker |
2016-06-01 | Fix the loop iterating on extended capabilities. It turns out that we | Martin Pieuchot |
2016-06-01 | regen | David Gwynne |
2016-06-01 | intel use the same device id for multiple nvme parts, so just call | David Gwynne |
2016-06-01 | regen | Chris Cappuccio |
2016-06-01 | Netgear/Sierra Aircard 340U | Chris Cappuccio |
2016-05-31 | Provide a function for calculting the rebuild percentage, rather than | Joel Sing |
2016-05-31 | Ensure that softraid crypto is not run on the crypto taskq. | Joel Sing |
2016-05-30 | replace m_copym2 with m_dup_pkt. | David Gwynne |
2016-05-30 | Do not forward declare an enum, makes gcc3 happy. | Martin Pieuchot |
2016-05-28 | Add support for Intel Wireless 3165 devices to iwm(4). | Stefan Sperling |
2016-05-28 | In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it. | Stefan Sperling |
2016-05-28 | Add support for Intel Wireless 8260 devices to iwm(4). | Stefan Sperling |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-28 | no need to open key disk for writing, from bytevolcano. ok jung | Ted Unangst |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-25 | regen | Stefan Sperling |
2016-05-25 | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. | Stefan Sperling |
2016-05-25 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
2016-05-24 | Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ | Reyk Floeter |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-05-24 | Disabling active cooling trip points when we lack the right method to operate. | Sebastien Marie |
2016-05-23 | regen | Chris Cappuccio |
2016-05-23 | VIA VL805 xHCI | Chris Cappuccio |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |
2016-05-23 | Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770S | Chris Cappuccio |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-05-23 | Get rid of usbd_get_device_strings() because we use it only once. | Martin Pieuchot |
2016-05-23 | regen | David Gwynne |
2016-05-23 | add the intel xl710 device ids from the documentation | David Gwynne |
2016-05-22 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-05-21 | Implement openprom(4) for armv7. | Mark Kettenis |
2016-05-21 | Remove another erroneous VOP_CLOSE/vput, which was missed with the last | Joel Sing |
2016-05-21 | Free the cache if the string cannot be retrieved. This allows the | Patrick Wildt |
2016-05-21 | sync | Reyk Floeter |
2016-05-21 | Add ids found in x1 carbon 2016: | Reyk Floeter |
2016-05-20 | Change the identification string to "nxp,pcf8523" as this is what is stored | Mark Kettenis |
2016-05-20 | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. | Marcus Glocker |
2016-05-20 | check we allocated the cq, not the sq, after trying to allocate the cq | David Gwynne |
2016-05-20 | regen | Mike Larkin |