summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-2019-162/+333
|\ \ | |/ |/|
| * mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke2017-04-181-2/+2
| * mac80211: keep a separate list of monitor interfaces that are upJohannes Berg2017-04-184-12/+22
| * mac80211: use common code for monitor options in add/changeJohannes Berg2017-04-131-58/+64
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-8/+7Star
| * mac80211: correct MU-MIMO monitor follow functionalityJohannes Berg2017-04-131-20/+58
| * cfg80211: allow leaving MU-MIMO monitor configuration unchangedJohannes Berg2017-04-131-4/+4
| * mac80211: drop frames too short for FCS earlierJohannes Berg2017-04-131-21/+18Star
| * mac80211: Fix clang warning about constant operand in logical operationMatthias Kaehlcke2017-04-131-2/+4
| * mac80211: mesh: drop new node with weak powerMasashi Honma2017-03-291-2/+8
| * mac80211: Use setup_timer instead of init_timer for mesh pathOndřej Lysoněk2017-03-161-3/+2Star
| * mac80211: reject/clear user rate mask if not usableJohannes Berg2017-03-084-1/+48
| * mac80211: remove ieee80211_tx_rate_control.max_rate_idxJohannes Berg2017-03-071-8/+0Star
| * mac80211: ignore VHT membership selector when parsing ratesJohannes Berg2017-03-071-5/+5
| * mac80211: Use setup_timer instead of init_timerOndřej Lysoněk2017-03-062-12/+12
| * mac80211: fix mesh fail_avg checkManoharan, Rajkumar2017-03-061-2/+4
| * mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg2017-03-062-9/+15
| * mac80211: remove local pointer from rate_ctrl_refJohannes Berg2017-03-062-6/+5Star
| * ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1Johannes Berg2017-03-062-13/+13
| * mac80211: Print text for disassociation reasonArkadiusz Miskiewicz2017-03-061-2/+3
| * mac80211: Add set_cqm_rssi_range_configAndrew Zaborowski2017-03-062-0/+52
| * mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar2017-03-063-7/+22
* | mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-03-291-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-057-16/+36
|\
| * average: change to declare precision, not factorJohannes Berg2017-03-022-2/+2
| * Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-026-14/+34
| |\
| | * mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-02-281-7/+9
| | * mac80211: fix typo in debug printSara Sharon2017-02-271-1/+1
| | * mac80211: shorten debug messageSara Sharon2017-02-271-1/+1
| | * mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-02-271-1/+1
| | * mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-02-271-1/+2
| | * mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-273-3/+18
| | * mac80211: flush delayed work when entering suspendMatt Chen2017-02-271-0/+1
| | * mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
* | | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
|/ /
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-3/+1Star
|\ \
| * | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-3/+1Star
* | | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| |/ |/|
* | Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller2017-02-1014-178/+105Star
|\ \
| * | mac80211: fix CSA in IBSS modeKoen Vandeputte2017-02-091-2/+2
| * | cfg80211: fix NAN bands definitionLuca Coelho2017-02-092-10/+10
| * | cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-081-1/+1
| * | mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-082-7/+11
| * | mac80211: check for allocation failure in debugfs codeDan Carpenter2017-02-081-2/+9
| * | mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel2017-02-083-107/+32Star
| * | mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel2017-02-083-45/+34Star
| * | mac80211: add back lost debugfs filesJohannes Berg2017-02-072-0/+2
| * | mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-263-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-072-4/+4
|\ \ \
| * | | mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-061-1/+1