| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | * replace per-driver dying and/or other state variables with use of |  jakemsr | 2010-12-06 | 1 | -1/+4 |
| * | don't free network related resources if they were not allocated |  jakemsr | 2010-10-27 | 1 | -3/+5 |
| * | check that a timeout(9) has been initialized before deleting it |  jakemsr | 2010-10-23 | 1 | -3/+5 |
| * | create another kthread to run xfer abort tasks. xfer abort tasks cannot |  jakemsr | 2010-10-23 | 1 | -2/+2 |
| * | remove the unused if_init callback in struct ifnet |  jsg | 2010-08-27 | 1 | -2/+1 |
| * | add a bunch of devices found in linux drivers |  jsg | 2009-11-22 | 1 | -1/+9 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | oops, bad merge. |  damien | 2009-06-01 | 1 | -1/+2 |
| * | - cleanup tx path |  damien | 2009-06-01 | 1 | -112/+67 |
| * | fix endianness issue. |  damien | 2009-06-01 | 1 | -2/+2 |
| * | Add AL2230S support, extracted from part of a massive |  jsg | 2009-05-31 | 1 | -1/+12 |
| * | PV2000 -> AL2230S |  jsg | 2009-05-31 | 1 | -2/+2 |
| * | Match on siemens zd1211b, support for the al2230s radio |  jsg | 2009-05-31 | 1 | -1/+2 |
| * | Sitecom WL-603 should work according to linux driver |  jsg | 2009-03-27 | 1 | -1/+2 |
| * | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -3/+3 |
| * | hardware may pass us ACK or CTS frames in some cases, so use |  damien | 2008-08-27 | 1 | -18/+16 |
| * | introduce new IEEE80211_STA_ONLY kernel option that can be set to |  damien | 2008-08-27 | 1 | -1/+3 |
| * | instead of passing rx tstamp and rssi to the ieee80211_input function, |  damien | 2008-07-21 | 1 | -2/+6 |
| * | Add ZyXEL G-202, which was already in usbdevs. |  jsg | 2008-05-27 | 1 | -1/+2 |
| * | Kernel implementation of the 4-way handshake and group-key |  damien | 2008-04-16 | 1 | -5/+8 |
| * | more zydas versions, collected from various places |  deraadt | 2007-12-07 | 1 | -1/+3 |
| * | properly update hardware multicast filter. |  damien | 2007-11-27 | 1 | -15/+61 |
| * | add the Planex GW-US54GXS adapter. |  brad | 2007-11-18 | 1 | -1/+2 |
| * | two fixes from FreeBSD: |  damien | 2007-11-03 | 1 | -12/+29 |
| * | attach Planex GWUS54GD, from freebsd |  fkr | 2007-10-14 | 1 | -1/+2 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | use new malloc M_ZERO flag to shrink kernel. |  damien | 2007-09-07 | 1 | -7/+2 |
| * | unify firmware load failure messages; ok mglocker |  deraadt | 2007-08-28 | 1 | -3/+3 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -36/+36 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Remove the definition and use of if_deactivate(). It was defined empty and |  mbalmer | 2007-06-09 | 1 | -2/+1 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -12/+13 |
| * | Don't enable debug spam by default. |  jsg | 2007-02-11 | 1 | -4/+4 |
| * | Add a bunch more zyd(4) devices |  jsg | 2007-02-09 | 1 | -4/+16 |
| * | Match some additional devices found in Linux driver. |  jsg | 2007-01-14 | 1 | -1/+6 |
| * | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a |  claudio | 2007-01-02 | 1 | -5/+7 |
| * | o add missing calibration bits for ZD1211B in zyd_set_chan() |  damien | 2006-12-16 | 1 | -2/+7 |
| * | Add USR5423. -moj |  maja | 2006-12-09 | 1 | -1/+2 |
| * | Add a "break" which makes AL7230B initialize now. Still doesn't work |  mglocker | 2006-12-02 | 1 | -1/+2 |
| * | cosmetic |  damien | 2006-11-30 | 1 | -26/+25 |
| * | fix PHY initialization for ZD1211B. |  damien | 2006-11-30 | 1 | -10/+6 |
| * | fix setting of MAC register ZYD_MAC_RETRY for ZD1211B. |  damien | 2006-11-30 | 1 | -3/+5 |
| * | more ZD1211B devices |  jsg | 2006-11-30 | 1 | -1/+7 |
| * | Remaining bits required for ZD1211B support. |  jsg | 2006-11-29 | 1 | -3/+40 |
| * | match Linksys WUSBF54G |  jsg | 2006-11-29 | 1 | -2/+3 |
| * | Initial untested bits for ZD1211B support, different init |  jsg | 2006-11-27 | 1 | -12/+48 |