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_superg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().
avos
2016-06-29
1
-34
/
+31
*
[net80211] remove node scan lock / generation number + fix few LORs
adrian
2016-06-19
1
-0
/
+6
*
net80211: fix more compiler warnings.
avos
2016-05-19
1
-1
/
+0
*
net80211: replace internal LE_READ_*/LE_WRITE_* macro with system
avos
2016-04-20
1
-2
/
+2
*
[net80211] Initial A-MSDU support for testing / evaluation
adrian
2016-04-06
1
-25
/
+173
*
net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...
adrian
2015-10-12
1
-6
/
+2
*
Remove some debugging that wasn't supposed to be there.
adrian
2015-09-28
1
-2
/
+0
*
Migrate the fast-frames transmit support away from using the txa_private
adrian
2015-09-28
1
-16
/
+26
*
Convert malloc/free back to #define's, as part of OS portability work.
adrian
2015-05-25
1
-3
/
+3
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-1
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-1
/
+1
*
- Provide necessary includes, that before came via if.h pollution.
glebius
2013-10-28
1
-2
/
+3
*
Migrate the ff_encap1() routine out into the normal output code.
adrian
2013-08-26
1
-39
/
+2
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-1
/
+1
*
Kill this, it's not needed at this point and (hopefully) the parent
adrian
2013-03-10
1
-2
/
+0
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-2
/
+12
*
Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctly
adrian
2013-02-02
1
-0
/
+4
*
Atheros SuperG bug fixes, as part of hunting down kern/174283.
adrian
2012-12-09
1
-9
/
+11
*
Don't panic if the stageq here is empty; just fall through with NULL
adrian
2012-12-09
1
-0
/
+10
*
Fix a use-after-free bug in the Atheros fast-frames support.
adrian
2012-12-08
1
-2
/
+9
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Migrate the net80211 TX aggregation state to be from per-AC to per-TID.
adrian
2012-04-15
1
-5
/
+9
*
distribute sysctl decls so global variables can be made static
sam
2009-05-30
1
-3
/
+7
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-3
/
+1
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-5
/
+30
*
stash the node pointer in the mbuf before doing ff aggregration so this
sam
2009-04-26
1
-2
/
+0
*
add missing DLT_IEEE802_11 tap
sam
2009-04-26
1
-0
/
+3
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-3
/
+320
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+1
*
toggling fast-frames requires clocking the state machine
sam
2009-03-29
1
-1
/
+1
*
o move tdma+superg protocol defs out of public view
sam
2009-03-26
1
-0
/
+29
*
Fix enough bits so that fast frames work again:
sam
2009-03-26
1
-3
/
+20
*
dynamic turbo mode is only implemented in sta mode; don't enable it
sam
2009-03-26
1
-1
/
+3
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-0
/
+506