Age | Commit message (Expand) | Author |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-11-11 | Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher. | Stefan Sperling |
2020-10-11 | Stop exporting `wt_hwqueue' now that drivers don't advertise it. | Martin Pieuchot |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-06 | Repair athn(4) in client mode against WPA2 access points. | Stefan Sperling |
2020-05-23 | Fix typo in a comment that originated in wpi(4) and has spread elsewhere. | Stefan Sperling |
2020-05-15 | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. | Stefan Sperling |
2020-04-30 | Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process(). | Stefan Sperling |
2020-04-27 | Offload CCMP (WPA2) encryption and decryption to athn(4) hardware. | Stefan Sperling |
2020-02-17 | Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution | Claudio Jeker |
2020-02-17 | Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an | Claudio Jeker |
2019-12-20 | Make athn(4) use a constant Tx retry rate while MiRA is probing. | Stefan Sperling |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-07-24 | Set athn(4) Tx descriptor fields which specify Tx power used for retries. | Stefan Sperling |
2019-07-24 | Make athn(4) provide full Tx time of each frame in a Tx series to hardware. | Stefan Sperling |
2019-02-27 | Implement support for dynamic RTS threshold in MiRA. | Stefan Sperling |
2019-02-19 | Fix a cosmetic issue in athn(4)'s bpf(4) tap. | Stefan Sperling |
2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. | Stefan Sperling |
2017-11-28 | The athn(4) PCI driver forgot about adding the default noisefloor to | Stefan Sperling |
2017-07-17 | Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s | Stefan Sperling |
2017-04-26 | Tell MiRA about the actual number of retries instead of pretending that | Stefan Sperling |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-02-01 | In athn(4), if multi-rate retry is disabled due to RTS being used, then do | Stefan Sperling |
2017-01-30 | Stop athn(4) 11n hostap from applying HT protection to non-11n clients. | Stefan Sperling |
2017-01-30 | Prevent athn(4) from using RTS for non-data frames. | Stefan Sperling |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-12 | Finish initial 11n support for athn(4). | Stefan Sperling |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-10-08 | Add comments explaining why athn(4) disables multi-rate retries with RTS. | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2012-08-25 | Add support for power saving in Host AP mode. | Mark Kettenis |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |
2011-01-06 | "athn* at uhub? port ?" | Damien Bergamini |
2011-01-01 | add code to read OTPROM on the AR9485 | Damien Bergamini |
2010-12-31 | of course, GPIO handling on AR9271 and AR7010 had to be different | Damien Bergamini |
2010-12-31 | commit some bits that will be required by AR9271/AR7010 | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |