Age | Commit message (Expand) | Author |
2018-04-29 | Fail early when transfers aren't completed in order. | Martin Pieuchot |
2018-02-03 | Add support for dumping USB transfers via bpf(4) using USBPcap headers. | Martin Pieuchot |
2017-09-21 | Disable a splsoftassert() at least until ohci(4) has been fixed. | Martin Pieuchot |
2017-05-15 | Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB). | Martin Pieuchot |
2017-05-10 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2017-05-10 | Revert r1.61 and partially 1.60. The resulting logic is currently a | Martin Pieuchot |
2017-05-05 | Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer, | Jonathan Gray |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-03-17 | ubcmtp(4) works because of a use-after-free. Many more drivers are | Martin Pieuchot |
2017-03-10 | Fix a use-after-free when sending root hub control transfers. | Martin Pieuchot |
2017-03-10 | Move per HC polling code to the stack. | Martin Pieuchot |
2017-03-06 | Do not print uninitialized variable in DPRINTFN(). | Martin Pieuchot |
2017-03-06 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2016-10-04 | Let the stack perform DMA synchronization instead of doing it (partially) | Martin Pieuchot |
2016-06-13 | Remove the restriction for the usbd_ref_* functions to work just in case | Marcus Glocker |
2015-07-10 | usbd_{endpoint,interface}_count() are no longer used and die. | Martin Pieuchot |
2015-06-15 | Set the length of isochronous transfers as the sum of the frames lengths. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-12 | KNF. | Masao Uebayashi |
2015-01-22 | Reduce the number of intermediate buffers by pre-allocating DMA buffers | Martin Pieuchot |
2015-01-11 | There's no simple way so check for DMA buffer overrun with isochronous | Martin Pieuchot |
2015-01-09 | Always check for DMA buffer overrun, not just for some specific xfers. | Martin Pieuchot |
2015-01-09 | Add an asynchronous version of uhidev_get_report(), from David Higgs | Martin Pieuchot |
2014-11-01 | Make it clear that dma buffers are link to xfers, no functional change. | Martin Pieuchot |
2014-10-31 | Use understandable messages when the per-xfer poison value is incorrect. | Martin Pieuchot |
2014-09-26 | Fix format signedness | Philip Guenther |
2014-08-10 | Set and check for XFER_BUSY in the common methods instead of doing it | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-07 | We already have three identical copies of the *hci_str() function, | Martin Pieuchot |
2014-03-06 | Turn usbd_xfer_isread() into a public function so that we can use | Martin Pieuchot |
2014-03-06 | Makes the "cleartoggle" function provided by HC drivers optional | Martin Pieuchot |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-11-13 | Polling is done per controller not per interface. | Paul Irofti |
2013-11-06 | Make usbd_free_xfer return void, since no callers use the return value. | Jeremy Evans |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-10-31 | Pipe don't have states. Kill an useless & commented out chunk of code. | Martin Pieuchot |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot |
2013-10-14 | If a transfer terminates with an I/O error status, do not modify the | Martin Pieuchot |
2013-09-24 | Stop generating traffic for a given endpoint when a transfer reported | Martin Pieuchot |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot |
2013-08-13 | Remove bogus and useless refcounting of usbd pipes that could lead to | Martin Pieuchot |
2013-08-08 | Use the same functions to abort and close the control pipe of a device | Martin Pieuchot |
2013-04-26 | Remove unused and ambiguous usbd_get_interface() function. | Martin Pieuchot |
2013-04-26 | Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix | Martin Pieuchot |
2013-04-26 | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). | Marcus Glocker |
2013-04-19 | Remove allocm() and freem() from the USB bus interface now that they | Martin Pieuchot |
2013-04-19 | Remove unused usbd_get_buffer() function. | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-12 | usbd_setup_default_xfer() already use the default device's pipe so there's | Martin Pieuchot |