summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Adjust SAE authentication timeoutIlan Peer2018-05-071-7/+18
* mac80211: Fix condition validating WMM IEIlan Peer2018-04-191-1/+1
* Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-291-77/+91
|\
| * mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-03-291-1/+2
| * mac80211: Send control port frames over nl80211Denis Kenzior2018-03-291-0/+2
| * mac80211: remove shadowing duplicated variableJohannes Berg2018-03-291-2/+0
| * mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss2018-03-291-0/+1
| * mac80211: inform wireless layer when frame RSSI is invalidTosoni2018-03-211-74/+86
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+2
|\ \ | |/ |/|
| * mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-211-1/+2
* | mac80211: Call mgd_prep_tx before transmitting deauthenticationIlan Peer2018-02-221-1/+15
* | mac80211: add get TID helperSara Sharon2018-02-221-1/+1
|/
* mac80211: don't warn on AID field without top two MSBs setJohannes Berg2017-12-111-4/+5
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+1
* mac80211: use QoS NDP for AP probingJohannes Berg2017-11-271-1/+1
* mac80211: Convert timers to use timer_setup()Kees Cook2017-11-201-18/+14
* mac80211: don't track HT capability changesJohannes Berg2017-10-131-11/+3
* mac80211: simplify and clarify IE splittingJohannes Berg2017-09-211-12/+7
* mac80211: fix incorrect assignment of reassoc valueSimon Dinkin2017-09-051-1/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-8/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-8/+8
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-31/+31
|\
| * mac80211: set bss_info data before configuring the channelJohannes Berg2017-06-131-10/+28
| * mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg2017-06-131-21/+3
* | mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg2017-05-191-1/+0
|/
* mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho2017-05-081-0/+4
* mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-281-1/+13
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-2/+12
* mac80211: reject/clear user rate mask if not usableJohannes Berg2017-03-081-0/+2
* mac80211: ignore VHT membership selector when parsing ratesJohannes Berg2017-03-071-5/+5
* mac80211: Print text for disassociation reasonArkadiusz Miskiewicz2017-03-061-2/+3
* mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski2017-03-061-0/+24
* cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-081-1/+1
* mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-081-3/+4
* mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani2016-12-131-4/+0
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-9/+12
* mac80211: FILS AEAD protection for station mode association framesJouni Malinen2016-10-271-0/+27
* mac80211: Add FILS auth alg mappingJouni Malinen2016-10-271-0/+12
* mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen2016-10-271-3/+6
* cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen2016-10-271-6/+6
* mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-191-1/+1
* mac80211: fix possible out-of-bounds accessJohannes Berg2016-09-151-4/+8
* mac80211: remove disconnected APs from BSS tableDavid Spinadel2016-05-121-0/+5
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-7/+7
* mac80211: add fast-rx pathJohannes Berg2016-04-061-0/+9
* mac80211: avoid useless memory write on each frame RXJohannes Berg2016-04-051-3/+4
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-49/+30
|\
| * mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon2016-02-241-5/+6
| * mac80211: always print a message when disconnectingJohannes Berg2016-02-241-5/+12