summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg-1/+10
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg-2/+6
2016-09-12mac80211: make mpath path fixing more robustPedersen, Thomas-2/+3
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau-32/+33
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau-2/+2
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov-3/+4
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul-1/+1
2016-08-05mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma-7/+7
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau-4/+4
2016-08-03mac80211: mesh: flush stations before beacons are stoppedMaital Hahn-4/+6
2016-08-02mac80211: fix check for buffered powersave frames with txqFelix Fietkau-1/+1
2016-07-06cfg80211: Add mesh peer AID setting APIMasashi Honma-0/+1
2016-07-06mac80211: parse wide bandwidth channel switch IE with workaroundJohannes Berg-28/+17
2016-07-06mac80211: report failure to start (partial) scan as scan abortJohannes Berg-2/+3
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern-8/+35
2016-07-06nl80211: support beacon report scanningAvraham Stern-2/+7
2016-07-06mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg-0/+18
2016-06-30mac80211: fix fq lockdep warningsMichal Kazior-0/+4
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland-23/+13
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma-2/+11
2016-06-30mac80211: silence an uninitialized variable warningDan Carpenter-0/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+5
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen-2/+5
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller-95/+573
2016-06-09mac80211: implement codel on fair queuing flowsMichal Kazior-1/+113
2016-06-09mac80211: add debug knobs for fair queuingMichal Kazior-0/+173
2016-06-09mac80211: implement fair queueing per txqMichal Kazior-64/+162
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior-45/+66
2016-05-31mac80211: add vht cap decode to debugfsBen Greear-2/+76
2016-05-31mac80211: fix fast_tx header alignmentFelix Fietkau-1/+1
2016-05-31mac80211: mesh: flush mesh paths unconditionallyBob Copeland-0/+4
2016-05-12Merge tag 'mac80211-next-for-davem-2016-05-12' of git://git.kernel.org/pub/sc...David S. Miller-30/+61
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg-26/+44
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon-4/+12
2016-05-12mac80211: remove disconnected APs from BSS tableDavid Spinadel-0/+5
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2016-04-27mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg-106/+106
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+86
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney-1/+1
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau-0/+54
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau-0/+166
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg-46/+138
2016-04-06mac80211: add fast-rx pathJohannes Berg-3/+409
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg-29/+54
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg-49/+77
2016-04-06mac80211: add separate last_ack variableJohannes Berg-9/+24
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg-6/+0
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg-10/+12
2016-04-06mac80211: move semicolon out of CALL_RXH macroJohannes Berg-17/+17