summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_aue.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-4/+4
* 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-4/+3
* Fix typo.kevlo2018-07-031-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* 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
* Only match devices with a valid configuration.mpi2015-06-181-19/+4
* Convert to if_input(). Tested by jsg@ who found that at least one hismpi2015-03-241-22/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Some fixes and tidying up of the receive filter handling bits.brad2015-01-121-10/+5
* 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-31/+11
* Rewrite receive filter handling and ioctl bits.brad2013-12-131-46/+30
* correct some iodata strings and add ETX-US2jsg2013-11-171-1/+2
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-16/+4
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-051-8/+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-9/+9
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* 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
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-25/+19
* 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
* remove dying flag in detach() function.yuo2010-09-241-5/+3
* as dying flag didn't set in aue_detach(), set it.yuo2010-09-221-1/+3
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* USB network devices do not DMA in a way that requires a shutdown functionderaadt2009-08-101-18/+1
* 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
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-4/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Bring in some changes from DragonFly:jsg2008-03-181-2/+2
* re-order product list slightlyderaadt2007-12-311-2/+2
* Sanitize the use of timeouts:mbalmer2007-11-231-6/+2
* 2 port usb hub with ethernet in it..deraadt2007-11-101-1/+2
* 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-8/+8
* Remove the definition and usage of the USBGETSOFTC macro, which was reallymbalmer2007-06-111-4/+4