aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge1-0/+31
2014-08-27mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-2/+2
2014-04-29mac80211: remove BUG_ON usageJohannes Berg1-2/+4
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh1-4/+3
2013-04-08mac80211: return new mpath from mesh_path_add()Bob Copeland1-28/+28
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-28/+17
2013-02-15mac80211: clean up mesh codeJohannes Berg1-43/+46
2013-02-15mac80211: constify IE parsingJohannes Berg1-5/+6
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+1
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen1-16/+18
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen1-7/+1
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
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