aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2014-05-06cfg80211: export interface stopping functionMichal Kazior1-2/+2
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-28/+0
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-2/+5
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-1/+2
2014-02-21cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()Luciano Coelho1-0/+6
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-3/+3
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-0/+1
2013-12-04nl80211: allow the use of DFS channel in meshChun-Yeow Yeoh1-2/+11
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-2/+1
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-1/+4
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan1-0/+10
2013-06-11{nl,cfg}80211: make peer link expiration time configurableColleen Twitty1-0/+2
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-2/+0
2013-05-16cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty1-0/+1
2013-03-06nl80211: explicit userspace MPMThomas Pedersen1-0/+1
2013-03-06cfg80211: move exported event functions into nl80211Johannes Berg1-14/+0
2013-01-16{cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch1-0/+3
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch1-0/+5
2012-12-03cfg80211: fix channel error on mesh joinMarco Porsch1-1/+2
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-2/+2
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-31/+18
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev1-0/+1
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-5/+5
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior1-0/+12
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior1-4/+14
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalChun-Yeow Yeoh1-0/+2
2012-06-14{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeoutChun-Yeow Yeoh1-0/+4
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-13/+13
2012-06-05cfg80211: provide channel to join_mesh functionJohannes Berg1-2/+89
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan1-0/+1
2012-04-10{nl,cfg}80211: Support for mesh synchronizationJavier Cardona1-0/+3
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan1-0/+3
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh1-0/+1
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen1-0/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-24{nl,cfg,mac}80211: let userspace make meshif mesh gateJavier Cardona1-0/+1
2011-08-24{nl,cfg,mac}80211: let userspace set RANN intervalJavier Cardona1-0/+2
2011-04-12nl80211: New notification to discover mesh peer candidates.Javier Cardona1-0/+14
2011-04-12mac80211: ignore peers if security is enabled for this meshJavier Cardona1-0/+1
2011-04-12cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona1-0/+4
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona1-2/+2
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-11/+13
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-0/+140