summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-63/+56
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen-90/+228
2016-09-30mac80211: mesh: decrease max driftPedersen, Thomas-1/+1
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas-6/+60
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen-0/+19
2016-09-30mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen-0/+8
2016-09-30mac80211: Add API to report NAN function matchAyala Beker-0/+25
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker-3/+273
2016-09-30mac80211: implement nan_change_confAyala Beker-0/+93
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker-4/+131
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker-0/+14
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen-45/+45
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-39/+54
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu-54/+33
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller-198/+274
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach-1/+1
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan-0/+7
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg-19/+0
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg-4/+0
2016-09-15mac80211: remove unused assignmentJohannes Berg-1/+0
2016-09-15mac80211: fix scan completed tracingJohannes Berg-1/+1
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg-4/+8
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-13mac80211: remove useless open_count checkJohannes Berg-2/+1
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen-129/+117
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
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-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg-2/+14
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg-0/+33
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld-3/+51
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul-2/+8
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld-19/+23
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov-3/+4
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul-5/+5
2016-08-11mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau-26/+2
2016-08-11mac80211: mesh: Add support for HW RC implementationMaxim Altshul-12/+40
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