summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add missing documentation for rate_ctrl_lockJohannes Berg2015-05-061-0/+2
* mac80211: validate cipher scheme PN length betterJohannes Berg2015-05-062-5/+10
* mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-063-4/+12
* mac80211: extend get_tkip_seq to all keysJohannes Berg2015-05-063-57/+87
* mac80211: remove useless skb->encapsulation checkJohannes Berg2015-05-051-6/+2Star
* mac80211: make LED triggering depend on activationJohannes Berg2015-05-054-100/+194
* mac80211: make LED trigger names constJohannes Berg2015-05-051-8/+9
* mac80211: clean up station debugfsJohannes Berg2015-05-051-84/+0Star
* mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-054-7/+1Star
* mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-055-27/+31
* mac80211: clean up global debugfs statisticsJohannes Berg2015-05-053-52/+28Star
* mac80211: force off channel transmission for public action framesMatti Gottlieb2015-04-241-1/+7
* mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach2015-04-241-0/+9
* mac80211: notify the driver upon BAR RxEmmanuel Grumbach2015-04-241-0/+8
* mac80211: fix ignored HT/VHT override configsChaya Rachel Ivgi2015-04-241-21/+36
* mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-243-12/+70
* mac80211: don't update dev->trans_startJohannes Berg2015-04-241-2/+0Star
* mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg2015-04-241-5/+1Star
* mac80211: clean up/rename prepare_for_handlers()Johannes Berg2015-04-241-44/+36Star
* mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg2015-04-242-42/+5Star
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-244-49/+12Star
* mac80211: make station hash table max_size configurableJohannes Berg2015-04-232-0/+11
* mac80211: allow segmentation offloadsJohannes Berg2015-04-222-25/+48
* mac80211: allow drivers to support S/GJohannes Berg2015-04-222-1/+7
* mac80211: allow checksum offload only in fast-xmitJohannes Berg2015-04-221-4/+20
* mac80211: extend fast-xmit to cover IBSSJohannes Berg2015-04-221-0/+7
* mac80211: extend fast-xmit for more ciphersJohannes Berg2015-04-222-6/+44
* mac80211: extend fast-xmit to driver fragmentationJohannes Berg2015-04-221-1/+2
* mac80211: add TX fastpathJohannes Berg2015-04-228-2/+475
* mac80211: lock rate controlJohannes Berg2015-04-204-5/+20
* mac80211: introduce plink lock for plink fieldsBob Copeland2015-04-203-18/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-1538-1297/+1928
|\
| * Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...David S. Miller2015-04-1319-365/+969
| |\
| | * cfg80211: move IE split utilities here from mac80211Johannes Berg2015-04-072-44/+0Star
| | * mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-0111-19/+350
| | * mac80211: reduce log spam from ieee80211_handle_pwr_constrJohn Linville2015-04-011-7/+7
| | * mac80211: add standard deviation to Minstrel statsThomas Huehn2015-04-014-18/+56
| | * mac80211: reduce calculation costs of EWMAThomas Huehn2015-04-011-1/+6
| | * mac80211: add max lossless throughput per rateThomas Huehn2015-04-016-69/+93
| | * mac80211: restructure per-rate throughput calculation into functionThomas Huehn2015-04-016-61/+88
| | * mac80211: improve Minstrel variable & function namingThomas Huehn2015-04-016-95/+98
| | * mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn2015-04-013-43/+32Star
| | * mac80211: add new Minstrel-HT statistic output via csvThomas Huehn2015-04-012-2/+138
| | * mac80211: add new Minstrel statistic output via csvThomas Huehn2015-04-012-14/+82
| | * mac80211: enhance readability of Minstrel-HTs rc_stats outputThomas Huehn2015-04-011-15/+34
| | * mac80211: enhance readability of Minstrels rc_stats outputThomas Huehn2015-04-011-5/+13
| | * mac80211: use rhashtable for station tableJohannes Berg2015-04-016-85/+85
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-023-5/+12
| |\ \ | | |/ | |/|
| * | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-3133-932/+959
| |\ \
| | * | mac80211: set QoS capability before changing station stateJohannes Berg2015-03-301-4/+4