| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix kern/196290 - don't announce 11n HTINFO rates if the channel is | adrian | 2015-02-27 | 1 | -2/+17 |
* | Make ieee80211_add_ssid() public. | adrian | 2014-12-19 | 1 | -1/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -9/+9 |
* | Allow frames to be transmitted in either RUN or SLEEP state | adrian | 2014-04-23 | 1 | -10/+25 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 1 | -2/+2 |
* | Don't return ENOBUFS if the transmit path handles the frame but queues it (eg... | adrian | 2013-11-06 | 1 | -4/+8 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix a use-after-free node reference issue when waiting for a return | adrian | 2013-10-24 | 1 | -5/+21 |
* | Create a new function to complete 802.11 mbuf transmission. | adrian | 2013-08-27 | 1 | -0/+31 |
* | Migrate the ff_encap1() routine out into the normal output code. | adrian | 2013-08-26 | 1 | -0/+37 |
* | Return the correct status if ieee80211_ff_check() consumes the mbuf. | adrian | 2013-08-18 | 1 | -2/+1 |
* | Add in missing m_free()'s during error conditions. | adrian | 2013-08-10 | 1 | -0/+6 |
* | Convert net80211 over to using if_transmit for the dispatch from the | adrian | 2013-08-08 | 1 | -32/+29 |
* | Allow net80211 to compile on stable/9 and stable/8. | adrian | 2013-08-07 | 1 | -0/+6 |
* | Refactor the VAP transmit path code into a utility function that both | adrian | 2013-07-28 | 1 | -116/+150 |
* | Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by an | rpaulo | 2013-07-25 | 1 | -40/+42 |
* | Make kassert_printf use __printflike. | alfred | 2013-07-07 | 1 | -1/+1 |
* | Fix net80211 fragment creation. | adrian | 2013-05-25 | 1 | -4/+15 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -1/+1 |
* | Fix another compiler warning issue when invariants are disabled. | adrian | 2013-03-09 | 1 | -2/+1 |
* | Bring over my initial work from the net80211 TX locking branch. | adrian | 2013-03-08 | 1 | -206/+300 |
* | Mesh bug: debug infomartion showing swapped SA and DA address. | monthadar | 2013-02-07 | 1 | -2/+2 |
* | Add mesh debug for interarction between DS & MBSS. | monthadar | 2013-02-07 | 1 | -0/+4 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -10/+10 |
* | Mesh mode, potential garbage in QoS subfield. | monthadar | 2012-06-25 | 1 | -3/+3 |
* | Mesh forwarding with proxy support. | monthadar | 2012-05-01 | 1 | -43/+72 |
* | Migrate the net80211 TX aggregation state to be from per-AC to per-TID. | adrian | 2012-04-15 | 1 | -3/+3 |
* | * Introduce new flag for QoS control field; | adrian | 2012-03-04 | 1 | -3/+21 |
* | Hold IF_LOCK when manipulating the interface flags. | adrian | 2012-02-24 | 1 | -1/+6 |
* | Correct comment for the IPv6 case to say "traffic class" not "TOS" | bz | 2012-01-07 | 1 | -1/+1 |
* | Add 802.11h quiet time element support into net80211. | adrian | 2011-11-08 | 1 | -2/+56 |
* | This patch fixes beacon frame sequence number generation. The code | adrian | 2011-08-24 | 1 | -0/+8 |
* | Data frames sent over the mgmt path might be part of a TX aggr session | bschmidt | 2011-06-04 | 1 | -3/+10 |
* | We need in.h for both INET and INET6, as according to RFC 3493 it | bz | 2011-04-25 | 1 | -1/+4 |
* | When injecting frames a temporary node is faked, during this several | bschmidt | 2011-03-13 | 1 | -1/+2 |
* | It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT. | bschmidt | 2011-02-21 | 1 | -6/+6 |
* | The draft spec doesn't say beacon frames need to have a wildcard BSSID, | rpaulo | 2009-10-23 | 1 | -7/+1 |
* | Implement the missing support for updating the mesh conf number of | rpaulo | 2009-10-19 | 1 | -0/+12 |
* | revert OACTIVE part of r195845; instead fix the comment so it does not refer | sam | 2009-07-24 | 1 | -1/+13 |
* | o kill old code no longer needed after r193312 | sam | 2009-07-24 | 1 | -14/+3 |
* | More mesh bits, namely: | rpaulo | 2009-07-20 | 1 | -17/+32 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -58/+245 |
* | do not strip M_MORE_DATA on packets coming through ieee80211_start; | sam | 2009-06-08 | 1 | -3/+4 |
* | teach ieee80211_classify about ipv6 packets | sam | 2009-06-07 | 1 | -1/+23 |
* | iv_flags_ext is full, make room by moving HT-related flags to a new | sam | 2009-06-07 | 1 | -5/+5 |
* | Fix spelling of MAC check for 8.x version of MAC Framework, not noticed due | rwatson | 2009-06-05 | 1 | -1/+3 |
* | o station mode channel switch support | sam | 2009-06-04 | 1 | -1/+1 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -7/+0 |
* | Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be | sam | 2009-04-27 | 1 | -0/+4 |
* | add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address | sam | 2009-04-26 | 1 | -4/+3 |