Age | Commit message (Expand) | Author |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-06 | Remove dead links. | Damien Bergamini |
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 |
2010-06-29 | Interface drivers should use DV_IFNET, not DV_DULL. | Matthew Dempsky |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert |
2008-12-15 | remove duplicated usb id | Damien Bergamini |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-23 | Add IDs for Philips SNU6500 to uath(4) ok damien@ | Can Erkin Acar |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-06-08 | add following devices | Yojiro Uo |
2008-04-17 | Add missing monitor mode capabilities flag. | Brad Smith |
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-11 | undo rev 1.10 "implement a zero-copy RX data path". | Damien Bergamini |
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-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
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 |
2007-06-09 | re-indent prototypes after "Static" removal. | Damien Bergamini |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt |
2007-01-02 | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a | Claudio Jeker |
2006-12-16 | trim 802.11 FCS from received frames. | Damien Bergamini |
2006-12-03 | don't include <net80211/ieee80211_amrr.h> | Damien Bergamini |
2006-12-03 | The device doesn't always detach gracefully from the bus after a firmware | Damien Bergamini |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-10-03 | make sure to call SLIST_INIT on sc->rx_freelist. | Damien Bergamini |
2006-09-20 | implement a zero-copy RX data path. | Damien Bergamini |
2006-09-18 | fix my 1.7 commit. | Damien Bergamini |
2006-09-18 | better uath_set_rates(). | Damien Bergamini |
2006-09-18 | cleanup the list of supported devices. | Damien Bergamini |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-09-18 | More uath devices, also properly mark some of the UB52/AR5005UX devices | Jonathan Gray |
2006-09-16 | add new uath(4) ids and fix existing ones. | Damien Bergamini |
2006-09-16 | more uath(4) usb ids. | Damien Bergamini |
2006-09-16 | indent | Damien Bergamini |
2006-09-16 | Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UX | Damien Bergamini |