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
/
if_cue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
- use usb_lookup() instead of handrolled macro.
jasper
2010-12-17
1
-4
/
+3
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-22
/
+17
*
don't free network related resources if they were not allocated
jakemsr
2010-10-27
1
-4
/
+5
*
check that a timeout(9) has been initialized before deleting it
jakemsr
2010-10-23
1
-2
/
+3
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-3
/
+5
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-6
/
+6
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-25
/
+8
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-4
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-2
/
+2
*
Sanitize the use of timeouts:
mbalmer
2007-11-23
1
-4
/
+2
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-6
/
+1
*
remove unneeded malloc.h include.
fgsch
2007-09-17
1
-2
/
+1
*
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
mbalmer
2007-06-14
1
-2
/
+17
*
Move the inclusion of sys/timeout.h from usb_port.h to the drivers that
mbalmer
2007-06-14
1
-2
/
+2
*
Remove the definition and usage of the IF_INPUT macro which was defined
mbalmer
2007-06-13
1
-2
/
+2
*
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
-53
/
+53
*
Remove the definition and use of the USBDEV macro. It only created confusion
mbalmer
2007-06-10
1
-3
/
+3
*
Remove definitions and usage of usb_callout and related macros. These macros
mbalmer
2007-06-10
1
-5
/
+7
*
Remove the definition and use of if_deactivate(). It was defined empty and
mbalmer
2007-06-09
1
-3
/
+1
*
Remove the "Static" declaration of many functions. It was defined to be empty
mbalmer
2007-06-05
1
-48
/
+48
*
Last part of FreeBSD/NetBSD sepcific code removal.
mbalmer
2007-06-04
1
-31
/
+1
*
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
jsg
2007-05-27
1
-14
/
+15
*
Remove logprintf macro
jsg
2007-05-21
1
-3
/
+3
*
Remove Ether_ifattach macro
jsg
2007-05-21
1
-2
/
+2
*
Remove _KERNEL_OPT leftovers.
miod
2007-02-11
1
-8
/
+1
*
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
miod
2006-06-23
1
-2
/
+1
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-5
/
+3
*
Remove last NRND NetBSDisms from tree.
krw
2006-03-07
1
-13
/
+1
*
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
brad
2006-01-29
1
-3
/
+3
*
Don't keep the devinfo string on the stack, instead use malloc/free.
brad
2005-08-01
1
-4
/
+5
*
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
brad
2005-07-02
1
-3
/
+2
*
remove netns crud.
henning
2005-06-08
1
-21
/
+1
*
- make sure int is in running state before touching the multicast filters
brad
2005-01-03
1
-2
/
+4
*
strncpy->strlcpy
grange
2004-11-10
1
-2
/
+2
*
don't need to set ifp->if_mtu or ifp->if_output in each driver,
brad
2004-09-23
1
-2
/
+1
*
put "do { } while (0)" wrappers on all the debug maroc functions
deraadt
2004-07-08
1
-3
/
+3
*
Multicast cleanups
mcbride
2004-06-06
1
-23
/
+16
*
Set devclass to DV_IFNET for all USB network drivers.
cedric
2003-12-15
1
-2
/
+2
*
string cleanup; nate ok
deraadt
2003-05-07
1
-2
/
+2
*
update $NetBSD$ tags
nate
2002-07-25
1
-2
/
+2
*
get rid of trailing whitespace
nate
2002-07-25
1
-10
/
+10
*
shorten address printout
deraadt
2002-07-10
1
-2
/
+2
*
Sync Id string with NetBSD
nate
2002-07-09
1
-2
/
+2
*
Kill __FUNCTION__.
espie
2002-06-26
1
-14
/
+14
*
Sync with NetBSD
nate
2002-05-06
1
-14
/
+7
*
Synchronize usb code with NetBSD.
nate
2001-10-31
1
-3
/
+4
[next]