Age | Commit message (Expand) | Author |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2014-07-24 | Fix debug printf, from Nathanael Rensen and chris@. | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | move ieee80211 message printing from workq to taskq | Bret Lambert |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-12-07 | #if 0 out the ieee80211_edca_table table to appease the LLVM warning. | Brad Smith |
2013-12-01 | Reset txrate array index after changing a node's rate list. | Stefan Sperling |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-14 | improve maths and conditionals around ticks to cope with wraparound better. | David Gwynne |
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 |