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
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Fix the "am I a net80211 vap" check for bpf listeners.
adrian
2013-10-10
1
-2
/
+2
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-3
/
+4
*
Add VNET wrappers around the rest of the ieee80211 rtsock messages.
adrian
2013-03-20
1
-0
/
+10
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-0
/
+38
*
Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',
glebius
2013-02-12
1
-0
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Oops, missed in my last commit.
adrian
2012-10-26
1
-0
/
+2
*
Allow net80211 to be built on -9 and -8.
adrian
2012-10-26
1
-1
/
+29
*
Fix up some initial issues with creation and deletion of hotplugged
adrian
2012-10-26
1
-0
/
+2
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-6
/
+10
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Correct the ordering of tid/crypto ic_name.
adrian
2012-03-27
1
-1
/
+1
*
Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.
adrian
2012-03-16
1
-0
/
+4
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Include the tid when printing out crypto replay errors.
adrian
2011-10-28
1
-2
/
+2
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-6
/
+6
*
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
[next]