summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2021-04-28mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-03-30mac80211: fix rate mask resetJohannes Berg1-2/+2
2020-10-29mac80211: handle lack of sband->bitrates in ratesThomas Pedersen1-1/+2
2020-08-05mac80211: mesh: Free ie data when leaving meshRemi Pommarel1-0/+1
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+23
2020-01-17mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen1-10/+4
2020-01-17cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky1-46/+2
2019-09-06mac80211: fix possible sta leakJohannes Berg1-4/+5
2019-03-05mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-02-27mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty1-1/+1
2018-04-12mac80211: Fix setting TX power on monitor interfacesPeter Große1-1/+27
2018-02-28cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2017-10-18mac80211: validate user rate mask before configuring driverJohannes Berg1-6/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-13mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach1-0/+2
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg1-0/+1
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-13/+17
2017-04-27mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg1-5/+1
2017-04-27cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+2
2017-04-13mac80211: use common code for monitor options in add/changeJohannes Berg1-58/+64
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-8/+7
2017-04-13mac80211: correct MU-MIMO monitor follow functionalityJohannes Berg1-20/+58
2017-04-13cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg1-4/+4
2017-03-08mac80211: reject/clear user rate mask if not usableJohannes Berg1-1/+17
2017-03-06mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski1-0/+28
2017-02-09cfg80211: fix NAN bands definitionLuca Coelho1-2/+2
2016-12-13mac80211: multicast to unicast conversionMichael Braun1-0/+12
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg1-1/+2
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-14/+6
2016-10-12mac80211: remove unnecessary num_mcast_sta checkMichael Braun1-7/+0
2016-10-12mac80211: remove unnecessary mesh checkJohannes Berg1-4/+1
2016-09-30mac80211: Add API to report NAN function matchAyala Beker1-0/+25
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-0/+114
2016-09-30mac80211: implement nan_change_confAyala Beker1-0/+31
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-0/+36
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+2
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg1-4/+0
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-1/+22
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-4/+4
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau1-1/+1
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma1-0/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-06mac80211: add fast-rx pathJohannes Berg1-3/+7
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker1-0/+4
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-2/+2
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller1-2/+3