index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
dwc2
/
dwc2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use non-blocking allocation in dwc2_allocx() to make
visa
2019-03-14
1
-2
/
+6
*
Add missing bus powered bit, from aalm@
mpi
2019-03-11
1
-2
/
+2
*
kill RCSID macros; discussed with millert
deraadt
2017-06-29
1
-6
/
+1
*
Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).
mpi
2017-05-15
1
-2
/
+2
*
Rename Debugger() into db_enter().
mpi
2017-04-30
1
-2
/
+2
*
Fix a use-after-free when sending root hub control transfers.
mpi
2017-03-10
1
-2
/
+2
*
Move per HC polling code to the stack.
mpi
2017-03-10
1
-47
/
+1
*
Remove an unnecessary NULL pointer check.
visa
2017-02-16
1
-7
/
+4
*
Replace dummy mutex asserts with real ones.
visa
2017-02-12
1
-2
/
+2
*
Prefer <sys/endian.h> to <machine/endian.h>
guenther
2017-02-04
1
-2
/
+2
*
Remove unused functions.
kettenis
2016-09-24
1
-51
/
+1
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-7
/
+4
*
Drop unused goto label.
visa
2015-12-23
1
-4
/
+3
*
Remove two error-on-NULL conditions for allocations that can't fail.
mmcc
2015-12-18
1
-5
/
+1
*
Properly cancel any pending USB abort task when aborting a transfer
visa
2015-09-03
1
-2
/
+13
*
Remove the abort_task field in struct dwc2_xfer. There is an identical
visa
2015-09-03
1
-6
/
+4
*
Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a
visa
2015-09-03
1
-85
/
+14
*
Convert list_head lists into TAILQs and LISTs and fix up header includes
jmatthew
2015-06-28
1
-2
/
+2
*
Revert previous. uvideo checks the transfered length of every frame and
mpi
2015-06-26
1
-5
/
+5
*
Do not update frame lengths to reflect what has really been transfered
mpi
2015-06-22
1
-5
/
+5
*
rearrange delayed_work to avoid the use of container_of while leaving it in
jmatthew
2015-06-08
1
-2
/
+2
*
refuse to do polled isochronous transfers, as other usb controller drivers do
jmatthew
2015-06-08
1
-4
/
+5
*
Ensure polled bulk, control and interrupt transfers actually poll, fixing
jmatthew
2015-06-08
1
-9
/
+6
*
Let it compile.
mpi
2015-03-19
1
-5
/
+5
*
Abort tasks are run in their own thead, that's why they need a special
mpi
2015-03-19
1
-2
/
+2
*
Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with
mpi
2015-03-19
1
-1
/
+26
*
Handle (poll) HCD interrupt right after initialization to immediately mark
uebayasi
2015-02-14
1
-1
/
+4
*
Provide interface for external DMA address configuration.
uebayasi
2015-02-12
1
-1
/
+8
*
De-static for backtracing, but using #define to not change indent (for now).
uebayasi
2015-02-12
1
-111
/
+111
*
Don't panic even if parent port doesn't exist.
uebayasi
2015-02-12
1
-3
/
+5
*
- Fix thinko about struct usbd_xfer allocation.
uebayasi
2015-02-11
1
-7
/
+7
*
Fix debug build, etc.
uebayasi
2015-02-11
1
-18
/
+18
*
Adjust usb(9) API differences to at least compile.
uebayasi
2015-02-10
1
-48
/
+58
*
Adjust various kernel API differences.
uebayasi
2015-02-10
1
-11
/
+11
*
Convert tsleep(9)/wakeup(9) usages.
uebayasi
2015-02-10
1
-5
/
+5
*
Whitespace.
uebayasi
2015-02-10
1
-14
/
+14
*
Convert timeout(9)/taskq(9) usages.
uebayasi
2015-02-10
1
-5
/
+6
*
Convert malloc(9)/free(9) usages.
uebayasi
2015-02-10
1
-3
/
+4
*
Convert pool(9) usages.
uebayasi
2015-02-10
1
-9
/
+12
*
s/device_t/struct device */
uebayasi
2015-02-10
1
-14
/
+14
*
s/mutex/mtx/
uebayasi
2015-02-10
1
-87
/
+87
*
Whitespace.
uebayasi
2015-02-10
1
-38
/
+38
*
s/usb_dma_t/struct usb_dma */
uebayasi
2015-02-10
1
-5
/
+5
*
s/usbd_xfer_handle/struct usbd_xfer */
uebayasi
2015-02-10
1
-103
/
+103
*
s/Static/static/
uebayasi
2015-02-10
1
-97
/
+97
*
Convert header paths.
uebayasi
2015-02-10
1
-6
/
+13
*
Add RCS IDs.
uebayasi
2015-02-10
1
-0
/
+3
*
Redo dwc2 import with CVS tags expanded.
uebayasi
2015-02-10
1
-2
/
+2
*
Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@
uebayasi
2015-02-10
1
-0
/
+1801