summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-04-02mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-04-02mac80211: add option for setting control flagsRajkumar Manoharan3-9/+14
2020-04-02mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-04-02mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-03-20mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-03-05mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-02-05mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+23
2020-02-05mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil1-0/+3
2020-01-27mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2020-01-27mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2020-01-17mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-10/+8
2020-01-17cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky1-46/+2
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-12-05mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-24mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau1-4/+10
2019-11-24mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2019-11-24mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2019-11-20mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2019-10-29mac80211: Reject malformed SSID elementsWill Deacon1-2/+3
2019-10-29mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
2019-09-16{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-4/+3
2019-09-06mac80211: Correctly set noencrypt for PAE framesDenis Kenzior1-1/+1
2019-09-06mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior1-2/+2
2019-09-06mac80211: fix possible sta leakJohannes Berg1-4/+5
2019-08-16mac80211: don't WARN on short WMM parameters from APBrian Norris1-0/+10
2019-08-16mac80211: don't warn about CW params when not using themBrian Norris1-4/+9
2019-07-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-07-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-07-14mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-07-14mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-07-10mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-06-25mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen1-1/+6
2019-06-25mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37
2019-06-25{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty1-1/+3
2019-06-25mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-05-31mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich1-3/+0
2019-05-25mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S1-0/+3
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau1-0/+3
2019-05-16mac80211: Increase MAX_MSG_LENAndrei Otcheretianski1-1/+6
2019-05-16mac80211: fix unaligned access in mesh table hash functionFelix Fietkau1-1/+1
2019-05-08mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel1-5/+4
2019-05-08mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg1-1/+1
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-03-23mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-03-23mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-03-05mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1