index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_cdce.c
Age
Commit message (
Expand
)
Author
2007-05-21
Remove Ether_ifattach macro
Jonathan Gray
2007-04-05
laurence tratt says his cable mostly works with this
Ted Unangst
2007-02-23
force usb to send a zero length packet on the end of usb packets
Dale Rahn
2007-01-22
iterate over the endpoints looking for appropriate interface descriptors to
David Gwynne
2006-11-28
another motorola device.
Dale Rahn
2006-11-16
another cdce
Theo de Raadt
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-05-30
Give up trying to communicate after 10 consecutive errors - the device
Christopher Pascoe
2006-05-27
Add support for multicast packets.
Christopher Pascoe
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-24
i wish all new hardware was this easy to support. acer labs usb2 data
David Gwynne
2006-02-20
Fix kernel builds without bpfilter. Linking is still broken.
Damien Bergamini
2006-01-29
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
Brad Smith
2005-12-13
add new device.
Dale Rahn
2005-09-29
2 more cdce devices
Theo de Raadt
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-01-27
align the buffer when it is allocated, rather than realign the data in it
David Gwynne
2005-01-23
Allow this to work on __STRICT_ALIGN archs, ok dhartmei@
Dale Rahn
2004-11-10
strncpy->strlcpy
Alexander Yurchenko
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-07-21
spacing
Theo de Raadt
2004-07-21
use cdce_ prefix on crc32 function and table name to avoid conflicts,
Daniel Hartmeier
2004-07-21
add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work
Daniel Hartmeier
2004-07-20
Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as
Daniel Hartmeier