Age | Commit message (Expand) | Author |
2020-08-04 | Pack multiple packets into one xfer as possible. Given this is a 5x-7x | Kevin Lo |
2020-08-03 | sync | Theo de Raadt |
2020-08-03 | Gear Head keyboard IDs, from Tom Murphy | Theo de Raadt |
2020-07-31 | In xhci_device_isoc_start() do first check if the transfer is | Marcus Glocker |
2020-07-31 | Nuke all occurrences of usbd_abort_pipe() if it gets called right | Marcus Glocker |
2020-07-29 | Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output, | Kenneth R Westerback |
2020-07-29 | Don't nest a enum declaration inside a struct declaration, and anyway | Theo de Raadt |
2020-07-28 | Fix a problem related to isochronous transfers appearing in certain | Marcus Glocker |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-22 | regen | Jonathan Gray |
2020-07-22 | add Intel AX200 Bluetooth | Jonathan Gray |
2020-07-22 | deprecate interface input handler lists, just use one input function. | David Gwynne |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-11 | Build 'flags' in intermediate variable and shuffle sc_link | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-06 | match on D-Link DWA-121 rev B1 | Jonathan Gray |
2020-07-06 | regen | Jonathan Gray |
2020-07-06 | add D-Link DWA-121 rev B1 | Jonathan Gray |
2020-07-05 | uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like... | Landry Breuil |
2020-07-05 | Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware. | Stefan Sperling |
2020-06-30 | When a transfer times out, the TRB should be aborted, too. But still | Gerhard Roth |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Acknowledge xhci(4) interrupts before calling usb_schedsoftintr(). | Patrick Wildt |
2020-06-24 | Apply sc->sc_xfer_flags to control transfers as well. These are used | Patrick Wildt |
2020-06-22 | Blacklist Ericsson F5521gw broadband modem. | tobhe |
2020-06-22 | regen | tobhe |
2020-06-22 | Add Ericsson F5521gw Mobile Broadband Modem. | tobhe |
2020-06-17 | Fix broken HID descriptors of Elecom trackballs. | Ulf Brosziewski |
2020-06-16 | Release the rx node if we were unable to allocate a new rx buffer. | Jonathan Matthew |
2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 | Alexandre Ratchov |
2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying | Jonathan Matthew |
2020-06-09 | Do not call encap routines with the IFQ mutex held, as they might | Gerhard Roth |
2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards | Joshua Stein |
2020-05-31 | regen | Joshua Stein |
2020-05-31 | add two Surface Go Type Cover models | Joshua Stein |
2020-05-30 | Fix UVIDEO_DEBUG build | Ingo Feinerer |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-26 | match on TP-Link TL-WN822N-EU v5 | Jonathan Gray |
2020-05-26 | regen | Jonathan Gray |
2020-05-26 | add TP-Link TL-WN822N-EU v5 | Jonathan Gray |
2020-05-25 | regen | Patrick Wildt |
2020-05-25 | ThingM blink(1) | Patrick Wildt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |