index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
correct status code returned for ht capability mismatch on assoc/reassoc
sam
2009-06-05
1
-1
/
+1
*
o correct/add action frame categories
sam
2009-06-05
1
-1
/
+5
*
add tid param to ieee80211_notify_replay_failure to get the correct rsc
sam
2009-06-05
4
-6
/
+6
*
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
9
-22
/
+207
[next]