summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-2/+7
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-7/+2
* Merge r256294 (by adrian) from head:gavin2013-12-101-2/+2
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-3/+4
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.adrian2013-03-201-0/+10
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-0/+38
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-121-0/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Oops, missed in my last commit.adrian2012-10-261-0/+2
* Allow net80211 to be built on -9 and -8.adrian2012-10-261-1/+29
* Fix up some initial issues with creation and deletion of hotpluggedadrian2012-10-261-0/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-6/+10
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Correct the ordering of tid/crypto ic_name.adrian2012-03-271-1/+1
* Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.adrian2012-03-161-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Include the tid when printing out crypto replay errors.adrian2011-10-281-2/+2
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-6/+6
* Use the iflladdr_event event to keep the mac address on the vap in sync withthompsa2010-01-191-0/+35
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Move code that does payload realigment to a new routine, ieee80211_realign,sam2009-07-181-0/+38
* add tid param to ieee80211_notify_replay_failure to get the correct rscsam2009-06-051-3/+3
* Remove hack used to deal with ifnet teardown now that if_detach and thesam2009-06-021-2/+1
* Fix monitor mode vaps to work as intended:sam2009-06-021-2/+7
* distribute sysctl decls so global variables can be made staticsam2009-05-301-37/+1
* do internal bpf tracking only for radiotap DLT'ssam2009-05-251-2/+2
* Prepare to distribute sysctl code to reduce global definitions:sam2009-05-201-1/+1
* Overhaul monitor mode handling:sam2009-05-201-0/+29
* add missing type for SYSCTL_PROC items; w/o a type you can view the valuesam2009-05-141-6/+6
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+13
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+9
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-1/+2
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+11
* convert MALLOC/FREE to malloc/freesam2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-201-1/+1
* add a sysctl to deliver a radar event for testingsam2008-08-021-0/+20
* Minor cleanup of vap create work:sam2008-05-121-0/+11
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-66/+331
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+21
* Fix following nits:sephe2007-08-261-1/+2
* Update 802.11 wireless support:sam2007-06-111-9/+53
* copyright updates:sam2007-06-061-3/+1
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whensam2007-01-081-0/+20
* remove duplicate ifname in debug msgsam2006-06-241-2/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-131-7/+2
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-121-0/+3
OpenPOWER on IntegriCloud