| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not call encap routines with the IFQ mutex held, as they might |  gerhard | 2020-06-09 | 1 | -5/+4 |
| * | Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). |  stsp | 2018-10-02 | 1 | -2/+2 |
| * | IFF_NOARP has no effect if the interface don't use ether_input() nor |  mpi | 2017-10-29 | 1 | -2/+2 |
| * | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
| * | Avoid calling usbd_set_config_no() in *_attach() and let the stack do |  mpi | 2016-11-06 | 1 | -9/+2 |
| * | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
| * | Network drivers should not include <net/route.h> or <net/netisr.h> |  mpi | 2015-11-25 | 1 | -2/+1 |
| * | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -7/+8 |
| * | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -3/+4 |
| * | Rename if_output() into if_enqueue() to avoid confusion with comments |  mpi | 2015-06-30 | 1 | -2/+2 |
| * | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
| * | Convert to if_output(). |  mpi | 2015-05-21 | 1 | -25/+2 |
| * | Convert remaining USB Ethernet adapter to if_input(). |  mpi | 2015-04-10 | 1 | -20/+6 |
| * | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
| * | Kill annoying comments about ether_input() |  mpi | 2015-02-04 | 1 | -7/+1 |
| * | Some missing break's. |  brad | 2014-12-29 | 1 | -2/+3 |
| * | Some cleaning up of the ioctl handling bits to bring things in line |  brad | 2014-12-29 | 1 | -21/+17 |
| * | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
| * | No need for <netinet/in_systm.h> here. |  mpi | 2014-07-13 | 1 | -7/+1 |
| * | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to |  mpi | 2014-07-12 | 1 | -31/+11 |
| * | Remove unused fields. |  mpi | 2014-01-07 | 1 | -5/+1 |
| * | Clean-up usbd_abort_pipe() usage. |  pirofti | 2013-11-15 | 1 | -16/+4 |
| * | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-06 | 1 | -10/+9 |
| * | Kill sc_attached, attach and detach events for USB devices are triggered |  mpi | 2013-10-29 | 1 | -8/+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 | -13/+13 |
| * | Remove dead code. |  mpi | 2013-02-07 | 1 | -30/+1 |
| * | - Use IF_Gbps(1) instead of IF_Mbps(1000) |  brad | 2012-11-28 | 1 | -2/+2 |
| * | 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 |
| * | - use usb_lookup() instead of handrolled macro. |  jasper | 2010-12-17 | 1 | -15/+5 |
| * | a couple unchecked if_detach() in detach routines that were missed |  jakemsr | 2010-12-06 | 1 | -2/+3 |
| * | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -7/+5 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | Return ENOTTY for unknown ioctl's. |  brad | 2008-10-03 | 1 | -3/+2 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | 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 |
| * | 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 | -44/+44 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Remove definitions and usage of usb_callout and related macros. These macros |  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 | -3/+1 |
| * | Mechanical removal of USBBASEDEVICE. No binary change. |  mk | 2007-06-06 | 1 | -2/+2 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -33/+33 |
| * | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor |  mbalmer | 2007-06-01 | 1 | -20/+1 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -15/+16 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |