Age | Commit message (Expand) | Author |
2015-06-08 | rearrange delayed_work to avoid the use of container_of while leaving it in | Jonathan Matthew |
2015-06-08 | pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX. | Stefan Sperling |
2015-06-08 | refuse to do polled isochronous transfers, as other usb controller drivers do | Jonathan Matthew |
2015-06-08 | Ensure polled bulk, control and interrupt transfers actually poll, fixing | Jonathan Matthew |
2015-06-07 | The Swiss Federal Government decided to shut down HBG at the end of 2011. | Claudio Jeker |
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 |
2015-06-04 | Check if interface was stopped before calling rx/tx interrupt routines. | Mike Belopuhov |
2015-06-04 | Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from | Jonathan Gray |
2015-06-04 | use mallocarray instead of malloc in drm_calloc | Jonathan Gray |
2015-06-04 | remove the now unused alawtolin16 table | Jonathan Gray |
2015-06-02 | Add missing define for hpb(4). | Martin Pieuchot |
2015-06-01 | regen | Stefan Sperling |
2015-06-01 | fix typo: Wirelsss -> Wireless | Stefan Sperling |
2015-05-30 | DRMDEBUG not DRM_DEBUG. From frantisek holop. | Jonathan Gray |
2015-05-30 | Acquire/release the i2c bus before/after reading the temperature register. | Mark Kettenis |
2015-05-30 | cleanup attach message | Theo de Raadt |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-29 | Revert unrelated changes in previous. | Masao Uebayashi |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-27 | Use m_defrag(9) instead of rolling our own inlined version. | Mark Kettenis |
2015-05-27 | Improve the controller state check in xhci_reset | Mike Belopuhov |
2015-05-26 | Fix missing vlan.h include in if_vio.c | Stefan Fritsch |
2015-05-26 | bump the number of tx and rx descriptors from 128 up to 512. | David Gwynne |
2015-05-26 | More than 100+ drivers converted to if_input(), this is the last "real" one. | Martin Pieuchot |
2015-05-26 | Build all the firmware for usb devices on armv7. | Jonathan Gray |
2015-05-25 | Initialize ipa_ndrq in isascan() too... | Miod Vallat |
2015-05-25 | Match newer elantech v4 touchpads, logic taken from Linux. | Martin Pieuchot |
2015-05-25 | Make this build when using the __STRICT_ALIGNMENT version of USETW. | Jonathan Gray |
2015-05-25 | Prevent a use after free in by closing all open endpoints upon detach. | Martin Pieuchot |
2015-05-25 | missing word in comment; Kyle Milz | Theo de Raadt |
2015-05-24 | Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being | Miod Vallat |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-24 | Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx). | Matthieu Herrb |
2015-05-22 | Don't use an uninitialised softc pointer in midiread/midiwrite. | Jonathan Gray |
2015-05-22 | LITTE_ENDIAN -> LITTLE_ENDIAN | Jonathan Gray |
2015-05-22 | Limit the number of dma segments used for transmitting packets to | Mark Kettenis |
2015-05-21 | Use m_defrag(9) instead of rolling our own version of it. | Mark Kettenis |
2015-05-21 | Establish interrupts for both keyboard and mouse slots at pckbc attach time, | Miod Vallat |
2015-05-21 | Report all valid interrupt locators in isaprint() - although config(8) stanzas | Miod Vallat |
2015-05-21 | No need for ifp since we do not set "rcvif". | Martin Pieuchot |
2015-05-21 | No need to set "rcvif", if_input() does it for you. | Martin Pieuchot |