Age | Commit message (Expand) | Author |
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-30 | * do not add timeouts if the driver is dying | Jacob Meuser |
2010-12-17 | - use nitems() | Jasper Lievisse Adriaanse |
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-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-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-08-27 | pass FCS to radiotap. | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-30 | Free the correct buffer list on failure. | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
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-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 le{16,32}toh macros | 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-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini |
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini |
2006-12-03 | don't schedule a USB task in {ural,rum}_newstate() if we're called from | Damien Bergamini |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-19 | restore the workaround for rate==0 bug. | Damien Bergamini |
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini |
2006-10-22 | make sure ni->ni_txrate is always initialized to a meaningful value by | Damien Bergamini |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-08-24 | s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit. | Damien Bergamini |
2006-08-23 | - fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ... | Niall O'Higgins |
2006-08-23 | the maximum MTU allowed for IEEE802.11 is 2290 which is greater than | Damien Bergamini |
2006-08-23 | Add Nova Tech NV-902W, and mention another Zinwell ural(4) device. | Jonathan Gray |
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini |
2006-08-18 | fix a printf format string | Damien Bergamini |
2006-08-18 | sync w/ rum(4): | Damien Bergamini |
2006-08-09 | fix endianness. this should give rate adaptation a better chance to work | Damien Bergamini |