| 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 |
| * | Do not use NULL in integer comparisons. No functional change. |  miod | 2011-04-07 | 1 | -2/+2 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | Remove dead links. |  damien | 2011-01-06 | 1 | -3/+1 |
| * | * replace per-driver dying and/or other state variables with use of |  jakemsr | 2010-12-06 | 1 | -1/+5 |
| * | 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 |
| * | Interface drivers should use DV_IFNET, not DV_DULL. |  matthew | 2010-06-29 | 1 | -2/+2 |
| * | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -4/+4 |
| * | timeout_add -> timeout_add_msec |  blambert | 2009-08-03 | 1 | -2/+2 |
| * | remove duplicated usb id |  damien | 2008-12-15 | 1 | -2/+1 |
| * | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -3/+3 |
| * | Add IDs for Philips SNU6500 to uath(4) ok damien@ |  canacar | 2008-09-23 | 1 | -1/+2 |
| * | instead of passing rx tstamp and rssi to the ieee80211_input function, |  damien | 2008-07-21 | 1 | -2/+8 |
| * | add following devices |  yuo | 2008-06-08 | 1 | -1/+3 |
| * | Add missing monitor mode capabilities flag. |  brad | 2008-04-17 | 1 | -1/+2 |
| * | Add support for SMC SMCWUSBT-G2. |  jsg | 2008-01-21 | 1 | -1/+2 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | undo rev 1.10 "implement a zero-copy RX data path". |  damien | 2007-09-11 | 1 | -52/+47 |
| * | use new malloc M_ZERO flag to shrink kernel. |  damien | 2007-09-07 | 1 | -2/+1 |
| * | unify firmware load failure messages; ok mglocker |  deraadt | 2007-08-28 | 1 | -3/+3 |
| * | replace the ieee80211_wepkey structure with a more generic ieee80211_key |  damien | 2007-07-18 | 1 | -11/+8 |
| * | 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 | -3/+3 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -61/+61 |
| * | 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 |
| * | re-indent prototypes after "Static" removal. |  damien | 2007-06-09 | 1 | -24/+16 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -97/+97 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -16/+17 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
| * | do not do a curproc test for interrupt context, because it is plainly wrong. |  deraadt | 2007-02-19 | 1 | -7/+3 |
| * | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a |  claudio | 2007-01-02 | 1 | -5/+7 |
| * | trim 802.11 FCS from received frames. |  damien | 2006-12-16 | 1 | -3/+3 |
| * | don't include <net80211/ieee80211_amrr.h> |  damien | 2006-12-03 | 1 | -2/+1 |
| * | The device doesn't always detach gracefully from the bus after a firmware |  damien | 2006-12-03 | 1 | -11/+28 |
| * | do not have each net80211 driver define its own rates structures. if they use |  deraadt | 2006-11-26 | 1 | -12/+3 |
| * | make sure to call SLIST_INIT on sc->rx_freelist. |  damien | 2006-10-03 | 1 | -5/+11 |
| * | implement a zero-copy RX data path. |  damien | 2006-09-20 | 1 | -52/+57 |
| * | fix my 1.7 commit. |  damien | 2006-09-18 | 1 | -2/+5 |
| * | better uath_set_rates(). |  damien | 2006-09-18 | 1 | -8/+5 |
| * | cleanup the list of supported devices. |  damien | 2006-09-18 | 1 | -47/+29 |
| * | don't use IF_PREPEND() on altq's. |  damien | 2006-09-18 | 1 | -3/+3 |
| * | More uath devices, also properly mark some of the UB52/AR5005UX devices |  jsg | 2006-09-18 | 1 | -5/+16 |
| * | add new uath(4) ids and fix existing ones. |  damien | 2006-09-16 | 1 | -38/+35 |
| * | more uath(4) usb ids. |  damien | 2006-09-16 | 1 | -1/+15 |
| * | indent |  damien | 2006-09-16 | 1 | -2/+2 |