summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_run.c
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-08-28Fix compiling a kernel without NBPFILTER > 0.Reyk Floeter
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-09-26Revert a part of r1.98 if_run.c which caused a regression on older genMike Larkin
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-06-13Make run(4) attach to RT5572.Stefan Sperling
2014-06-07In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.Stefan Sperling
2014-05-24Support for newer run(4) hardware ported from FreeBSD's run(4) driver.Stefan Sperling
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-01-30another runTed Unangst
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2010-12-30* do not add timeouts if the driver is dyingJacob Meuser
2010-11-06support the logic rt3020 that mtu@ foundTheo de Raadt
2010-10-30in otus, tx() can return on error without releasing the nodeDamien Bergamini
2010-10-30no need to compute hdrlen in (), it is not used.Damien Bergamini
2010-10-30always decrement the number of xfers queued in txeof() evenDamien Bergamini
2010-10-30don't release the node twice if tx() failsDamien Bergamini
2010-10-30use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to checkDamien Bergamini
2010-10-30use hw sequence numbering for non-QoS framesDamien Bergamini
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-10-22Attach the two run(4) usb ids that krw@ added to usbdevs.Damien Bergamini
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-04-29- add another run, from markus bergkvistJasper Lievisse Adriaanse
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-15new Hawking run(4) idsDamien Bergamini
2010-04-14clean Sitecom run(4) ids.Damien Bergamini