summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_run.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate device idsjsg2020-01-051-2/+1
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-5/+9
* Follow up on jmatthew's suggestion:kevlo2019-04-251-3/+3
* Add D-Link DWA-125 rev B2 to list of devices supported by run(4).zhuk2018-01-301-1/+2
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-13/+1
* Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.stsp2017-08-141-1/+3
* Match D-Link DWA-130 rev F1 devices. These work with run(4).stsp2017-08-021-1/+2
* Drop Rx'd frames larger than MCLBYTES.kevlo2017-07-211-1/+6
* Replace slot time durations with macros.kevlo2017-07-031-2/+3
* Remove a bogus run_read() call about getting MAC version.kevlo2017-06-021-2/+1
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-3/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* 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
* Fix compiling a kernel without NBPFILTER > 0.reyk2015-08-281-2/+5
* Only match devices with a valid configuration.mpi2015-06-121-18/+5
* 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
* Revert a part of r1.98 if_run.c which caused a regression on older genmlarkin2014-09-261-45/+33
* 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
* Make run(4) attach to RT5572.stsp2014-06-131-1/+2
* In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.stsp2014-06-071-7/+23
* Support for newer run(4) hardware ported from FreeBSD's run(4) driver.stsp2014-05-241-166/+1394
* 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
* add some additional run(4)/urtwn(4) devices found in FreeBSDjsg2013-09-301-3/+7
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Replace more ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-5/+5
* Cleanup false positives for uninitialized uses.haesbaert2012-10-121-1/+2
* add a bunch of run devices found in the linux driverjsg2012-03-241-2/+29
* 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-18/+2
* revert usb.c to r1.72, and all subsequent changes that depend on it.jakemsr2011-02-091-2/+18
* * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while ajakemsr2011-02-051-18/+2
* another runtedu2011-01-301-1/+2
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* add the Buffalo WLI-UC-GNHP.damien2011-01-101-1/+2
* * do not add timeouts if the driver is dyingjakemsr2010-12-301-10/+71
* support the logic rt3020 that mtu@ foundderaadt2010-11-061-1/+2
* in otus, tx() can return on error without releasing the nodedamien2010-10-301-2/+4
* no need to compute hdrlen in (), it is not used.damien2010-10-301-3/+1