aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller10-95/+573
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior2-1/+113
2016-06-09mac80211: add debug knobs for fair queuingMichal Kazior1-0/+173
2016-06-09mac80211: implement fair queueing per txqMichal Kazior8-64/+162
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior6-45/+66
2016-05-31mac80211: add vht cap decode to debugfsBen Greear1-2/+76
2016-05-31mac80211: fix fast_tx header alignmentFelix Fietkau1-1/+1
2016-05-31mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-05-12Merge tag 'mac80211-next-for-davem-2016-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-30/+61
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg1-26/+44
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon1-4/+12
2016-05-12mac80211: remove disconnected APs from BSS tableDavid Spinadel1-0/+5
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-27mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg20-106/+106
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-25/+86
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney1-1/+1
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau1-0/+54
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau5-0/+166
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg4-46/+138
2016-04-06mac80211: add fast-rx pathJohannes Berg7-3/+409
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg3-29/+54
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg3-49/+77
2016-04-06mac80211: add separate last_ack variableJohannes Berg4-9/+24
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg2-6/+0
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg4-10/+12
2016-04-06mac80211: move semicolon out of CALL_RXH macroJohannes Berg1-17/+17
2016-04-06mac80211: count MSDUs in A-MSDU properlyJohannes Berg1-9/+9
2016-04-06mac80211: allow passing transmitter station on RXJohannes Berg1-5/+13
2016-04-05mac80211: mesh: flush paths outside of plink lockBob Copeland1-2/+9
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableBob Copeland3-2/+8
2016-04-05mac80211: mesh: fix mesh path kerneldocBob Copeland1-8/+12
2016-04-05mac80211: mesh: reorder structure membersBob Copeland1-3/+2
2016-04-05mac80211: mesh: embed gates hlist head directlyBob Copeland2-15/+5
2016-04-05mac80211: mesh: use hlist for rmc cacheBob Copeland2-10/+12
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheBob Copeland1-0/+3
2016-04-05mac80211: mesh: fix crash in mesh_path_timerBob Copeland3-15/+25
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker2-0/+33
2016-04-05mac80211: avoid useless memory write on each frame RXJohannes Berg1-3/+4
2016-04-05mac80211: fix cipher scheme function nameJohannes Berg1-4/+4
2016-04-05mac80211: clean up station flags debugfsJohannes Berg2-20/+47
2016-04-05mac80211: don't start dynamic PS timer if not neededJohannes Berg1-5/+5
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg3-17/+15
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan2-3/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon1-17/+30
2016-04-05mac80211: add NETIF_F_RXCSUM to features white listSara Sharon1-1/+1
2016-04-05mac80211: Set global RRM capabilityEmmanuel Grumbach1-0/+2
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau1-7/+16