| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken |  guenther | 2016-09-03 | 1 | -557/+0 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -3/+1 |
* | Call ether_fakeaddr() instead of faking Ethernet addresses manually. |  mpi | 2016-04-12 | 1 | -11/+3 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -8/+9 |
* | too many arguments to function 'ifq_deq_begin' |  dlg | 2015-11-22 | 1 | -2/+2 |
* | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -4/+5 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -4/+1 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
* | Convert remaining USB Ethernet adapter to if_input(). |  mpi | 2015-04-10 | 1 | -13/+6 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | No need for <netinet/in_systm.h> here. |  mpi | 2014-07-13 | 1 | -3/+1 |
* | Some cleaning up of the ioctl handling bits to bring things in line |  brad | 2013-12-07 | 1 | -11/+11 |
* | use dv_unit rather than storing (or forgetting to store...) a local |  deraadt | 2013-12-04 | 1 | -3/+2 |
* | Kill commented out code dealing with a non existent sc_dying variable. |  mpi | 2013-11-11 | 1 | -8/+1 |
* | Kill sc_attached, attach and detach events for USB devices are triggered |  mpi | 2013-10-29 | 1 | -3/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -17/+17 |
* | backout previous. this is not a regular usb device driver, and thus |  jakemsr | 2010-12-30 | 1 | -21/+2 |
* | * add cfattach activate functions and call usbd_deactivate() in the |  jakemsr | 2010-12-27 | 1 | -2/+21 |
* | Interface drivers should use DV_IFNET, not DV_DULL. |  matthew | 2010-06-29 | 1 | -2/+2 |
* | typos in comments: recieve -> receive. |  matthieu | 2008-12-07 | 1 | -4/+4 |
* | Fix damage done by brad@ and dlg@. |  matthieu | 2008-11-29 | 1 | -3/+4 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -18/+4 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -4/+2 |
* | spelling fixes, from Martynas Venckus; |  jmc | 2007-11-25 | 1 | -2/+2 |
* | fix output after deraadts fixes in usb. prints attach and address info on |  dlg | 2007-11-13 | 1 | -11/+10 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
* | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that |  mbalmer | 2007-06-14 | 1 | -1/+2 |
* | Remove the definition and usage of the IF_INPUT macro which was defined |  mbalmer | 2007-06-13 | 1 | -2/+2 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -2/+2 |
* | Some other missed bits. |  jsg | 2007-05-27 | 1 | -2/+2 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -13/+13 |
* | Remove Ether_ifattach macro |  jsg | 2007-05-21 | 1 | -2/+2 |
* | Fix typo, allowing this to compile again. Committed over cdcef0 |  ckuethe | 2007-02-26 | 1 | -2/+2 |
* | Make the buffer size more reasonable, drop packets that dont fit in buffer. |  drahn | 2007-02-26 | 1 | -5/+8 |
* | Add myself to copyright since I took the skeleton driver and made it complete. |  drahn | 2007-02-24 | 1 | -8/+26 |
* | Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. |  drahn | 2007-02-23 | 1 | -2/+3 |
* | Reorder endpoints so that endpoint numbers match, remove more debug. |  drahn | 2007-02-15 | 1 | -11/+5 |
* | Dont hang completely on watchdog. |  drahn | 2007-02-15 | 1 | -1/+11 |
* | It is not valid to have the input endpoint and output endpoint the same. |  drahn | 2007-02-15 | 1 | -2/+2 |
* | USB host is not scanning for packets if attached but cdce is not up. |  drahn | 2007-02-15 | 1 | -2/+17 |
* | USB client mode with cdce function driver is coming along, RX and TX kinda work. |  drahn | 2007-02-13 | 1 | -17/+330 |
* | Several improvements to the usb client code. Still not working. |  drahn | 2007-02-07 | 1 | -7/+12 |
* | Initial USB device controller (UDC) and USB CDC Ethernet function support |  uwe | 2006-11-25 | 1 | -0/+252 |