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_freebsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the iflladdr_event event to keep the mac address on the vap in sync with
thompsa
2010-01-19
1
-0
/
+35
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Move code that does payload realigment to a new routine, ieee80211_realign,
sam
2009-07-18
1
-0
/
+38
*
add tid param to ieee80211_notify_replay_failure to get the correct rsc
sam
2009-06-05
1
-3
/
+3
*
Remove hack used to deal with ifnet teardown now that if_detach and the
sam
2009-06-02
1
-2
/
+1
*
Fix monitor mode vaps to work as intended:
sam
2009-06-02
1
-2
/
+7
*
distribute sysctl decls so global variables can be made static
sam
2009-05-30
1
-37
/
+1
*
do internal bpf tracking only for radiotap DLT's
sam
2009-05-25
1
-2
/
+2
*
Prepare to distribute sysctl code to reduce global definitions:
sam
2009-05-20
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-0
/
+29
*
add missing type for SYSCTL_PROC items; w/o a type you can view the value
sam
2009-05-14
1
-6
/
+6
*
Change the curvnet variable from a global const struct vnet *,
zec
2009-05-05
1
-0
/
+13
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-0
/
+9
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-1
/
+2
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+11
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-2
/
+2
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Fix clone destruction, can't use the simple api because that does not remove
thompsa
2008-09-20
1
-1
/
+1
*
add a sysctl to deliver a radar event for testing
sam
2008-08-02
1
-0
/
+20
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-0
/
+11
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-66
/
+331
*
sync 11n support with vap code base; many changes based on interop
sam
2007-11-02
1
-0
/
+21
*
Fix following nits:
sephe
2007-08-26
1
-1
/
+2
*
Update 802.11 wireless support:
sam
2007-06-11
1
-9
/
+53
*
copyright updates:
sam
2007-06-06
1
-3
/
+1
*
Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq when
sam
2007-01-08
1
-0
/
+20
*
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
*
Add ieee80211_beacon_miss for processing sta mode beacon miss events
sam
2005-12-12
1
-0
/
+3
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-2
/
+2
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
1
-4
/
+8
*
pass re-association events up using a new message type
sam
2005-03-29
1
-5
/
+5
*
be consistent in naming inactivity timers;
sam
2005-01-22
1
-1
/
+1
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
o add net.wlan.X.driver_caps mib variable for setting the driver capabilities
sam
2004-12-31
1
-3
/
+6
*
cover up the landmine until there's a proper solution
sam
2004-12-13
1
-0
/
+4
*
fixup printf arguments for 64-bit machines
sam
2004-12-08
1
-2
/
+2
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-0
/
+338