summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-221-1/+2
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-1/+1
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-1/+2
| |\ \
| | * | mac80211: Don't restart sta-timer if not associated.Ben Greear2013-03-241-1/+2
* | | | mac80211: parse VHT channel switch IEsJohannes Berg2013-04-161-2/+2
| |_|/ |/| |
* | | mac80211: check DSSS params IE length in parserJohannes Berg2013-04-081-1/+1
|/ /
* | mac80211: remove a few set but unused variablesJohannes Berg2013-03-111-4/+1Star
* | mac80211: support userspace MPMThomas Pedersen2013-03-061-1/+1
* | mac80211: cleanup suspend/resume on mesh modeStanislaw Gruszka2013-03-061-55/+2Star
|/
* mac80211: don't spam mesh probe response messagesThomas Pedersen2013-02-181-1/+0Star
* mac80211: clean up mesh codeJohannes Berg2013-02-151-54/+61
* mac80211: generate mesh probe responsesThomas Pedersen2013-02-151-0/+60
* mac80211: cache mesh beaconThomas Pedersen2013-02-151-3/+151
* mac80211: consolidate MBSS change notificationThomas Pedersen2013-02-151-1/+1
* mac80211: Add the DS Params for mesh to every bandEmanuel Taube2013-02-111-9/+4Star
* mac80211: fix mesh sta teardownThomas Pedersen2013-02-111-0/+25
* mac80211: mesh power save basicsMarco Porsch2013-02-041-0/+33
* mac80211: dynamic short slot time for MBSSsThomas Pedersen2013-01-291-5/+0Star
* {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-161-1/+0Star
* mac80211: assign bss_conf.bssid only onceJohannes Berg2013-01-031-0/+3
* mac80211: track enable_beacon explicitlyJohannes Berg2013-01-031-0/+3
* mac80211: remove a bit of dead mesh codeJohannes Berg2013-01-031-5/+0Star
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-1/+1
* mac80211: use short slot time in mesh for 5GHzChun-Yeow Yeoh2013-01-031-7/+14
* mac80211: RMC buckets are just list headsThomas Pedersen2013-01-031-4/+4
* mac80211: convert to channel definition structJohannes Berg2012-11-261-17/+11Star
* mac80211: move Mesh Capability field definition to ieee80211.hMarco Porsch2012-11-261-4/+4
* mac80211: mesh STAs only process mesh beaconsThomas Pedersen2012-10-231-4/+5
* mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan2012-10-171-1/+1
* mac80211: use channel contextsJohannes Berg2012-10-171-9/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-241-9/+19
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-211-9/+19
| |\
| | * mac80211: mesh: don't use global channel typeJohannes Berg2012-08-201-5/+6
| | * mac80211: improve cleanup when leaving meshThomas Pedersen2012-08-031-1/+5
| | * mac80211: manage carrier state in meshJohannes Berg2012-07-311-0/+4
| | * mac80211: use oper_channel in meshJohannes Berg2012-07-311-3/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-151-8/+13
|\| |
| * | mac80211: fix unnecessary beacon update after peering status changeMarco Porsch2012-08-131-8/+13
| |/
* | mac80211: cancel mesh path timerJohannes Berg2012-08-011-0/+1
* | mac80211: clear timer bits when disconnectingJohannes Berg2012-08-011-0/+2
|/
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* mac80211: clean up debuggingJohannes Berg2012-06-241-4/+0Star
* mac80211: invoke the timer only with correct dot11MeshHWMPRootMode valueChun-Yeow Yeoh2012-06-181-1/+1
* mac80211: implement the proactive PREQ generationChun-Yeow Yeoh2012-06-141-2/+8
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-2/+4
|\
| * mac80211: Fix don't use '>' operator for matching channel typesAshok Nagarajan2012-05-161-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-151-4/+14
|\|
| * {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-091-0/+3
| * mac80211: Allow nonHT/HT peering in meshAshok Nagarajan2012-05-091-3/+9