| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -14/+6 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | No need for <netinet/in_systm.h> here. |  mpi | 2014-07-13 | 1 | -3/+1 |
* | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to |  mpi | 2014-07-12 | 1 | -29/+11 |
* | Some cleaning up of the ioctl handling bits to bring things in line |  brad | 2013-12-07 | 1 | -11/+9 |
* | use dv_unit rather than storing (or forgetting to store...) a local |  deraadt | 2013-12-04 | 1 | -2/+2 |
* | Clean-up usbd_abort_pipe() usage. |  pirofti | 2013-11-15 | 1 | -13/+4 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-11 | 1 | -8/+8 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). |  mglocker | 2013-04-26 | 1 | -5/+5 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -16/+16 |
* | proc.h is way too much header for usb to handle. |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4). |  sthen | 2011-11-09 | 1 | -3/+5 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | * instead of NULLing pointers to interface descriptors in the uaa, mark |  jakemsr | 2011-01-16 | 1 | -3/+3 |
* | don't free network related resources if they were not allocated |  jakemsr | 2010-10-27 | 1 | -4/+5 |
* | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -6/+4 |
* | In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...) |  mk | 2010-03-06 | 1 | -1/+4 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -19/+4 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -3/+2 |
* | Make sure the most often changing bits of tv_usec are used for lladdr |  mbalmer | 2008-03-14 | 1 | -2/+2 |
* | when attaching a cdce(4) device that does not have a proper mac address, |  mbalmer | 2008-03-13 | 1 | -2/+6 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
* | remove unneeded malloc.h include. |  fgsch | 2007-09-17 | 1 | -2/+1 |
* | KNF. "go for it" deraadt@ |  winiger | 2007-09-11 | 1 | -50/+56 |
* | Add a missing splx() and while there update the printf() to match the format |  claudio | 2007-07-25 | 1 | -3/+4 |
* | define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on the |  mbalmer | 2007-07-25 | 1 | -19/+33 |
* | This improves cdce(4) and makes some devices work that previously did not |  mbalmer | 2007-07-23 | 1 | -60/+179 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | 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 device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -25/+25 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -2/+2 |
* | Remove the definition and use of if_deactivate(). It was defined empty and |  mbalmer | 2007-06-09 | 1 | -2/+1 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -25/+25 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -19/+20 |
* | Remove Ether_ifattach macro |  jsg | 2007-05-21 | 1 | -2/+2 |
* | laurence tratt says his cable mostly works with this |  tedu | 2007-04-05 | 1 | -1/+2 |
* | force usb to send a zero length packet on the end of usb packets |  drahn | 2007-02-23 | 1 | -2/+3 |
* | iterate over the endpoints looking for appropriate interface descriptors to |  dlg | 2007-01-22 | 1 | -5/+18 |
* | another motorola device. |  drahn | 2006-11-28 | 1 | -1/+2 |
* | another cdce |  deraadt | 2006-11-16 | 1 | -1/+2 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+1 |
* | Give up trying to communicate after 10 consecutive errors - the device |  pascoe | 2006-05-30 | 1 | -2/+7 |
* | Add support for multicast packets. |  pascoe | 2006-05-27 | 1 | -1/+11 |
* | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -4/+3 |