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
/
ieee80211_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-10
/
+2
*
minor fixups:
sam
2006-08-10
1
-7
/
+18
*
correct ie length check; need to include fixed part of ie
sam
2006-07-16
1
-4
/
+4
*
tighten invariant on loops used to parse ie's; this ensures we never
sam
2006-07-16
1
-4
/
+4
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-4
/
+4
*
use m_dup instead of m_copypacket when doing internal bridging
sam
2006-03-07
1
-1
/
+1
*
deliver an l2uf frame on sta join to prime the bridge
sam
2006-03-06
1
-0
/
+51
*
when scanning channels marked passive defer probe request until
sam
2006-03-06
1
-0
/
+12
*
s/w beacon miss facility; need to add knobs to fiddle with the settings
sam
2006-01-23
1
-1
/
+3
*
bounds check each ie's length when parsing
sam
2006-01-23
1
-0
/
+4
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-2
/
+3
*
Add ieee80211_beacon_miss for processing sta mode beacon miss events
sam
2005-12-12
1
-0
/
+1
*
Adhoc mode fixups:
sam
2005-12-04
1
-9
/
+20
*
fix dynamic changes in short slottime for 11g sta mode: set the
sam
2005-11-30
1
-1
/
+1
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-166
/
+77
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-3
/
+13
*
fix debug msg typo
sam
2005-08-06
1
-1
/
+1
*
Fix handling of frames sent prior to a station being authorized
sam
2005-08-06
1
-2
/
+2
*
close a race between reclaiming a node when a station is inactive
sam
2005-07-31
1
-1
/
+1
*
when bridging internally bypass the bss node as traffic to it
sam
2005-07-27
1
-11
/
+21
*
simplify tim callback api
sam
2005-07-22
1
-4
/
+4
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
1
-2
/
+2
*
simplifiy ieee80211_send_nulldata api
sam
2005-07-22
1
-1
/
+1
*
simplify rate set api's by removing ic parameter (implicit in node reference)
sam
2005-07-22
1
-8
/
+9
*
reject association requests with a wpa/rsn ie when wpa/rsn is not
sam
2005-07-22
1
-8
/
+15
*
missed one in last commit; add device name to discard msgs
sam
2005-07-22
1
-1
/
+1
*
include device name in discard msgs
sam
2005-07-22
1
-2
/
+4
*
add diag msgs for frames discarded because the direction field is wrong
sam
2005-07-22
1
-0
/
+8
*
split data frame delivery out to a new function ieee80211_deliver_data
sam
2005-07-22
1
-38
/
+56
*
Diff reduction against p4:
sam
2005-07-22
1
-0
/
+42
*
send a response when an auth request is denied due to an acl;
sam
2005-07-22
1
-0
/
+5
*
remove excess whitespace
sam
2005-07-22
1
-6
/
+6
*
use IF_HANDOFF when bridging frames internally so if_start gets
sam
2005-07-22
1
-8
/
+3
*
nuke assert that duplicates real check
sam
2005-07-11
1
-3
/
+0
*
correct check for high priority wme traffic
sam
2005-07-08
1
-1
/
+1
*
fix another instance of the MORE_DATA bit handling for frames on the
sam
2005-07-08
1
-2
/
+1
*
add "pureg" mode for ap operation: reject association requests from
sam
2005-07-06
1
-1
/
+8
*
Fix handling of data frames queued for a station in power save mode:
sam
2005-07-06
1
-6
/
+4
*
Fix race condition in handling node reference counts for authenticating
sam
2005-07-06
1
-2
/
+16
*
Only update the scan entry state based on newly received frames.
avatar
2005-07-06
1
-1
/
+2
*
revert 1.53; it breaks ibss merge
sam
2005-06-13
1
-2
/
+2
*
don't look at the wme ie in a beacon unless we negotiated use
sam
2005-06-10
1
-0
/
+1
*
validate the bssid for non-data frames too when operating in
sam
2005-06-10
1
-2
/
+2
*
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
sam
2005-06-10
1
-43
/
+25
*
mark stations authorized during recv processing instead of doing it
sam
2005-06-10
1
-0
/
+7
*
accept diassoc frame in ASSOC state
sam
2005-06-10
1
-0
/
+1
*
pull some debug msgs up so they're seen more often
sam
2005-06-10
1
-11
/
+10
*
kick the state machine when we receive failure notice from an ap (when
sam
2005-06-10
1
-4
/
+13
*
discard open auth requests in adhoc mode
sam
2005-06-10
1
-11
/
+4
*
reject open auth requests when shared key auth is configured
sam
2005-06-10
1
-0
/
+13
[next]