| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replay | Bernhard Schmidt | 2010-07-01 | 3 | -17/+7 |
| * | Remove GNU-style struct initialization. | Ed Schouten | 2010-06-12 | 1 | -6/+6 |
| * | Fixing compilation bustage by adding the missing && back. | Tai-hwa Liang | 2010-06-11 | 1 | -1/+1 |
| * | Some odd APs send beacons on the same TX queue as non-beacons. This breaks | Rui Paulo | 2010-06-10 | 1 | -1/+1 |
| * | Add missing braces. | Rui Paulo | 2010-06-10 | 1 | -1/+2 |
| * | Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error. | Rui Paulo | 2010-06-01 | 1 | -2/+6 |
| * | Compare the address of the array, not the array. | Rui Paulo | 2010-06-01 | 1 | -1/+1 |
| * | Don't reference null pointer in hwmp_recv_preq(). | Rui Paulo | 2010-06-01 | 1 | -0/+3 |
| * | Properly initialize stack variable sr in setmlme_assoc_adhoc(). | Rui Paulo | 2010-06-01 | 1 | -0/+1 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
| * | Decrement rxa_pad due to the addition of rxa_private. | Rui Paulo | 2010-04-29 | 1 | -1/+1 |
| * | Add a private field to struct ieee80211_rx_ampdu do hold driver specific | Rui Paulo | 2010-04-28 | 1 | -0/+1 |
| * | Add ic_rxstream and ic_txstream. These variables hold the number of RX | Rui Paulo | 2010-04-28 | 1 | -1/+2 |
| * | When in the RUN -> AUTH -> RUN FSM transition happens, we'll call the | Rui Paulo | 2010-04-28 | 2 | -17/+21 |
| * | Fix typo. No functional change. | Rui Paulo | 2010-04-28 | 1 | -1/+1 |
| * | Make this code a little more portable by wrapping the mtx calls into | Rui Paulo | 2010-04-14 | 2 | -23/+33 |
| * | Add WPA-None support: | Bernhard Schmidt | 2010-04-10 | 3 | -62/+122 |
| * | Use M_NOWAIT instead of M_WAITOK to avoid race conditions. | Rui Paulo | 2010-04-09 | 2 | -13/+28 |
| * | Swap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_FAILURE. | Rui Paulo | 2010-04-09 | 1 | -2/+2 |
| * | Prevent foot-shooting in ieee80211_ratectl_node_deinit(). | Rui Paulo | 2010-04-08 | 1 | -0/+2 |
| * | Fix build. | Rui Paulo | 2010-04-07 | 1 | -1/+1 |
| * | net80211 rate control framework (net80211 ratectl). | Rui Paulo | 2010-04-07 | 11 | -138/+423 |
| * | Constify vap argument of ieee80211_{note,discard}* functions. | Rui Paulo | 2010-03-31 | 2 | -13/+14 |
| * | Add a comment explaining the previous commit. | Rui Paulo | 2010-03-28 | 1 | -0/+5 |
| * | When receiving a management frame, pass the mbuf to bpf before calling | Rui Paulo | 2010-03-23 | 1 | -0/+3 |
| * | Add a new field for extended HT capabilities. | Rui Paulo | 2010-03-23 | 3 | -3/+16 |
| * | Unbreak build by removing a code bit that is only related to other code | Rui Paulo | 2010-03-18 | 1 | -1/+1 |
| * | Fix a couple of bugs with 802.11n: | Rui Paulo | 2010-03-18 | 4 | -25/+90 |
| * | fixes a broken software beacon miss handler. There is a race to check | Weongyo Jeong | 2010-03-14 | 3 | -2/+4 |
| * | Ensure that tkip_mixing_phase1() is called after a rekeying event when | Bernhard Schmidt | 2010-02-08 | 1 | -0/+1 |
| * | Revert unwanted changes in revision 203422. | Rui Paulo | 2010-02-06 | 1 | -3/+3 |
| * | Avoid a null pointer deref when parsing the meshid. | Rui Paulo | 2010-02-03 | 1 | -3/+4 |
| * | When taking the AMPDU reorder fastpath, need_tap wasn't being | Rui Paulo | 2010-02-03 | 5 | -11/+7 |
| * | Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input() | Rui Paulo | 2010-01-25 | 1 | -1/+1 |
| * | While flushing the multicast filter of an interface, do not zero the relevant | Shteryana Shopova | 2010-01-24 | 1 | -2/+5 |
| * | Use the iflladdr_event event to keep the mac address on the vap in sync with | Andrew Thompson | 2010-01-19 | 3 | -1/+40 |
| * | Fix bugs introduced in previous commit: off-by-one in add_meshconf() and | Rui Paulo | 2010-01-14 | 1 | -2/+4 |
| * | Update mesh code to to D4.0. | Rui Paulo | 2010-01-12 | 2 | -5/+8 |
| * | Fix #ifdefs so that GCC 4.4 doesn't complain about it. | Edward Tomasz Napierala | 2010-01-08 | 1 | -3/+3 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Fix typo in comment | Rui Paulo | 2009-12-08 | 1 | -1/+1 |
| * | Remove trailing ";" in struct ieee80211_beacon_offsets declaration | Antoine Brodin | 2009-11-11 | 1 | -1/+1 |
| * | Fix off by one in ieee80211_send_action_register | Antoine Brodin | 2009-11-11 | 1 | -1/+1 |
| * | The isr_intval in ieee80211req_scan_result structure should be 16 bit. | Rui Paulo | 2009-11-09 | 1 | -1/+1 |
| * | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -1/+0 |
| * | Update the route's sequence number upon receiving a RANN. | Rui Paulo | 2009-10-29 | 1 | -9/+12 |
| * | The draft spec doesn't say beacon frames need to have a wildcard BSSID, | Rui Paulo | 2009-10-23 | 1 | -7/+1 |
| * | Initialize rann_flags properly. | Rui Paulo | 2009-10-22 | 1 | -0/+1 |
| * | Don't call the newstate callback as that's dangerous. Rely no ENETRESET | Rui Paulo | 2009-10-21 | 1 | -4/+0 |
| * | Fix a bug in composing PERR frames introduced by latest draft update. | Rui Paulo | 2009-10-19 | 1 | -1/+2 |