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_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When injecting frames a temporary node is faked, during this several
bschmidt
2011-03-13
1
-1
/
+2
*
It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.
bschmidt
2011-02-21
1
-6
/
+6
*
The draft spec doesn't say beacon frames need to have a wildcard BSSID,
rpaulo
2009-10-23
1
-7
/
+1
*
Implement the missing support for updating the mesh conf number of
rpaulo
2009-10-19
1
-0
/
+12
*
revert OACTIVE part of r195845; instead fix the comment so it does not refer
sam
2009-07-24
1
-1
/
+13
*
o kill old code no longer needed after r193312
sam
2009-07-24
1
-14
/
+3
*
More mesh bits, namely:
rpaulo
2009-07-20
1
-17
/
+32
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-58
/
+245
*
do not strip M_MORE_DATA on packets coming through ieee80211_start;
sam
2009-06-08
1
-3
/
+4
*
teach ieee80211_classify about ipv6 packets
sam
2009-06-07
1
-1
/
+23
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-5
/
+5
*
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
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-7
/
+0
*
Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be
sam
2009-04-27
1
-0
/
+4
*
add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address
sam
2009-04-26
1
-4
/
+3
*
hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_start
sam
2009-04-26
1
-37
/
+36
*
stash the node pointer in the mbuf before doing ff aggregration so this
sam
2009-04-26
1
-8
/
+7
*
don't fragment ampdu aggregates
sam
2009-04-26
1
-1
/
+1
*
uniformly mark mbufs that pass through the tx path with M_MCAST; drivers
sam
2009-04-26
1
-15
/
+22
*
add missing part of r191537 that should have read: hoist DLT_IEEE802_11
sam
2009-04-26
1
-4
/
+0
*
fix comment
sam
2009-04-26
1
-3
/
+1
*
add missing DLT_IEEE802_11 bpf tap in ieee80211_start
sam
2009-04-26
1
-0
/
+4
*
fixup ieee80211_output handling:
sam
2009-04-26
1
-1
/
+11
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
o add a capability for drivers that require 802.3 encapsulation of
sam
2009-04-08
1
-8
/
+10
*
fix whitespace
sam
2009-04-03
1
-1
/
+1
*
o update dwds mcast handling after hoisting ieee80211_encap: frames need
sam
2009-04-03
1
-3
/
+2
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-18
/
+24
*
Fix enough bits so that fast frames work again:
sam
2009-03-26
1
-11
/
+35
*
need to adjust htinfo offset when csa is inserted
sam
2009-03-26
1
-0
/
+1
*
adjust tdma ie offset when beacon frame contents changes
sam
2009-03-26
1
-0
/
+6
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-211
/
+26
*
Remove leftover comment because we now use a flag to check for associd.
rpaulo
2009-03-19
1
-1
/
+0
*
mark M_LASTFRAG at the last fragment.
weongyo
2009-02-09
1
-0
/
+3
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-2
/
+24
*
follow prevailing style
sam
2008-12-31
1
-1
/
+1
*
Replace adhoc checks in ieee80211_start with a per-node flag that
sam
2008-12-15
1
-3
/
+1
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
1
-1
/
+1
*
introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 header
sam
2008-10-26
1
-0
/
+6
*
fix comment that belonged w/ previous commit
sam
2008-10-26
1
-3
/
+2
*
change ieee80211_send_probereq to supply raw xmit parameters so it can
sam
2008-10-26
1
-2
/
+19
*
change ieee80211_send_nulldata to send a QoS Null Data frame to a
sam
2008-10-26
1
-14
/
+51
*
o change ieee80211_mgmt_output to take a raw xmit parameters block so
sam
2008-10-26
1
-26
/
+33
*
fix old merge botch that causes gaps in the tx seq# space for QoS frames
sam
2008-10-26
1
-1
/
+0
*
fix associd check for adhoc mode
sam
2008-10-25
1
-18
/
+13
*
Cleanup AMPDU handling:
sam
2008-09-21
1
-3
/
+23
*
reorder RSN/WPA2 ie in beacon and probe response frames to comply
sam
2008-07-07
1
-13
/
+13
*
Split s/w crypt/mic attributes to allow future hackery; this change
sam
2008-05-28
1
-1
/
+1
[next]