summaryrefslogtreecommitdiffstats
path: root/src/net/80211
Commit message (Expand)AuthorAgeFilesLines
* [802.11] Remove redundant NULL pointer check after dereferenceMichael Brown2017-03-211-3/+0Star
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-4/+4
* [netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown2015-07-281-0/+4
* [802.11] Use correct SHA1_DIGEST_SIZE constant nameMichael Brown2015-07-271-1/+1
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-052-0/+4
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-021-1/+1
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-3/+6
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-052-7/+7
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-031-0/+1
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-3/+0Star
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-191-2/+2
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-311-5/+2Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-208-8/+16
* [802.11] Use rbg_generate() for secure random numbersMichael Brown2012-03-131-1/+3
* [802.11] Avoid using struct md5_ctx directlyMichael Brown2012-03-051-4/+4
* [802.11] Add missing #include <byteswap.h>Michael Brown2012-03-041-0/+1
* [802.11] Add missing #include <string.h>Michael Brown2012-02-213-0/+3
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-2/+8
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-8/+11
* [settings] Match terminology in online documentationMichael Brown2011-03-231-3/+3
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-3/+3
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-0/+3
* [list] Add list_first_entry()Michael Brown2010-11-081-5/+5
* [netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown2010-10-071-1/+3
* [802.11] Fix a use-after-freeJoshua Oreman2010-08-011-0/+1
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-312-41/+31Star
* [compiler] Fix 64bit compile time errorsPiotr JaroszyƄski2010-05-271-3/+3
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-0/+11
* [wpa] Remove PMKID checkingJoshua Oreman2010-05-271-64/+0Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-208-59/+59
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-6/+6
* [802.11] Allow connecting to spectrum managed networksJoshua Oreman2010-01-051-6/+0Star
* [wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman2010-01-051-0/+528
* [wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman2010-01-051-0/+586
* [wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman2010-01-051-0/+125
* [wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2010-01-051-0/+973
* [802.11] Add support for WEP-protected networksJoshua Oreman2010-01-051-0/+303
* [802.11] Add core support for detecting and using encrypted networksJoshua Oreman2010-01-052-59/+751
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-231-0/+1
* [802.11] Support multicast hashingMichael Brown2009-08-121-20/+1Star
* [802.11] Properly initialize autoassociation processJoshua Oreman2009-08-121-1/+2
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-0/+2
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [802.11] Fix memory leak on unsuccessful probesJoshua Oreman2009-08-091-2/+1Star
* [802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman2009-08-091-0/+5
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-14/+76
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-012-0/+2966