summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_upl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-4/+1
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-3/+3
* Do not call encap routines with the IFQ mutex held, as they mightgerhard2020-06-091-5/+4
* Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().stsp2018-10-021-2/+2
* IFF_NOARP has no effect if the interface don't use ether_input() normpi2017-10-291-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* Avoid calling usbd_set_config_no() in *_attach() and let the stack dompi2016-11-061-9/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* Rename if_output() into if_enqueue() to avoid confusion with commentsmpi2015-06-301-2/+2
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert to if_output().mpi2015-05-211-25/+2
* Convert remaining USB Ethernet adapter to if_input().mpi2015-04-101-20/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Kill annoying comments about ether_input()mpi2015-02-041-7/+1
* Some missing break's.brad2014-12-291-2/+3
* Some cleaning up of the ioctl handling bits to bring things in linebrad2014-12-291-21/+17
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-7/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-31/+11
* Remove unused fields.mpi2014-01-071-5/+1
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-16/+4
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-061-10/+9
* Kill sc_attached, attach and detach events for USB devices are triggeredmpi2013-10-291-8/+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-13/+13
* Remove dead code.mpi2013-02-071-30/+1
* - Use IF_Gbps(1) instead of IF_Mbps(1000)brad2012-11-281-2/+2
* 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
* - use usb_lookup() instead of handrolled macro.jasper2010-12-171-15/+5
* a couple unchecked if_detach() in detach routines that were missedjakemsr2010-12-061-2/+3
* remove dying flag in detach() function.yuo2010-09-241-7/+5
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Return ENOTTY for unknown ioctl's.brad2008-10-031-3/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* 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
* 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-44/+44
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-2/+2
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-3/+1
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-33/+33
* Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional normbalmer2007-06-011-20/+1