Age | Commit message (Expand) | Author |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Rework zyd(4)'s register read/write methods to eliminate race conditions. | Stefan Sperling |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2014-06-03 | Make zyd(4) compile with ZYD_DEBUG. | Stefan Sperling |
2014-06-03 | Fix an off-by-one in zyd_rxeof(). | Stefan Sperling |
2014-06-03 | Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off | Stefan Sperling |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-03-07 | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's | Martin Pieuchot |
2014-02-15 | Correct the name of a Planex device and add some additional | Jonathan Gray |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-06 | Make usbd_free_xfer return void, since no callers use the return value. | Jeremy Evans |
2013-11-05 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2009-11-22 | add a bunch of devices found in linux drivers | Jonathan Gray |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-06-01 | oops, bad merge. | Damien Bergamini |
2009-06-01 | - cleanup tx path | Damien Bergamini |
2009-06-01 | fix endianness issue. | Damien Bergamini |
2009-05-31 | Add AL2230S support, extracted from part of a massive | Jonathan Gray |
2009-05-31 | PV2000 -> AL2230S | Jonathan Gray |
2009-05-31 | Match on siemens zd1211b, support for the al2230s radio | Jonathan Gray |
2009-03-27 | Sitecom WL-603 should work according to linux driver | Jonathan Gray |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-08-27 | hardware may pass us ACK or CTS frames in some cases, so use | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-05-27 | Add ZyXEL G-202, which was already in usbdevs. | Jonathan Gray |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-12-07 | more zydas versions, collected from various places | Theo de Raadt |
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith |
2007-11-03 | two fixes from FreeBSD: | Damien Bergamini |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |