Age | Commit message (Expand) | Author |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-03-24 | Make ieee80211_set_tim() available from outside of ieee80211_node.c | Claudio Jeker |
2013-01-17 | Create a printb() suitable string for IEEE80211_FC1 field. Needed to show | Claudio Jeker |
2012-11-07 | Make the ieee80211_node_incref() macro a static inline function, as its | Stefan Sperling |
2012-11-07 | Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. | Stefan Sperling |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-10 | Clear the powersave flag and purge queued packets when a node leaves the AP | Mark Kettenis |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly. | Stefan Sperling |
2012-08-25 | Set up ni_savedq for the initial BSS node such that it can actually be used | Mark Kettenis |
2012-08-17 | Fix possible panic while switching from STA mode into hostap/ibss modes. | Stefan Sperling |
2012-07-18 | Print messages about nodes purged from the node cache if hostap/ibss modes are | Stefan Sperling |
2012-07-16 | Move increment of ic_nnodes closer to where the node is actually inserted | Stefan Sperling |
2012-07-16 | Fix a couple of possible node leaks in ieee80211_input(). | Stefan Sperling |
2012-07-13 | Fix wireless scanning on slow systems with a high RX rate and interface | Stefan Sperling |
2012-07-13 | Tweak node cache eviction strategy when the cache is full: kick off new nodes | Stefan Sperling |
2012-01-25 | There is no need to explicitly skip ic_bss when iterating over cached nodes. | Stefan Sperling |
2012-01-25 | Clean inactive authenticated nodes during cache timeout as well. | Stefan Sperling |
2012-01-21 | Implement missing bits of node inactivity accounting in hostap mode. | Stefan Sperling |
2012-01-21 | Hold interrupts blocked while comparing a cached node's refcount to zero | Stefan Sperling |
2012-01-18 | Don't unconditionally allocate new nodes in the hostap auth frame input path. | Stefan Sperling |
2012-01-18 | Make it possible to free cached nodes which never associated (e.g. nodes | Stefan Sperling |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-03-28 | Clean nodes until the number of cached nodes is smaller than the maximum number | Mark Kettenis |
2011-03-04 | kill is_rx_elem_unknown. | Federico G. Schwindt |
2011-03-02 | Allow the kernel to compile with IEEE80211_DEBUG. | Federico G. Schwindt |
2011-02-21 | Fix stats about node allocation failures. | Stefan Sperling |
2011-02-21 | When bridging multicast frames in hostap mode, make a deep copy of the mbuf | Stefan Sperling |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-09-29 | In the implementation of the SIOCS80211DELNODE ioctl, call | Mark Kettenis |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-28 | Suspending drivers need to do as little as possible in here, so when the | Theo de Raadt |
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky |
2010-07-19 | in hostap mode, notify drivers via a new callback when a STA leaves | Damien Bergamini |
2010-07-17 | use the correct block ack structure when building an ADDBA response. | Damien Bergamini |
2010-07-17 | Drop 3rd and 4th clauses from David Young's license. | Damien Bergamini |
2010-06-19 | In ieee80211_node_leave(), clear the associd after calling | Damien Bergamini |
2010-06-14 | fix my previous commit, i forgot BIP, so instead of enumerating | Damien Bergamini |
2010-06-14 | do not try to associate with an AP using an unsupported group cipher, | Damien Bergamini |
2010-06-07 | no need to include <sys/endian.h> twice! | Damien Bergamini |
2010-06-07 | tweak ieee80211_decap(): | Damien Bergamini |
2010-06-05 | when rekeying the GTK/IGTK, send the new key to clients, not the | Damien Bergamini |
2010-06-05 | there is no need to copy the full 802.11 header in ieee80211_decap() | Damien Bergamini |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback |
2010-02-25 | fix two comments that i forgot when the SA query transaction identifier | Damien Bergamini |
2010-02-17 | Do not always create a new node when a beacon or a probe response | Damien Bergamini |
2010-02-06 | when receiving the first message of an rsn group key handshake | joshua stein |
2009-11-23 | how did i manage to forget that file in my last commit? | Damien Bergamini |