summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2018-05-30mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau1-1/+1
2018-05-30mac80211: Do not disconnect on invalid operating classIlan Peer1-4/+3
2018-05-30mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-05-30mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-04-13mac80211: Fix setting TX power on monitor interfacesPeter Große2-2/+29
2018-04-13mac80211: bail out from prep_connection() if a reconfig is ongoingLuca Coelho1-0/+4
2018-04-08mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke1-2/+2
2018-04-08mac80211: Fix clang warning about constant operand in logical operationMatthias Kaehlcke1-2/+4
2018-03-24mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan11-70/+139
2018-03-24mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2018-03-22mac80211: remove BUG() when interface type is invalidLuca Coelho1-1/+1
2018-03-03mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2018-02-28cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-02-03mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh1-6/+9
2018-01-17mac80211: Add RX flag to indicate ICV strippedDavid Spinadel2-2/+4
2017-12-20mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0
2017-12-10mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0
2017-12-10mac80211: prevent skb/txq mismatchMichal Kazior1-10/+7
2017-12-10mac80211: calculate min channel width correctlyJohannes Berg2-3/+2
2017-11-30mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma1-6/+8
2017-11-30mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma3-15/+0
2017-11-18mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-11-18mac80211: use constant time comparison with keysJason A. Donenfeld1-1/+2
2017-11-18mac80211: accept key reinstall without changing anythingJohannes Berg1-4/+17
2017-10-21mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-10-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-10-05mac80211: fix VLAN handling with TXQsJohannes Berg2-9/+44
2017-07-05mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau1-4/+9
2017-07-05mac80211: recalculate min channel width on VHT opmode changesJohannes Berg3-9/+25
2017-06-24mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach1-0/+2
2017-06-24mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-06-24mac80211: strictly check mesh address extension modeRajkumar Manoharan1-1/+2
2017-06-24mac80211: fix IBSS presp allocation sizeJohannes Berg1-0/+2
2017-06-24mac80211: fix packet statistics for fast-RXJohannes Berg1-0/+1
2017-06-24mac80211: fix CSA in IBSS modeKoen Vandeputte1-2/+2
2017-06-24mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld1-4/+5
2017-06-24mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-04-27mac80211: fix MU-MIMO follow-MAC modeJohannes Berg1-18/+47
2017-04-27mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
2017-04-12mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2
2017-03-15mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9
2017-03-15mac80211: don't handle filtered frames within a BA sessionFelix Fietkau1-1/+2
2017-03-15mac80211: don't reorder frames with SN smaller than SSNSara Sharon3-3/+18
2017-03-15mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-02-15mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-01-26mac80211: implement multicast forwarding on fast-RX pathJohannes Berg1-8/+18
2017-01-12mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg3-9/+5
2017-01-12mac80211: initialize fast-xmit 'info' laterJohannes Berg1-1/+2
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-9/+12
2016-11-15mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau1-1/+5