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
*
Add initial support for 900MHz cards like the Ubiquiti SR9:
sam
2007-01-15
3
-49
/
+65
*
reduce user-visible namespace to just what is needed
sam
2007-01-09
1
-0
/
+2
*
bandaid to unbreak build (user code includes this file)
sam
2007-01-09
1
-0
/
+1
*
Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq when
sam
2007-01-08
3
-7
/
+31
*
Correct several issues with rate set negotiation:
sam
2007-01-08
4
-40
/
+46
*
Fix compile error.
mjacob
2007-01-06
1
-1
/
+1
*
fix declaration / definition mismatch with ieee80211_chan2ieee
kmacy
2007-01-06
1
-1
/
+1
*
o unbreak rate set defaulting
sam
2006-12-28
1
-5
/
+3
*
First cut at half/quarter-rate 11a channel support (e.g. for use
sam
2006-12-27
6
-52
/
+121
*
Fix packing on the country band descriptor. No real change since this
imp
2006-12-01
1
-1
/
+1
*
back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn't
sam
2006-12-01
2
-4
/
+4
*
sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for now
sam
2006-12-01
2
-4
/
+4
*
Default the rate sets for 802.11 operating modes so drivers aren't
sam
2006-11-26
1
-0
/
+28
*
add rate control debug msg bit
sam
2006-11-26
1
-0
/
+1
*
device-independent implementation of AMRR tx rate control algorithm
sam
2006-11-26
2
-0
/
+228
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-5
/
+6
*
Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.
ru
2006-09-26
1
-1
/
+2
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
2
-13
/
+4
*
More statistics fixups:
sam
2006-08-10
2
-18
/
+76
*
minor fixups:
sam
2006-08-10
2
-8
/
+22
*
add per-sta ucast/mcast stats
sam
2006-08-10
1
-0
/
+4
*
add support for 802.11 packet injection via bpf
sam
2006-07-26
6
-0
/
+171
*
add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss
sam
2006-07-26
2
-0
/
+11
*
o move min/max beacon interval and dtim period to public location
sam
2006-07-26
2
-7
/
+24
*
correct ie length check; need to include fixed part of ie
sam
2006-07-16
1
-4
/
+4
*
power save mode state changes should not require clocking the 802.11
sam
2006-07-16
1
-0
/
+7
*
tighten invariant on loops used to parse ie's; this ensures we never
sam
2006-07-16
1
-4
/
+4
*
remove duplicate ifname in debug msg
sam
2006-06-24
1
-2
/
+1
*
Use kern_kldload() and kern_kldunload() to load and unload modules when
jhb
2006-06-13
1
-7
/
+2
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-4
/
+4
*
Move conditional preprocessing out from the IEEE80211_DPRINTF macro
dds
2006-06-01
1
-14
/
+8
*
Ensure outbound data packets in hostap mode are delivered only to
sam
2006-04-28
1
-1
/
+12
*
back out public safety-specific channel number mapping; we can't do
sam
2006-04-26
1
-9
/
+1
*
implement set(IEEE80211_IOC_STA_STATS) for hostapd; for
sam
2006-03-27
1
-0
/
+28
*
when doing s/w crypto make sure work is done w/ a writable mbuf chain;
sam
2006-03-15
1
-0
/
+15
*
fix switching between agressive and non-agressive wmm modes
sam
2006-03-10
1
-2
/
+2
*
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
5
-12
/
+45
*
consolidate calculation of capabilities ie
sam
2006-02-25
1
-47
/
+34
*
honor user-specified key index for global key slots
sam
2006-02-21
1
-0
/
+6
*
treat setting the optional ie to a zero-length datum to mean "delete
sam
2006-02-20
1
-7
/
+17
*
o make driver override of net80211 parameter state consistent
sam
2006-02-14
2
-5
/
+4
*
set the mgt frame tx timer before dispatching the frame to the
sam
2006-02-08
1
-8
/
+10
*
s/w beacon miss facility; need to add knobs to fiddle with the settings
sam
2006-01-23
3
-1
/
+46
*
switch beacon miss threshold from a time to the number of beacon
sam
2006-01-23
2
-2
/
+2
*
bounds check each ie's length when parsing
sam
2006-01-23
1
-0
/
+4
*
Rev ioctl to get scan results:
sam
2006-01-18
2
-29
/
+175
*
bump the scan generation number before iterating so we're guaranteed
sam
2006-01-18
1
-2
/
+2
*
Correct a buffer overflow when scanning for 802.11 wireless networks.
cperciva
2006-01-18
1
-4
/
+16
[next]