| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r199187 to stable/8: | antoine | 2009-12-12 | 1 | -1/+1 |
* | MFC r199186 to stable/8: | antoine | 2009-12-12 | 1 | -1/+1 |
* | MFC r198581: | rpaulo | 2009-11-03 | 1 | -9/+12 |
* | MFC r198230, r198242, r198260, r198346, r198369, r198384: | rpaulo | 2009-10-30 | 5 | -44/+67 |
* | MFC 197975, 197977, 197980, 198027: | rpaulo | 2009-10-17 | 3 | -84/+47 |
* | Update 802.11s mesh support to draft 3.03. This includes a revised frame | rpaulo | 2009-09-29 | 4 | -199/+125 |
* | MFC r196785: | sam | 2009-09-07 | 1 | -1/+1 |
* | MFC r196316: | rpaulo | 2009-08-17 | 1 | -1/+1 |
* | MFC r196159: | 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 |
* | Add ieee80211_ageq; a facility for staging packets that require | sam | 2009-07-05 | 8 | -140/+391 |
* | Revamp 802.11 action frame handling: | sam | 2009-07-05 | 9 | -354/+716 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | ieee80211_dwds_mcast(): check the correct mbuf ptr after encap. | rpaulo | 2009-06-18 | 1 | -1/+1 |
* | Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32 | sam | 2009-06-13 | 1 | -1/+2 |
* | make implicit pad visible | sam | 2009-06-11 | 1 | -0/+1 |
* | use negotiated short gi to calculate the tx rate; using the htcaps | sam | 2009-06-11 | 1 | -2/+2 |
* | When associating to an AP we don't know if HT is negotiated until | sam | 2009-06-11 | 3 | -6/+8 |
* | protect callouts with the com lock | sam | 2009-06-09 | 1 | -5/+7 |
* | add missing calls to ieee80211_dfs_attach/detach | sam | 2009-06-09 | 1 | -0/+2 |
* | Correct ieee80211_gettid: | sam | 2009-06-09 | 4 | -9/+12 |
* | purge dead code | sam | 2009-06-08 | 1 | -29/+0 |
* | fix big-endian machines | sam | 2009-06-08 | 1 | -4/+4 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | do not strip M_MORE_DATA on packets coming through ieee80211_start; | sam | 2009-06-08 | 1 | -3/+4 |
* | prefer callout_schedule | sam | 2009-06-07 | 1 | -2/+1 |
* | use c99-style initializers | sam | 2009-06-07 | 1 | -7/+7 |
* | teach ieee80211_classify about ipv6 packets | sam | 2009-06-07 | 1 | -1/+23 |
* | add iv_flags_ht and ic_flags_ht | sam | 2009-06-07 | 1 | -0/+2 |
* | iv_flags_ext is full, make room by moving HT-related flags to a new | sam | 2009-06-07 | 11 | -116/+166 |
* | o add bits for STBC and Greenfield | sam | 2009-06-06 | 1 | -5/+8 |
* | reserve node flag bits for a-msdu tx/rx | sam | 2009-06-05 | 1 | -3/+7 |
* | reserve ioc's for Greenfield and STBC | sam | 2009-06-05 | 1 | -0/+2 |