summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_zyd.c
AgeCommit message (Expand)Author
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Rework zyd(4)'s register read/write methods to eliminate race conditions.Stefan Sperling
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-06-03Make zyd(4) compile with ZYD_DEBUG.Stefan Sperling
2014-06-03Fix an off-by-one in zyd_rxeof().Stefan Sperling
2014-06-03Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping offStefan 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
2014-02-15Correct the name of a Planex device and add some additionalJonathan Gray
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-06Make usbd_free_xfer return void, since no callers use the return value.Jeremy Evans
2013-11-05Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
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-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2009-11-22add a bunch of devices found in linux driversJonathan Gray
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-06-01oops, bad merge.Damien Bergamini
2009-06-01- cleanup tx pathDamien Bergamini
2009-06-01fix endianness issue.Damien Bergamini
2009-05-31Add AL2230S support, extracted from part of a massiveJonathan Gray
2009-05-31PV2000 -> AL2230SJonathan Gray
2009-05-31Match on siemens zd1211b, support for the al2230s radioJonathan Gray
2009-03-27Sitecom WL-603 should work according to linux driverJonathan Gray
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-08-27hardware may pass us ACK or CTS frames in some cases, so useDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-05-27Add ZyXEL G-202, which was already in usbdevs.Jonathan Gray
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-12-07more zydas versions, collected from various placesTheo de Raadt
2007-11-27properly update hardware multicast filter.Damien Bergamini
2007-11-18add the Planex GW-US54GXS adapter.Brad Smith
2007-11-03two fixes from FreeBSD:Damien Bergamini
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer