| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that tkip_mixing_phase1() is called after a rekeying event when | bschmidt | 2010-02-08 | 1 | -0/+1 |
* | Revert unwanted changes in revision 203422. | rpaulo | 2010-02-06 | 1 | -3/+3 |
* | Avoid a null pointer deref when parsing the meshid. | rpaulo | 2010-02-03 | 1 | -3/+4 |
* | When taking the AMPDU reorder fastpath, need_tap wasn't being | rpaulo | 2010-02-03 | 5 | -11/+7 |
* | Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input() | rpaulo | 2010-01-25 | 1 | -1/+1 |
* | While flushing the multicast filter of an interface, do not zero the relevant | syrinx | 2010-01-24 | 1 | -2/+5 |
* | Use the iflladdr_event event to keep the mac address on the vap in sync with | thompsa | 2010-01-19 | 3 | -1/+40 |
* | Fix bugs introduced in previous commit: off-by-one in add_meshconf() and | rpaulo | 2010-01-14 | 1 | -2/+4 |
* | Update mesh code to to D4.0. | rpaulo | 2010-01-12 | 2 | -5/+8 |
* | Fix #ifdefs so that GCC 4.4 doesn't complain about it. | trasz | 2010-01-08 | 1 | -3/+3 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Fix typo in comment | rpaulo | 2009-12-08 | 1 | -1/+1 |
* | Remove trailing ";" in struct ieee80211_beacon_offsets declaration | antoine | 2009-11-11 | 1 | -1/+1 |
* | Fix off by one in ieee80211_send_action_register | antoine | 2009-11-11 | 1 | -1/+1 |
* | The isr_intval in ieee80211req_scan_result structure should be 16 bit. | rpaulo | 2009-11-09 | 1 | -1/+1 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -1/+0 |
* | Update the route's sequence number upon receiving a RANN. | rpaulo | 2009-10-29 | 1 | -9/+12 |
* | The draft spec doesn't say beacon frames need to have a wildcard BSSID, | rpaulo | 2009-10-23 | 1 | -7/+1 |
* | Initialize rann_flags properly. | rpaulo | 2009-10-22 | 1 | -0/+1 |
* | Don't call the newstate callback as that's dangerous. Rely no ENETRESET | rpaulo | 2009-10-21 | 1 | -4/+0 |
* | Fix a bug in composing PERR frames introduced by latest draft update. | rpaulo | 2009-10-19 | 1 | -1/+2 |
* | Implement the missing support for updating the mesh conf number of | rpaulo | 2009-10-19 | 4 | -1/+31 |
* | HWMP fixes, namely: | rpaulo | 2009-10-19 | 1 | -31/+32 |
* | Properly initialize the mesh conf capabilities byte. | rpaulo | 2009-10-13 | 1 | -0/+1 |
* | Fix a wrong initialization that snuck in the latest commit. | rpaulo | 2009-10-12 | 1 | -1/+1 |
* | Another 3.03 draft bit that I missed in the previous 802.11s stack | rpaulo | 2009-10-12 | 3 | -85/+48 |
* | Update 802.11s mesh support to draft 3.03. This includes a revised frame | rpaulo | 2009-09-22 | 4 | -199/+125 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 2 | -2/+2 |
* | Add necessary include. | phk | 2009-09-08 | 2 | -2/+2 |
* | correct timeout for doing NOL processing; need a ticks-relative value | sam | 2009-09-03 | 1 | -1/+1 |
* | on transition to SLEEP state mark the station in power save, not awake | sam | 2009-09-03 | 1 | -1/+1 |
* | Fix a typo in ifdef mesh support. This would make mesh unworkable if | rpaulo | 2009-08-17 | 1 | -1/+1 |
* | Drain link state event changes posted during vap destroy. This is a | sam | 2009-08-12 | 1 | -1/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 2 | -2/+1 |
* | fix misplaced #endif that caused tdma handling to be merged with ESS handling | sam | 2009-07-31 | 1 | -1/+1 |
* | Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling device | sam | 2009-07-31 | 1 | -1/+2 |
* | Mesh fixes, namely: | rpaulo | 2009-07-27 | 4 | -80/+141 |
* | revert OACTIVE part of r195845; instead fix the comment so it does not refer | sam | 2009-07-24 | 1 | -1/+13 |
* | correct handling of IFF_PROMISC; this should not be pushed to the parent | sam | 2009-07-24 | 1 | -1/+2 |
* | monitor mode vaps are meant to be read-only so they can operate on any | sam | 2009-07-24 | 1 | -5/+18 |
* | o kill old code no longer needed after r193312 | sam | 2009-07-24 | 1 | -14/+3 |
* | store mesh timers as ticks and sysctls for changing the defaults | sam | 2009-07-21 | 3 | -39/+43 |
* | Correct handling of keys that already have a hardware/device key index: | sam | 2009-07-21 | 2 | -6/+8 |
* | More mesh bits, namely: | rpaulo | 2009-07-20 | 6 | -137/+453 |
* | Move code that does payload realigment to a new routine, ieee80211_realign, | sam | 2009-07-18 | 4 | -48/+44 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -1/+0 |
* | Fix inline function declaration and prototype. | rpaulo | 2009-07-13 | 1 | -5/+4 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 21 | -123/+5191 |
* | mark struct ieee80211req_maclist packed so sizeof works as intended on arm; | sam | 2009-07-10 | 1 | -1/+1 |
* | correctly set the tailq ptr when removing the last item in the q | sam | 2009-07-10 | 1 | -1/+2 |