summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix use-after-free in frame defragmentation procedure.avos2016-05-281-9/+10
* net80211: hide subtype mask & shift in function call.avos2016-04-201-6/+2
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-201-1/+1
* [net80211] IE 127 is not MESHEXTCAP, just EXTCAP.adrian2016-03-181-2/+3
* [net80211] handle unlisted information elements.adrian2016-03-141-0/+4
* Use m_catpkt(9) to avoid a possible use-after-free in ieee80211_defrag().markj2016-03-021-3/+1
* Perform some rather amusing layering violations to add mbuf tags to theadrian2015-09-261-3/+23
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-251-2/+0
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-2/+3
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-4/+6
* Mechanically convert to if_inc_counter().glebius2014-09-191-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add in some backwards compatability hacks to make -HEAD net80211 compileadrian2013-08-221-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+2
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-121-2/+2
* Start accepting IEEE80211_ACTION_MESH_GANN frames;monthadar2013-02-071-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Added Self-protected action category (including MPM).monthadar2012-05-011-0/+18
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.glebius2012-03-041-0/+2
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-0/+31
* Print out the bogus beacon interval.adrian2012-02-281-1/+2
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+3
* Add initial support for MIMO statistics to net80211.adrian2011-04-081-1/+46
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-1/+0
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-311-7/+8
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* More mesh bits, namely:rpaulo2009-07-201-11/+5
* Move code that does payload realigment to a new routine, ieee80211_realign,sam2009-07-181-47/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-1/+24
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-1/+1
* o station mode channel switch supportsam2009-06-041-0/+12
* Fix monitor mode vaps to work as intended:sam2009-06-021-3/+5
* don't dispatch frames to vap's not runningsam2009-06-021-0/+3
* Overhaul monitor mode handling:sam2009-05-201-3/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-77/+2
* Use plural in a comment. No functional change.rpaulo2009-03-181-1/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+5
* convert MALLOC/FREE to malloc/freesam2008-12-181-1/+1
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-8/+0
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framessam2008-10-251-0/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* correct decap of of AppleTalk and IPX frames; don't strip the SNAPsam2008-08-021-1/+4
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2874/+376
* - Correctly handle ALTQ in ieee80211_deliver_data()sephe2008-02-031-2/+6
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-3/+95
* Miscellaneous fixups to 802.11 defs:sam2007-09-051-1/+1
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-051-1/+5
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-6/+7
* Update 802.11 wireless support:sam2007-06-111-262/+705
OpenPOWER on IntegriCloud