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
/
ueagle.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
This needs sys/kthread.h to build
claudio
2011-11-27
1
-1
/
+2
*
usbdivar.h needs struct timeout. But don't get it indirectly via
krw
2011-09-18
1
-2
/
+2
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
silently clear the endpoint when the device has failed; ok jakemsr
deraadt
2011-03-22
1
-6
/
+4
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
a couple unchecked if_detach() in detach routines that were missed
jakemsr
2010-12-06
1
-2
/
+3
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-2
/
+7
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-2
/
+3
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-2
/
+1
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
'operational' takes a single 'n'
damien
2010-06-05
1
-3
/
+3
*
sys/sysctl.h is not needed here. OK deraadt@
claudio
2010-04-21
1
-2
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-7
/
+1
*
use new malloc M_ZERO flag to shrink kernel.
damien
2007-09-07
1
-2
/
+1
*
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
mbalmer
2007-06-14
1
-2
/
+17
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-2
/
+2
*
Remove the definition and use of the USBDEVNAME macro.
mbalmer
2007-06-10
1
-51
/
+51
*
Remove the definition and use of the USBDEV macro. It only created confusion
mbalmer
2007-06-10
1
-3
/
+3
*
Remove the definition and use of if_deactivate(). It was defined empty and
mbalmer
2007-06-09
1
-2
/
+1
*
re-indent prototypes after "Static" removal.
damien
2007-06-09
1
-26
/
+26
*
Remove the "Static" declaration of many functions. It was defined to be empty
mbalmer
2007-06-05
1
-54
/
+54
*
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
jsg
2007-05-27
1
-13
/
+15
*
Remove logprintf macro
jsg
2007-05-21
1
-3
/
+3
*
fix a buggy printf.
damien
2006-09-16
1
-7
/
+6
*
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
miod
2006-06-23
1
-2
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
brad
2006-01-29
1
-2
/
+2
*
Remove redundant calls to bpfdetach.
canacar
2006-01-04
1
-4
/
+1
*
Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@
canacar
2005-08-04
1
-2
/
+3
*
Don't keep the devinfo string on the stack, instead use malloc/free.
brad
2005-08-01
1
-4
/
+5
*
6 -> ETHER_ADDR_LEN
brad
2005-07-30
1
-2
/
+2
*
ueagle.c
canacar
2005-07-07
1
-2
/
+5
*
fix dmesg output for pre-firmware modems.
damien
2005-05-13
1
-2
/
+2
*
be more cautious when processing CMV interrupts.
damien
2005-04-19
1
-9
/
+10
*
Driver for Analog Devices Eagle chipset.
damien
2005-04-16
1
-0
/
+1466