summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_rum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only match devices with a valid configuration.mpi2015-06-121-19/+4
* 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-2/+2
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-30/+11
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-3/+2
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* 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
* apply a fix by Steven Chamberlain <steven@pyro.eu.org>, via freebsd:jasper2011-10-261-7/+12
* 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
* * do not add timeouts if the driver is dyingjakemsr2010-12-301-10/+27
* - use nitems()jasper2010-12-171-7/+3
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-1/+13
* 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-3/+5
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+2
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* fix a variety of uninit errors. ok and one correction deraadttedu2010-07-021-1/+2
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,miod2009-08-021-2/+2
* timeout_add -> timeout_add_msecblambert2009-07-101-2/+2
* Match on Edimax EW-7318Ug, EW-7318USg, EW-7618Ugjsg2009-03-271-1/+3
* Linksys WUSB200 should work according to linux driverjsg2009-03-271-1/+2
* add Buffalo WLI-U2-SG54HGkevlo2009-02-031-1/+2
* do not leak an AMRR USB xfer at each ifconfig down/up.damien2008-12-221-1/+5
* another rum; Arndt at ba-loerrach.dederaadt2008-12-101-1/+2
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-3/+18
* another rum; Jonathan Leederaadt2008-08-191-1/+2
* in ieee80211_input(), call if_start() after enqueuing frames in if_snddamien2008-08-141-8/+1
* Free the correct buffer list on failure.damien2008-07-301-2/+2
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+6
* new belkin rum with california designed plasticderaadt2008-06-291-1/+2
* D-Link DWA-111, from kevlo via FreeBSD.jsg2008-06-131-1/+2
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-6/+8
* Add Corega CG-WLUSB2GPX.jsg2008-04-011-1/+2
* Two more rum devices from Ralink driver via sephe@dragonfly.jsg2008-03-031-2/+4
* I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.jsg2008-02-221-1/+2
* SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.uaderaadt2008-01-051-2/+3
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* use new malloc M_ZERO flag to shrink kernel.damien2007-09-071-2/+1
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-39/+39