aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_wds.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-0/+2
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-5/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-201-2/+2
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-5/+16
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-2/+0
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* net80211: fix panic for DWDS vapsAndriy Voskoboinyk2016-03-261-0/+3
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()Andriy Voskoboinyk2016-03-011-16/+1
* net80211: add few missing subtype names.Andriy Voskoboinyk2016-02-191-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-121-5/+1
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-7/+9
* Properly update TX statistics for wlan(4).Andrey V. Elsukov2015-05-231-1/+5
* Do not check sequence number for QoS Null frames; set it for generated QoS NullAdrian Chadd2015-05-121-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+6
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-2/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-221-13/+15
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-17/+32
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-031-2/+1
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-051-98/+37
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-1/+1
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.Rui Paulo2009-06-181-1/+1
* Fix handling of devices w/o radiotap support:Sam Leffler2009-05-251-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-24/+15
* print both fc bytes when hitting a protocol version mismatchSam Leffler2009-04-261-1/+2
* o add missing 802.3 bpf tapSam Leffler2009-04-261-0/+6
* o update dwds mcast handling after hoisting ieee80211_encap: frames needSam Leffler2009-04-031-4/+12
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-24/+8
* follow prevailing styleSam Leffler2008-12-311-1/+1
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds theSam Leffler2008-10-301-1/+1
* Cleanup AMPDU handling:Sam Leffler2008-09-211-13/+9
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdsSam Leffler2008-05-221-2/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+865