aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-24mac80211: clean up debuggingJohannes Berg1-18/+12
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-1/+1
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-6/+6
2012-04-12mac80211: fix the assignment of PREQ's MAC address for Proactive RANNChun-Yeow Yeoh1-0/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+21
2012-03-07mac80211: fix smatch lock errors in meshThomas Pedersen1-10/+10
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-6/+8
2012-02-21mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney1-7/+1
2012-02-08mac80211: rename mesh static path_lookup()Luis R. Rodriguez1-3/+3
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen1-27/+0
2011-11-28mac80211: failed forwarded mesh frame addressingThomas Pedersen1-2/+4
2011-11-21mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-09mac80211: simplify mesh frame queue mapping and QoSJavier Cardona1-3/+0
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville1-78/+114
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona1-1/+1
2011-09-14mac80211: Start implementing QoS support for mesh interfacesJavier Cardona1-0/+4
2011-09-13mac80211: handle allocation failures in mesh_pathtbl_init()Dan Carpenter1-2/+17
2011-09-13mac80211: Consolidate mesh path duplicated functionsJavier Cardona1-42/+28
2011-09-13mac80211: Consolidate {mesh,mpp}_path_flush into one functionJavier Cardona1-39/+26
2011-09-13mac80211: Don't iterate twice over all mpaths when once in sufficientJavier Cardona1-27/+37
2011-09-13mac80211: Remove redundant mesh path expiration checksJavier Cardona1-6/+3
2011-09-13mac80211: Improve mpath state lockingJavier Cardona1-10/+4
2011-09-13mac80211: Remove mesh paths when an interface is removedJavier Cardona1-1/+39
2011-09-13mac80211: Fix RCU pointer dereference in mesh_path_discard_frame()Javier Cardona1-1/+6
2011-09-13Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-4/+4
2011-08-29mac80211: refactor skb copy to failq in mesh_path_move_to_queueJohn W. Linville1-4/+4
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+297
2011-08-26mac80211: mesh gate fixesThomas Pedersen1-6/+4
2011-08-24mac80211: mesh gate implementationJavier Cardona1-0/+284
2011-08-24mac80211: fix mesh path flushingJavier Cardona1-2/+1
2011-08-24mac80211: mesh locking fixesJavier Cardona1-2/+2
2011-08-24mac80211: fix mpath timer NULL functionJavier Cardona1-2/+4
2011-08-24mac80211: improve mpath debuggingJavier Cardona1-0/+6
2011-08-22mac80211: update mesh path selection frame formatThomas Pedersen1-4/+4
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-2/+2
2011-07-05mac80211: fix smatch complainsChristian Lamparter1-2/+2
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-76/+128
2011-05-19mac80211: Don't sleep when growing the mesh pathJavier Cardona1-3/+3
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-36/+87
2011-05-16mac80211: annotate and fix RCU in mesh codeJohannes Berg1-52/+102
2011-05-16mac80211: fix and simplify mesh lockingJohannes Berg1-22/+22
2011-05-16mac80211: Deactivate mesh path timers when freeing nodesJavier Cardona1-1/+3
2011-05-12mac80211: mesh: move some code to make it staticJohannes Berg1-7/+53
2011-05-11mac80211: Fix locking bug on mesh path table accessJavier Cardona1-26/+28
2011-05-11mac80211: Check size of a new mesh path table for changes since allocation.Javier Cardona1-3/+6
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-24/+25
2011-04-13mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc1-24/+25
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-06nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona1-3/+4
2010-06-14mac80211: use common work structJohannes Berg1-2/+2