summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cdcef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-031-557/+0
* G/C IFQ_SET_READY().mpi2016-04-131-3/+1
* Call ether_fakeaddr() instead of faking Ethernet addresses manually.mpi2016-04-121-11/+3
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-8/+9
* too many arguments to function 'ifq_deq_begin'dlg2015-11-221-2/+2
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-4/+5
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert remaining USB Ethernet adapter to if_input().mpi2015-04-101-13/+6
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* Some cleaning up of the ioctl handling bits to bring things in linebrad2013-12-071-11/+11
* use dv_unit rather than storing (or forgetting to store...) a localderaadt2013-12-041-3/+2
* Kill commented out code dealing with a non existent sc_dying variable.mpi2013-11-111-8/+1
* Kill sc_attached, attach and detach events for USB devices are triggeredmpi2013-10-291-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-17/+17
* backout previous. this is not a regular usb device driver, and thusjakemsr2010-12-301-21/+2
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+21
* Interface drivers should use DV_IFNET, not DV_DULL.matthew2010-06-291-2/+2
* typos in comments: recieve -> receive.matthieu2008-12-071-4/+4
* Fix damage done by brad@ and dlg@.matthieu2008-11-291-3/+4
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-18/+4
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-4/+2
* spelling fixes, from Martynas Venckus;jmc2007-11-251-2/+2
* fix output after deraadts fixes in usb. prints attach and address info ondlg2007-11-131-11/+10
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatmbalmer2007-06-141-1/+2
* Remove the definition and usage of the IF_INPUT macro which was definedmbalmer2007-06-131-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-2/+2
* Some other missed bits.jsg2007-05-271-2/+2
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-13/+13
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* Fix typo, allowing this to compile again. Committed over cdcef0ckuethe2007-02-261-2/+2
* Make the buffer size more reasonable, drop packets that dont fit in buffer.drahn2007-02-261-5/+8
* Add myself to copyright since I took the skeleton driver and made it complete.drahn2007-02-241-8/+26
* Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will.drahn2007-02-231-2/+3
* Reorder endpoints so that endpoint numbers match, remove more debug.drahn2007-02-151-11/+5
* Dont hang completely on watchdog.drahn2007-02-151-1/+11
* It is not valid to have the input endpoint and output endpoint the same.drahn2007-02-151-2/+2
* USB host is not scanning for packets if attached but cdce is not up.drahn2007-02-151-2/+17
* USB client mode with cdce function driver is coming along, RX and TX kinda work.drahn2007-02-131-17/+330
* Several improvements to the usb client code. Still not working.drahn2007-02-071-7/+12
* Initial USB device controller (UDC) and USB CDC Ethernet function supportuwe2006-11-251-0/+252