Age | Commit message (Expand) | Author |
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 |
2009-11-21 | when wpa is enabled, defer setting the link up until the 802.1X | Damien Bergamini |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-10-30 | missing \n in log() message. | Damien Bergamini |
2009-09-24 | do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr() | Damien Bergamini |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-12 | Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@ | Miod Vallat |
2009-06-06 | In SIOCS80211SCAN, fail if the interface is not up *and* running. | Damien Bergamini |
2009-06-03 | make wireless interfaces priority 4 by default. other interfaces remain | Bob Beck |
2009-05-24 | fix prev commit (s/ic_flags/ic_caps/). | Damien Bergamini |
2009-05-19 | prevent injection of raw 802.11 control frames through bpf on drivers | Damien Bergamini |
2009-04-16 | make TKIP TSC start at 1 (instead of 0) to match the standard. | Damien Bergamini |
2009-04-14 | do not cache the computed TTAK unless MIC has been verified. | Damien Bergamini |
2009-03-26 | move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead | Damien Bergamini |
2009-03-26 | sync with 802.11w draft 8.0. | Damien Bergamini |
2009-03-06 | Fix setting of the Short Slot Time subfield of the Capability Information | Damien Bergamini |
2009-02-15 | make "ifconfig if0 chan" list the channels supported by the device. | Damien Bergamini |
2009-02-13 | Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'. | Damien Bergamini |
2009-02-08 | initial 802.11 defragmentation bits. | Damien Bergamini |
2009-01-29 | fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL). | Damien Bergamini |
2009-01-28 | Block Ack agreements are unidirectional. | Damien Bergamini |
2009-01-28 | In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr) | Damien Bergamini |
2009-01-27 | unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY | Damien Bergamini |