aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-18/+14
2017-10-13mac80211: don't track HT capability changesJohannes Berg1-11/+3
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg1-12/+7
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-8/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-8/+8
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+31
2017-06-13mac80211: set bss_info data before configuring the channelJohannes Berg1-10/+28
2017-06-13mac80211: remove 5/10 MHz rate code from station MLMEJohannes Berg1-21/+3
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-08mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho1-0/+4
2017-04-28mac80211: Add support for BSS max idle period elementAvraham Stern1-1/+13
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-2/+12
2017-03-08mac80211: reject/clear user rate mask if not usableJohannes Berg1-0/+2
2017-03-07mac80211: ignore VHT membership selector when parsing ratesJohannes Berg1-5/+5
2017-03-06mac80211: Print text for disassociation reasonArkadiusz Miskiewicz1-2/+3
2017-03-06mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski1-0/+24
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-1/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-3/+4
2016-12-13mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani1-4/+0
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-9/+12
2016-10-27mac80211: FILS AEAD protection for station mode association framesJouni Malinen1-0/+27
2016-10-27mac80211: Add FILS auth alg mappingJouni Malinen1-0/+12
2016-10-27mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen1-3/+6
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen1-6/+6
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-1/+1
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg1-4/+8
2016-05-12mac80211: remove disconnected APs from BSS tableDavid Spinadel1-0/+5
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+9
2016-04-05mac80211: avoid useless memory write on each frame RXJohannes Berg1-3/+4
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-49/+30
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon1-5/+6
2016-02-24mac80211: always print a message when disconnectingJohannes Berg1-5/+12
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg1-37/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni1-2/+0
2016-01-14cfg80211/mac80211: use to_delayed_workGeliang Tang1-2/+1
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon1-0/+7
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+11
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira1-1/+1
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg1-5/+10
2015-12-04mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com1-2/+4
2015-11-03mac80211: treat bad WMM parameters more gracefullyJohannes Berg1-94/+48
2015-11-03mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach1-7/+7
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg1-2/+2
2015-11-03mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg1-8/+2
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg1-55/+14