Age | Commit message (Expand) | Author |
2015-07-24 | if we free the mbuf in the rx path, clear the pointer to it so we dont | David Gwynne |
2015-07-20 | Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of this | Miod Vallat |
2015-07-20 | Try to assign a secondary bus number if the BIOS left the CardBus bridge | Mark Kettenis |
2015-07-19 | Make iwm(4) show command codes of unhandled firmware replies. Should make | Stefan Sperling |
2015-07-19 | use standardized register definition in mii.h rather than each | Yojiro Uo |
2015-07-19 | simplify a triple-deep ternary operation. | Brent Cook |
2015-07-18 | virtio_pci: Do the ISR read without kernel lock | Stefan Fritsch |
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat |
2015-07-18 | KNF fixes | Stefan Fritsch |
2015-07-17 | fix typo. | Yojiro Uo |
2015-07-16 | Introduce a Linux compatible wait_event API and use it in the inteldrm code. | Mark Kettenis |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-15 | add some definitions from libdrm 2.4.62 | Jonathan Gray |
2015-07-11 | Make use of recent drm_linux.h additions to further reduce the | Jonathan Gray |
2015-07-08 | Fix a use-after-free, from Maxime Villard w/ Brainy. | Martin Pieuchot |
2015-07-08 | Overallocate the data segment lists to ensure there's always space for the | Jonathan Matthew |
2015-06-29 | Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT" | Mike Belopuhov |
2015-06-28 | Read the lower 16-bits of the GCFGC "double word". Potentially fixes issues | Mark Kettenis |
2015-06-26 | Add Linux completion API and use it. | Mark Kettenis |
2015-06-26 | There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available. | Mark Kettenis |
2015-06-25 | Ensure the setup block is DMA reachable. | Theo de Raadt |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-06-24 | #undef HZ before defining it such that compiling a kernel with -DHZ=xxx works. | Mark Kettenis |
2015-06-24 | Linux jiffies and OpenBSD ticks are the same thing. | Mark Kettenis |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-24 | Introduce Linux work queue APIs and use them. As a side-effect, this will | Mark Kettenis |
2015-06-22 | Flush out another small diff to reduce the diffs with Linux. | Mark Kettenis |
2015-06-22 | Apparently some BIOSes not supporting xHCI natively switch USB ports | Martin Pieuchot |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-06-18 | For unsupported sample formats, don't return EINVAL but set the closest | Christian Weisgerber |
2015-06-15 | Remove comments referring to Linux iwlwifi source filenames from iwm(4). | Stefan Sperling |
2015-06-15 | Make the wifi LED work with iwm(4). | Stefan Sperling |
2015-06-14 | Implement IQ calibration support for rtwn(4). Lots of black magic involved. | Stefan Sperling |
2015-06-13 | Busy-wait a short while after sending a command to rtwn(4) firmware. | Stefan Sperling |
2015-06-12 | Actually trigger iwm_init_task() from iwm_watchdog() as intended to give | Stefan Sperling |
2015-06-12 | Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220. | Stefan Sperling |
2015-06-11 | remove uneeded pci includes | Jonathan Gray |
2015-06-10 | Don't claim the autri(4) driver supports big-ending, signed 8-bit, | Alexandre Ratchov |
2015-06-10 | Use first 4 channels of the board. The previous channel setting | Alexandre Ratchov |
2015-06-10 | Do not set "rcvif", if_input() does it for us. | Martin Pieuchot |
2015-06-07 | mark the usb hci driver pci glue code as only needed by the pci attachment, | David Gwynne |
2015-06-05 | regen | Stefan Sperling |
2015-06-05 | Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad. | Stefan Sperling |
2015-06-04 | attach rtwn at pci | Stefan Sperling |
2015-06-04 | New rtwn(4) driver for RTL8188CE wifi cards. | Stefan Sperling |
2015-06-04 | sync | Theo de Raadt |
2015-06-04 | + REALTEK RT8191SE | Theo de Raadt |
2015-06-04 | Add support for em(4) on Teak 3020, a Tolopai (EP80579) | Dariusz Swiderski |
2015-06-04 | regen | Dariusz Swiderski |
2015-06-04 | Add more of Tolopai (EP80579) Gigabit controllers id. | Dariusz Swiderski |