summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_otus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-251-2/+2
* Fix deferred key tasks along the same lines as urtwn(4) and run(4).krw2020-11-301-4/+21
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-4/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).mpi2019-11-121-2/+2
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-5/+9
* Make otus(4) modify its DMA_TRIGGER register with readable macrosstsp2019-01-151-3/+3
* Fix potential use-after-free if xfer allocation fails when otus(4) attaches.stsp2019-01-121-1/+2
* Make the scan loop in otus(4) terminate properly when the interfacestsp2019-01-121-2/+5
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-11/+1
* Make otus(4) drop frames larger than MCLBYTES.stsp2017-07-201-1/+6
* Replace slot time durations with macros.kevlo2017-07-031-2/+3
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-2/+3
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-4/+5
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* Avoid calling usbd_set_config_no() in *_attach() and let the stack dompi2016-11-061-8/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-8/+5
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+9
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-18/+2
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-2/+2
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-051-6/+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
* Instead of using a wrapper around usbd_transfer() when submitting ampi2013-04-121-3/+4
* Cleanup false positives for uninitialized uses.haesbaert2012-10-121-2/+4
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* now that usb_wait_task() is back, bring back recently revertedjakemsr2011-02-101-12/+36
* revert usb.c to r1.72, and all subsequent changes that depend on it.jakemsr2011-02-091-36/+12
* * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while ajakemsr2011-02-051-12/+36
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* Remove dead links.damien2011-01-061-3/+2
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+21
* in otus, tx() can return on error without releasing the nodedamien2010-10-301-2/+4
* always decrement the number of xfers queued in txeof() evendamien2010-10-301-3/+5
* don't release the node twice if tx() failsdamien2010-10-301-2/+1
* use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to checkdamien2010-10-301-2/+2
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-3/+5