summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix more compiler warnings.avos2016-05-191-1/+1
* net80211: restore 'iflladdr_event' event handler.avos2016-05-061-0/+19
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+2
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...adrian2015-10-121-4/+9
* net80211: separate mbuf cleanup from ieee80211_fragment()adrian2015-10-121-1/+1
* Perform some rather amusing layering violations to add mbuf tags to theadrian2015-09-261-0/+37
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-76/+14
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-14/+76
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-76/+14
* First pass of adding transmit parameters as an option for outboundadrian2015-06-041-0/+34
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-251-30/+0
* When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC andglebius2015-05-251-16/+32
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-5/+6
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-2/+1
* EVENTHANDLER_REGISTER() doesn't fail.glebius2015-05-201-6/+0
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix the "am I a net80211 vap" check for bpf listeners.adrian2013-10-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
OpenPOWER on IntegriCloud