summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2016-02-24mac80211: mesh: drop constant field mean_chain_lenBob Copeland2-9/+3
2016-02-24mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-02-24mac80211: always print a message when disconnectingJohannes Berg1-5/+12
2016-02-24mac80211: fix ibss scan parametersSara Sharon1-7/+15
2016-02-24mac80211: add RX_FLAG_MACTIME_PLCP_STARTJohannes Berg2-2/+20
2016-02-24mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-02-24mac80211: fix txq queue related crashesMichal Kazior1-0/+3
2016-02-24mac80211: mesh_plink: remove redundant sta_info checkSunil Shahu1-6/+4
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg5-78/+46
2016-02-24mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach3-0/+51
2016-02-24mac80211: Recalc min chandef when station is associatedIlan Peer2-5/+6
2016-02-24mac80211: allow drivers to report (non-)monitor framesGrzegorz Bajorski1-2/+3
2016-02-24mac80211: support hw managing reorder logicSara Sharon3-11/+35
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon5-52/+83
2016-01-14cfg80211/mac80211: use to_delayed_workGeliang Tang1-2/+1
2016-01-14mac80211: pass RX aggregation window size to driverSara Sharon1-1/+1
2016-01-14mac80211: add flag for duplication checkSara Sharon1-0/+3
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon6-0/+52
2015-12-18Merge 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-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