summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2019-11-24mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2019-10-29mac80211: Reject malformed SSID elementsWill Deacon1-2/+3
2019-10-29mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
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-21mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-07-21mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-07-21mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
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-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-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-05mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-03-05mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-03-05mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2019-02-27mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-27mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-02-12mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2019-01-13mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-11-04mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang3-8/+8
2018-11-04mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2018-11-04mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-11-04mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-10-10mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-10-10mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-10-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3
2018-10-10mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon1-17/+21
2018-10-10mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang1-0/+4
2018-10-10mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-4/+1
2018-10-10mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen1-1/+1
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16