summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cdce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert remaining USB Ethernet adapter to if_input().mpi2015-04-101-14/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-29/+11
* Some cleaning up of the ioctl handling bits to bring things in linebrad2013-12-071-11/+9
* use dv_unit rather than storing (or forgetting to store...) a localderaadt2013-12-041-2/+2
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-13/+4
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-111-8/+8
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).mglocker2013-04-261-5/+5
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-16/+16
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).sthen2011-11-091-3/+5
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* * instead of NULLing pointers to interface descriptors in the uaa, markjakemsr2011-01-161-3/+3
* don't free network related resources if they were not allocatedjakemsr2010-10-271-4/+5
* remove dying flag in detach() function.yuo2010-09-241-6/+4
* In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...)mk2010-03-061-1/+4
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-19/+4
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-3/+2
* Make sure the most often changing bits of tv_usec are used for lladdrmbalmer2008-03-141-2/+2
* when attaching a cdce(4) device that does not have a proper mac address,mbalmer2008-03-131-2/+6
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* remove unneeded malloc.h include.fgsch2007-09-171-2/+1
* KNF. "go for it" deraadt@winiger2007-09-111-50/+56
* Add a missing splx() and while there update the printf() to match the formatclaudio2007-07-251-3/+4
* define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on thembalmer2007-07-251-19/+33
* This improves cdce(4) and makes some devices work that previously did notmbalmer2007-07-231-60/+179
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and usage of the IF_INPUT macro which was definedmbalmer2007-06-131-2/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-25/+25
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-2/+2
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-25/+25
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-19/+20
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* laurence tratt says his cable mostly works with thistedu2007-04-051-1/+2
* force usb to send a zero length packet on the end of usb packetsdrahn2007-02-231-2/+3
* iterate over the endpoints looking for appropriate interface descriptors todlg2007-01-221-5/+18
* another motorola device.drahn2006-11-281-1/+2
* another cdcederaadt2006-11-161-1/+2
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+1
* Give up trying to communicate after 10 consecutive errors - the devicepascoe2006-05-301-2/+7
* Add support for multicast packets.pascoe2006-05-271-1/+11
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-4/+3