aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unused M_80211_COM malloc(9) type.Andriy Voskoboinyk2019-02-021-2/+0
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-251-6/+2
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-201-0/+49
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] add a sysctl that forces a vap restart.Adrian Chadd2017-02-111-0/+26
* [net80211] Add a variant on ieee80211_get_rx_params() that returns a pointer.Adrian Chadd2016-10-231-0/+15
* [net80211] add in ToA/ToD based location mbuf tags for some experimenting.Adrian Chadd2016-09-091-0/+36
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+1
* net80211: restore 'iflladdr_event' event handler.Andriy Voskoboinyk2016-05-061-0/+19
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+2
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-121-4/+9
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-121-1/+1
* Perform some rather amusing layering violations to add mbuf tags to theAdrian Chadd2015-09-261-0/+37
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-76/+14
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-14/+76
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-76/+14
* First pass of adding transmit parameters as an option for outboundAdrian Chadd2015-06-041-0/+34
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.Gleb Smirnoff2015-05-251-30/+0
* When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC andGleb Smirnoff2015-05-251-16/+32
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-5/+6
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-2/+1
* EVENTHANDLER_REGISTER() doesn't fail.Gleb Smirnoff2015-05-201-6/+0
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix the "am I a net80211 vap" check for bpf listeners.Adrian Chadd2013-10-101-2/+2
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-3/+4
* 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