aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_hwmp.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-3/+17
* mac80211: remove pointless mesh path timer RCU codeJohannes Berg2011-05-121-14/+3
* mac80211: Only process mesh PREPs with equal seq number if metric is better.Fabrice Deyber2011-05-111-1/+0
* mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-4/+0
* nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-061-4/+5
* mac80211: use common work structJohannes Berg2010-06-141-2/+2
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-2/+2
|\
| * mac80211: Moved mesh action codes to a more visible locationJavier Cardona2010-04-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-2/+2
|\ \ | |/
| * mac80211: fix PREQ processing and one small bugPorsch, Marco2010-03-301-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-251-10/+10
|\
| * mac80211: reduce reliance on netdevJohannes Berg2009-12-211-9/+9
| * mac80211: make station management completely depend on vifJohannes Berg2009-12-211-1/+1
* | mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2009-12-101-1/+1
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-8/+7
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-2/+2
* mac80211: use fixed broadcast addressJohannes Berg2009-11-181-9/+11
* mac80211: update copyrights to 2009Rui Paulo2009-11-131-1/+1
* mac80211: implement a timer to send RANN action framesRui Paulo2009-11-131-0/+11
* mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-131-109/+112
* mac80211: properly forward the RANN IERui Paulo2009-11-131-1/+3
* mac80211: update PERR frame formatRui Paulo2009-11-131-9/+49
* mac80211: implement RANN processing and forwardingRui Paulo2009-11-131-8/+71
* mac80211: improve HWMP debuggingRui Paulo2009-11-111-6/+5
* mac80211: allow processing of more than one HWMP IERui Paulo2009-11-111-22/+25
* mac80211: add MAC80211_VERBOSE_MHWMP_DEBUGRui Paulo2009-11-111-4/+15
* mac80211: update the format of path selection framesRui Paulo2009-11-111-1/+1
* mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky2009-10-271-1/+1
* mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker2009-08-201-0/+3
* mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona2009-08-201-0/+18
* mac80211: Mark a destination sequence number as valid when a PREQ is received.David Woo2009-08-141-2/+3
* mac80211: Use correct sign for mesh active path refresh.Andrey Yurovsky2009-08-141-1/+1
* mac80211: Improve dequeing from mpath frame queue.Javier Cardona2009-08-141-4/+2
* mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez2009-08-141-2/+2
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-2/+2
* mac80211: Fix regression in mesh forwarding path.Javier Cardona2009-07-241-1/+2
* mac80211: mesh: fix two small problemsJohannes Berg2009-07-241-3/+3
* mac80211: fix allocation in mesh_queue_preqAndrey Yurovsky2009-07-071-1/+1
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-1/+7
* mac80211: fix RX aggregation timeoutsJohannes Berg2009-02-131-1/+0
* mac80211: trivial documentation fix (mesh_nexthop_lookup()).Rami Rosen2009-01-291-1/+1
* mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen2009-01-291-2/+2
* net: remove redundant argument commentsQinghuang Feng2008-11-211-1/+0
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-1/+5
* mac80211: move txrate_idx into RC algorithmsJohannes Berg2008-09-151-1/+1
* mac80211: share STA information with driverJohannes Berg2008-09-151-4/+4
* mac80211: split off mesh handling entirelyJohannes Berg2008-09-151-49/+49
* mac80211: move frame TX functionJohannes Berg2008-09-111-2/+2