summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2017-05-20mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2-2/+8
2017-05-20mac80211: pass block ack session timeout to to driverSara Sharon5-52/+83
2017-05-20mac80211: pass RX aggregation window size to driverSara Sharon1-1/+1
2017-04-27mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
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-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-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-09-07mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-07-27mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-07-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-07-27mac80211: fix fast_tx header alignmentFelix Fietkau1-1/+1
2016-05-11mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-04-20mac80211: fix txq queue related crashesMichal Kazior1-0/+3
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-04-20mac80211: fix ibss scan parametersSara Sharon1-7/+15
2016-04-20mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-03-16mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-16mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2-10/+28
2016-03-16mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-1/+1
2016-03-16mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-03-16mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-03-16mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2-2/+3
2016-03-04mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira5-14/+8
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg1-5/+10
2015-12-15mac80211: reprogram in interface orderJohannes Berg1-39/+37
2015-12-15mac80211: run scan completed work on reconfig failureJohannes Berg1-11/+26
2015-12-03mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-03mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-03mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-1/+2
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2015-11-17mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg1-2/+1
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K2-0/+12
2015-11-03mac80211: further improve "no supported rates" warningJohannes Berg1-1/+1
2015-11-03mac80211: treat bad WMM parameters more gracefullyJohannes Berg1-94/+48
2015-11-03mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach1-7/+7
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg5-16/+11
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer1-0/+3
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov5-7/+18
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller5-35/+45
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller3-31/+48
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski1-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller2-1/+12
2015-11-03mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-11-03mac80211: allow null chandef in tracingArik Nemtsov1-5/+5