aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.Adrian Chadd2013-03-201-0/+10
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-0/+38
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',Gleb Smirnoff2013-02-121-0/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Oops, missed in my last commit.Adrian Chadd2012-10-261-0/+2
* Allow net80211 to be built on -9 and -8.Adrian Chadd2012-10-261-1/+29
* Fix up some initial issues with creation and deletion of hotpluggedAdrian Chadd2012-10-261-0/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-6/+10
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Correct the ordering of tid/crypto ic_name.Adrian Chadd2012-03-271-1/+1
* Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.Adrian Chadd2012-03-161-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Include the tid when printing out crypto replay errors.Adrian Chadd2011-10-281-2/+2
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-6/+6
* Use the iflladdr_event event to keep the mac address on the vap in sync withAndrew Thompson2010-01-191-0/+35
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Move code that does payload realigment to a new routine, ieee80211_realign,Sam Leffler2009-07-181-0/+38
* add tid param to ieee80211_notify_replay_failure to get the correct rscSam Leffler2009-06-051-3/+3
* Remove hack used to deal with ifnet teardown now that if_detach and theSam Leffler2009-06-021-2/+1
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-2/+7
* distribute sysctl decls so global variables can be made staticSam Leffler2009-05-301-37/+1
* do internal bpf tracking only for radiotap DLT'sSam Leffler2009-05-251-2/+2
* Prepare to distribute sysctl code to reduce global definitions:Sam Leffler2009-05-201-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-0/+29
* add missing type for SYSCTL_PROC items; w/o a type you can view the valueSam Leffler2009-05-141-6/+6
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+13
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-0/+9
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-1/+2
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+11
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Fix clone destruction, can't use the simple api because that does not removeAndrew Thompson2008-09-201-1/+1
* add a sysctl to deliver a radar event for testingSam Leffler2008-08-021-0/+20
* Minor cleanup of vap create work:Sam Leffler2008-05-121-0/+11
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-66/+331
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-0/+21
* Fix following nits:Sepherosa Ziehau2007-08-261-1/+2
* Update 802.11 wireless support:Sam Leffler2007-06-111-9/+53
* copyright updates:Sam Leffler2007-06-061-3/+1
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whenSam Leffler2007-01-081-0/+20
* remove duplicate ifname in debug msgSam Leffler2006-06-241-2/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin2006-06-131-7/+2
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventsSam Leffler2005-12-121-0/+3
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-2/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-081-4/+8
* pass re-association events up using a new message typeSam Leffler2005-03-291-5/+5
* be consistent in naming inactivity timers;Sam Leffler2005-01-221-1/+1