summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas2016-09-305-6/+60
* mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen2016-09-301-0/+19
* mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen2016-09-301-0/+8
* mac80211: Add API to report NAN function matchAyala Beker2016-09-301-0/+25
* mac80211: Implement add_nan_func and rm_nan_funcAyala Beker2016-09-307-3/+273
* mac80211: implement nan_change_confAyala Beker2016-09-304-0/+93
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-308-4/+131
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-306-0/+14
* mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen2016-09-301-45/+45
* 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/+0
| * mac80211: remove pointless chanctx NULL checkJohannes Berg2016-09-151-4/+0
| * mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0
| * 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/+1
| * mac80211: simplify TDLS RA lookupJohannes Berg2016-09-131-11/+4
| * mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-135-129/+117
| * 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/+2
* | 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/+17
* 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/+13
* 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