summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-236-39/+54
|\
| * mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2016-09-152-1/+10
| * mac80211: check skb_linearize() return valueJohannes Berg2016-09-141-2/+6
| * mac80211: make mpath path fixing more robustPedersen, Thomas2016-09-122-2/+3
| * mac80211: fix sequence number assignment for PS response framesFelix Fietkau2016-09-121-32/+33
| * mac80211: fix tim recalculation after PS responseFelix Fietkau2016-09-121-2/+2
* | mac80211: Use rhltable instead of rhashtableHerbert Xu2016-09-205-54/+33Star
* | Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1919-198/+274
|\ \
| * | mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach2016-09-161-1/+1
| * | mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2016-09-152-0/+7
| * | mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-152-19/+0Star
| * | mac80211: remove pointless chanctx NULL checkJohannes Berg2016-09-151-4/+0Star
| * | mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0Star
| * | mac80211: fix scan completed tracingJohannes Berg2016-09-151-1/+1
| * | mac80211: fix possible out-of-bounds accessJohannes Berg2016-09-151-4/+8
| * | mac80211: remove useless open_count checkJohannes Berg2016-09-131-2/+1Star
| * | mac80211: simplify TDLS RA lookupJohannes Berg2016-09-131-11/+4Star
| * | mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-135-129/+117Star
| * | mac80211: send delBA on unexpected BlockAck RequestJohannes Berg2016-09-121-0/+6
| * | mac80211: send delBA on unexpected BlockAck data framesJohannes Berg2016-09-123-2/+14
| * | mac80211: add support for radiotap timestamp fieldJohannes Berg2016-09-122-0/+33
| * | mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-125-3/+51
| * | mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-122-2/+8
| * | mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-128-19/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-3/+4
|\ \ \ | |/ / |/| / | |/
| * mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2016-08-301-3/+4
* | mac80211: call get_expected_throughput only after adding stationMaxim Altshul2016-08-112-5/+5
* | mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau2016-08-111-26/+2Star
* | mac80211: mesh: Add support for HW RC implementationMaxim Altshul2016-08-113-12/+40
|/
* mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul2016-08-051-1/+1
* mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma2016-08-051-7/+7
* mac80211: fix purging multicast PS buffer queueFelix Fietkau2016-08-052-4/+4
* mac80211: mesh: flush stations before beacons are stoppedMaital Hahn2016-08-031-4/+6
* mac80211: fix check for buffered powersave frames with txqFelix Fietkau2016-08-021-1/+1
* cfg80211: Add mesh peer AID setting APIMasashi Honma2016-07-061-0/+1
* mac80211: parse wide bandwidth channel switch IE with workaroundJohannes Berg2016-07-061-28/+17Star
* mac80211: report failure to start (partial) scan as scan abortJohannes Berg2016-07-061-2/+3
* mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-062-8/+35
* nl80211: support beacon report scanningAvraham Stern2016-07-061-2/+7
* mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg2016-07-061-0/+18
* mac80211: fix fq lockdep warningsMichal Kazior2016-06-301-0/+4
* mac80211: use common cleanup for user/!user_mpmBob Copeland2016-06-302-23/+13Star
* mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma2016-06-302-2/+11
* mac80211: silence an uninitialized variable warningDan Carpenter2016-06-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-2/+5
|\
| * mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen2016-06-281-2/+5
* | Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-1110-95/+573
|\ \ | |/ |/|
| * mac80211: implement codel on fair queuing flowsMichal Kazior2016-06-092-1/+113
| * mac80211: add debug knobs for fair queuingMichal Kazior2016-06-091-0/+173
| * mac80211: implement fair queueing per txqMichal Kazior2016-06-098-64/+162