Age | Commit message (Expand) | Author |
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 |
2006-07-02 | Fix channel frequency/flags in radiotap structures. | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini |
2006-06-10 | - fix checking of WEP flag | Damien Bergamini |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-21 | Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570 | Pedro Martelletto |
2006-02-19 | sync w/ rt2560.c: | Damien Bergamini |
2006-02-11 | trim FCS in the driver instead of setting the M_HASFCS flag and letting | Damien Bergamini |
2006-02-04 | fix a copy/paste in a comment. | Damien Bergamini |
2006-01-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith |
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini |
2006-01-14 | - give rate to rx radiotap | Damien Bergamini |
2006-01-14 | Correct the length of the rx radiotap to be that of the rx not tx | Jonathan Gray |