Age | Commit message (Expand) | Author |
2010-03-06 | In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...) | Michael Knudsen |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-03-14 | Make sure the most often changing bits of tv_usec are used for lladdr | Marc Balmer |
2008-03-13 | when attaching a cdce(4) device that does not have a proper mac address, | Marc Balmer |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-17 | remove unneeded malloc.h include. | Federico G. Schwindt |
2007-09-11 | KNF. "go for it" deraadt@ | Marc Winiger |
2007-07-25 | Add a missing splx() and while there update the printf() to match the format | Claudio Jeker |
2007-07-25 | define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on the | Marc Balmer |
2007-07-23 | This improves cdce(4) and makes some devices work that previously did not | Marc Balmer |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-13 | Remove the definition and usage of the IF_INPUT macro which was defined | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
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 |