aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-11/+30
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-1/+1
2016-03-01mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-01mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2-10/+28
2016-02-24Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-8/+10
2016-02-23mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2-2/+3
2016-02-02mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov1-4/+5
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-30/+53
2016-01-29mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2016-01-14mac80211: Don't buffer non-bufferable MMPDUsHelmut Schaa1-0/+5
2016-01-14mac80211: handle sched_scan_stopped vs. hw restart raceEliad Peller2-0/+9
2016-01-14mac80211: fix PS-Poll handlingEmmanuel Grumbach1-1/+1
2016-01-14mac80211: clear local->sched_scan_req properly on reconfigEliad Peller1-1/+4
2016-01-14mac80211: avoid ROC during hw restartEliad Peller3-2/+18
2016-01-14mac80211: fix remain-on-channel cancellationJohannes Berg1-2/+4
2016-01-14mac80211: recalculate SW ROC only when neededJohannes Berg1-5/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-69/+81
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-07mac80211: handle HW ROC expired properlyIlan Peer1-1/+5
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg1-0/+3
2015-12-04mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen1-0/+1
2015-12-04mac80211: rewrite remain-on-channel logicJohannes Berg3-291/+316
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg3-18/+13
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg3-495/+502
2015-12-04mac80211: fix mgmt-tx abort cookie and leakJohannes Berg1-3/+2
2015-12-04mac80211: catch queue stop underflowJohannes Berg1-2/+5
2015-12-04mac80211: properly free TX skbs when monitor TX failsJohannes Berg1-1/+1
2015-12-04mac80211: properly free skb when r-o-c for TX failsJohannes Berg1-1/+1
2015-12-04Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg1-1/+2
2015-12-04cfg80211: handle add_station auth/assoc flag quirksJohannes Berg1-10/+0
2015-12-04mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally1-0/+6
2015-12-04mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com1-2/+4
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller3-4/+55
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2-43/+126
2015-12-04mac80211: remove string from unaligned packet warningJohannes Berg1-2/+1
2015-12-04mac80211: mesh: print MAC address instead of pointerJohannes Berg1-2/+2
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2-2/+17
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-02mac80211: 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