summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_udav.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
* use the UE_GET_XFERTYPE macro where applicablejasper2020-02-221-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-3/+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
* No need to include <net/if_arp.h>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-5/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Only match devices with a valid configuration.uaa2015-06-191-18/+4
* Convert to if_input(), tested by jsg@, thanks!mpi2015-03-231-16/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* 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/+9
* udav(4): add CoreChip RD9700 supportsasano2014-01-221-12/+45
* 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-66/+36
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* another udav device from Loganaden Velvindronjsg2011-09-041-2/+3
* 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
* Don't process packets where the USB xfer length is shorter than a packetmk2011-03-311-3/+10
* Update URI to data sheet. New location found on www.davicom.com.tw butmk2011-03-201-2/+2
* revert previous as it breaks nfs client as reported by kili@jasper2011-03-161-3/+2
* If we get a packet larger than if_hardmtu skip it.jsg2011-03-161-2/+3
* 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-38/+25
* 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
* add a bunch of devices found in linux driversjsg2009-11-221-2/+3
* 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-18/+8
* 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
* Sanitize the use of timeouts:mbalmer2007-11-231-6/+2
* even better attach printing; Nicholas Marriottderaadt2007-11-011-3/+3
* fix attach time messages; tested by Nicholas Marriottderaadt2007-11-011-6/+8
* Admtek/Shantou ADM8515; nicm__@ntlworld.comderaadt2007-11-011-2/+3
* Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.beck2007-10-201-2/+3
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1