summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_url.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().stsp2018-10-021-2/+2
* Use LIST_FOREACH construct instead of homebrew loop.kevlo2018-07-031-3/+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-3/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* simply do if_input() between splnet() and splx(), like other driversuaa2015-03-271-6/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Convert to if_input().mpi2015-02-121-8/+4
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-5/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-33/+9
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-13/+4
* 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-7/+7
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Rewrite the receive filter handling code and cleanup the ioctl bits.brad2013-01-291-80/+49
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* a bit more ansi; ok teduderaadt2011-06-231-7/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-6/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-45/+22
* don't free network related resources if they were not allocatedjakemsr2010-10-271-3/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-2/+3
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-3/+5
* Delete comments about these drivers needing powerhook support; they don't.deraadt2010-08-271-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-19/+8
* Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedbrad2008-11-061-1/+3
* Use ether_ioctl().brad2008-10-031-4/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Sanitize the use of timeouts:mbalmer2007-11-231-6/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+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-10/+10
* Remove the definition and usage of the USBGETSOFTC macro, which was reallymbalmer2007-06-111-6/+6
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-73/+73
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-11/+11
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-6/+10
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-65/+65
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-23/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-11/+13
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* More lockmgr -> rwlock low hanging fruit.krw2007-05-061-5/+5