| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix possible panic while switching from STA mode into hostap/ibss modes. |  stsp | 2012-08-17 | 1 | -1/+2 |
| * | Print messages about nodes purged from the node cache if hostap/ibss modes are |  stsp | 2012-07-18 | 1 | -3/+4 |
| * | Move increment of ic_nnodes closer to where the node is actually inserted |  stsp | 2012-07-16 | 1 | -3/+26 |
| * | Tweak node cache eviction strategy when the cache is full: kick off new nodes |  stsp | 2012-07-13 | 1 | -4/+12 |
| * | There is no need to explicitly skip ic_bss when iterating over cached nodes. |  stsp | 2012-01-25 | 1 | -3/+1 |
| * | Clean inactive authenticated nodes during cache timeout as well. |  stsp | 2012-01-25 | 1 | -4/+4 |
| * | Implement missing bits of node inactivity accounting in hostap mode. |  stsp | 2012-01-21 | 1 | -21/+81 |
| * | Hold interrupts blocked while comparing a cached node's refcount to zero |  stsp | 2012-01-21 | 1 | -3/+3 |
| * | Make it possible to free cached nodes which never associated (e.g. nodes |  stsp | 2012-01-18 | 1 | -2/+4 |
| * | Clean nodes until the number of cached nodes is smaller than the maximum number |  kettenis | 2011-03-28 | 1 | -2/+2 |
| * | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -2/+2 |
| * | in hostap mode, notify drivers via a new callback when a STA leaves |  damien | 2010-07-19 | 1 | -1/+4 |
| * | In ieee80211_node_leave(), clear the associd after calling |  damien | 2010-06-19 | 1 | -7/+6 |
| * | fix my previous commit, i forgot BIP, so instead of enumerating |  damien | 2010-06-14 | 1 | -3/+5 |
| * | do not try to associate with an AP using an unsupported group cipher, |  damien | 2010-06-14 | 1 | -1/+4 |
| * | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 |  krw | 2010-03-28 | 1 | -1/+2 |
| * | Do not always create a new node when a beacon or a probe response |  damien | 2010-02-17 | 1 | -2/+1 |
| * | fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL). |  damien | 2009-01-29 | 1 | -3/+4 |
| * | Block Ack agreements are unidirectional. |  damien | 2009-01-28 | 1 | -3/+3 |
| * | In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr) |  damien | 2009-01-28 | 1 | -4/+16 |
| * | unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY |  damien | 2009-01-27 | 1 | -2/+10 |
| * | move ni_macaddr field at the top of the ieee80211_node structure. |  damien | 2009-01-26 | 1 | -5/+4 |
| * | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: |  damien | 2009-01-26 | 1 | -6/+63 |
| * | Add an ieee80211_notify_dtim() function that drivers should call after |  damien | 2008-12-14 | 1 | -1/+32 |
| * | Prevent a crash in ieee80211_setkeys() when unplugging an interface in |  mk | 2008-10-23 | 1 | -1/+3 |
| * | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -2/+2 |
| * | Initial implementation of PMKSA caching and pre-authentication. |  damien | 2008-09-27 | 1 | -39/+97 |
| * | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs |  damien | 2008-08-29 | 1 | -5/+1 |
| * | introduce new IEEE80211_STA_ONLY kernel option that can be set to |  damien | 2008-08-27 | 1 | -13/+56 |
| * | new SHA-256 based AKMPs. |  damien | 2008-08-12 | 1 | -2/+2 |
| * | add/process group integrity cipher suite in RSN IEs. |  damien | 2008-08-12 | 1 | -2/+28 |
| * | the only integrity group cipher currently supported is AES-128-CMAC. |  damien | 2008-08-12 | 1 | -1/+2 |
| * | generate a random IGTK in HostAP mode if we're MFP-capable. |  damien | 2008-08-12 | 1 | -1/+12 |
| * | get rid of the map_ptk()/map_gtk() functions, just inline them |  damien | 2008-08-12 | 1 | -5/+7 |
| * | Drop frames that are received unencrypted when WEP is on or when |  damien | 2008-08-02 | 1 | -1/+4 |
| * | ignore PS mode changes and PS-Poll from non-associated STAs. |  damien | 2008-07-28 | 1 | -1/+4 |
| * | s/IEEE80211_DPRINTF/DPRINTF/ |  damien | 2008-07-27 | 1 | -30/+24 |
| * | add ieee80211_priv.h file: contains definitions private to net80211. |  damien | 2008-07-21 | 1 | -1/+2 |
| * | rename arc4random_bytes => arc4random_buf to match libc's nicer name; |  djm | 2008-06-09 | 1 | -4/+4 |
| * | move ieee80211_ibss_merge() from ieee80211_input.c to ieee80211_node.c |  damien | 2008-04-21 | 1 | -1/+103 |
| * | move ieee80211_auth_open() to ieee80211_proto.c |  damien | 2008-04-21 | 1 | -1/+32 |
| * | Kernel implementation of the 4-way handshake and group-key |  damien | 2008-04-16 | 1 | -9/+167 |
| * | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -4/+4 |
| * | use new malloc M_ZERO flag + replace MALLOC with malloc |  damien | 2007-09-07 | 1 | -15/+8 |
| * | remove remaining bits for pre-RSNA shared authmode support. |  damien | 2007-07-06 | 1 | -6/+1 |
| * | initialize an unitialized variable. |  damien | 2007-07-06 | 1 | -2/+2 |
| * | maintain the traffic-indication (TIM) virtual bitmap by defining |  damien | 2007-07-03 | 1 | -3/+15 |
| * | initial bits for proper TIM support. |  damien | 2007-07-02 | 1 | -1/+14 |
| * | constify |  damien | 2007-06-16 | 1 | -20/+25 |
| * | don't mix u_int{8,16,32}_t and uint{8,16,32}_t |  damien | 2007-06-16 | 1 | -2/+2 |