Age | Commit message (Expand) | Author |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-04-10 | Convert remaining USB Ethernet adapter to if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2013-12-07 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2013-12-04 | use dv_unit rather than storing (or forgetting to store...) a local | Theo de Raadt |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-11-11 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-04-26 | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). | Marcus Glocker |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2011-11-09 | Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4). | Stuart Henderson |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
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 |