summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix possible sta leakJohannes Berg2019-09-061-4/+5
* mac80211: don't WARN on short WMM parameters from APBrian Norris2019-08-161-0/+10
* mac80211: don't warn about CW params when not using themBrian Norris2019-08-161-4/+9
* mac80211: only warn once on chanctx_conf being NULLYibo Zhao2019-07-211-1/+1
* mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-07-211-0/+1
* mac80211: mesh: fix RCU warningThomas Pedersen2019-07-211-1/+4
* mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen2019-06-251-1/+6
* mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-06-253-1/+37
* mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-251-0/+2
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-05-311-3/+0
* mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-05-251-0/+3
* mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-05-161-0/+3
* mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-05-161-1/+6
* mac80211: fix unaligned access in mesh table hash functionFelix Fietkau2019-05-161-1/+1
* mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-04-271-0/+3
* mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-03-231-1/+3
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-03-051-1/+1
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-051-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-051-1/+3
* mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-271-8/+9
* mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-271-1/+5
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-151-3/+9
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* mac80211: free skb fraglist before freeing the skbSara Sharon2019-01-131-0/+5
* mac80211: Fix condition validating WMM IEIlan Peer2018-12-211-1/+1
* mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-12-211-1/+2
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-131-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-131-2/+2
* mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-131-0/+2
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-12-131-0/+2
* mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-11-043-8/+8
* mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-11-041-4/+4
* mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-11-041-1/+1
* mac80211: Always report TX statusAndrei Otcheretianski2018-11-041-5/+2
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-131-1/+1
* mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-10-101-11/+11
* mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-10-101-2/+15
* mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-10-101-0/+53
* mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-10-101-1/+20
* mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-10-101-1/+1
* mac80211: always account for A-MSDU header changesJohannes Berg2018-10-101-5/+7
* mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-10-101-3/+3
* mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-10-101-17/+21
* mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-10-101-0/+4
* mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-10-101-4/+1
* mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-10-101-1/+1
* mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-09-262-10/+16
* mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-09-051-1/+2
* mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-06-212-1/+6
* mac80211: Adjust SAE authentication timeoutIlan Peer2018-06-211-7/+18