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_wds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net80211: drop some unused variables / local macros
avos
2016-05-12
1
-2
/
+0
*
net80211: hide subtype mask & shift in function call.
avos
2016-04-20
1
-2
/
+1
*
net80211: fix panic for DWDS vaps
avos
2016-03-26
1
-0
/
+3
*
net80211: eliminate copy-paste nearby ieee80211_check_rxseq()
avos
2016-03-01
1
-16
/
+1
*
net80211: add few missing subtype names.
avos
2016-02-19
1
-0
/
+1
*
net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...
adrian
2015-10-12
1
-5
/
+1
*
Begin plumbing ieee80211_rx_stats through the receive path.
adrian
2015-05-25
1
-7
/
+9
*
Properly update TX statistics for wlan(4).
ae
2015-05-23
1
-1
/
+5
*
Do not check sequence number for QoS Null frames; set it for generated QoS Null
adrian
2015-05-12
1
-2
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-6
/
+6
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-3
/
+3
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-1
/
+1
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-2
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Fix some corner cases in the net80211 sequence number retransmission
adrian
2011-05-04
1
-5
/
+1
*
Make sure to only accept and handle action frames which are for us. In
bschmidt
2011-02-22
1
-13
/
+15
*
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
bschmidt
2011-02-21
1
-17
/
+32
*
When taking the AMPDU reorder fastpath, need_tap wasn't being
rpaulo
2010-02-03
1
-2
/
+1
*
Add ieee80211_ageq; a facility for staging packets that require
sam
2009-07-05
1
-98
/
+37
*
Revamp 802.11 action frame handling:
sam
2009-07-05
1
-1
/
+1
*
ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.
rpaulo
2009-06-18
1
-1
/
+1
*
Fix handling of devices w/o radiotap support:
sam
2009-05-25
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-24
/
+15
*
print both fc bytes when hitting a protocol version mismatch
sam
2009-04-26
1
-1
/
+2
*
o add missing 802.3 bpf tap
sam
2009-04-26
1
-0
/
+6
*
o update dwds mcast handling after hoisting ieee80211_encap: frames need
sam
2009-04-03
1
-4
/
+12
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-24
/
+8
*
follow prevailing style
sam
2008-12-31
1
-1
/
+1
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
*
Fix checks for fast frames negotiation. ni_ath_flags holds the
sam
2008-10-30
1
-1
/
+1
*
Cleanup AMPDU handling:
sam
2008-09-21
1
-13
/
+9
*
no need to stop the sw beacon miss timer; it's not used with adhoc or wds
sam
2008-05-22
1
-2
/
+0
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-0
/
+865