aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller29-361/+749
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon4-12/+10
2016-02-24mac80211: provide interface to driver to set VHT MU-MIMO dataSara Sharon1-1/+15
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller1-87/+0
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller7-38/+40
2016-02-24mac80211: fix wiphy supported_band accessLorenzo Bianconi1-4/+5
2016-02-24mac80211: fix VHT MU-MIMO frame processingSara Sharon1-4/+6
2016-02-24mac80211: Unify mesh and mpp path removal functionHenning Rogge1-36/+41
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge3-1/+56
2016-02-24mac80211: Remove MPP table entries with MPathHenning Rogge1-0/+26
2016-02-24mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sFelix Fietkau1-3/+0
2016-02-24mac80211: fix memory leakSudip Mukherjee1-0/+1
2016-02-24mac80211: Interoperability workaround for 80+80 and 160 MHz channelsJouni Malinen1-2/+29
2016-02-24mac80211: add API to allow filtering frames in BA sessionsSara Sharon3-0/+88
2016-02-24mac80211: change ieee80211_rx_reorder_ready() argumentsJohannes Berg2-23/+24
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior5-1/+24
2016-02-24mac80211: Parse legacy and HT rate in injected framesSven Eckelmann1-2/+70
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-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-30/+53
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: 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
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