Age | Commit message (Expand) | Author |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-01 | Add Corega CG-WLUSB2GPX. | Jonathan Gray |
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray |
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray |
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt |
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-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-02-08 | commit the correct version of this, which matches recent additions. | Jonathan Gray |
2007-02-08 | add entry for WLI-U2-SG54HP. forgotten on previous commit. | Jun-ichiro itojun Hagino |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray |
2007-01-08 | attach to Gigabyte GN-WI05GS Mini-PCI Express adapters. | Damien Bergamini |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | 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-10-19 | Support later versions of the ASUS WL-167g which have switched | Jonathan Gray |
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 | in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN since | Damien Bergamini |
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini |
2006-08-18 | fix a printf format string | Damien Bergamini |
2006-08-18 | - fix support for RT5225 (802.11a MIMO) | Damien Bergamini |
2006-08-17 | Separate rum(4) firmware from ral(4) ones. | Damien Bergamini |
2006-08-16 | Belkin RT2601USB. | Jonathan Gray |
2006-08-14 | Add a bunch more devices. | Jonathan Gray |
2006-08-14 | Disable default debug setting now rum works. | Jonathan Gray |
2006-08-10 | tell if chipset supports MIMO in dmesg output. | Damien Bergamini |
2006-08-09 | mega-commit of unrelated changes to bring rum(4) into a working state. | Damien Bergamini |
2006-07-19 | RX descriptor is located at the beginning of the RX buffer, unlike | Damien Bergamini |
2006-07-19 | remove rum_set{tx,rx}antenna() that were specific to RT2500USB. | Damien Bergamini |
2006-07-19 | write firmware 4 bytes at a time. | Damien Bergamini |
2006-07-19 | revert part of r1.6 commit. | Damien Bergamini |
2006-07-19 | fix rum_set_macaddr() and cleanup rum_set_bssid(). | Damien Bergamini |