aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2019-04-26mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau1-1/+1
2019-03-29mac80211: fix unaligned access in mesh table hash functionFelix Fietkau1-1/+1
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu1-16/+8
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu1-101/+37
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-24/+10
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-2/+1
2017-03-16mac80211: Use setup_timer instead of init_timer for mesh pathOndřej Lysoněk1-3/+2
2017-03-06mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar1-0/+3
2016-09-12mac80211: make mpath path fixing more robustPedersen, Thomas1-1/+1
2016-04-05mac80211: mesh: embed gates hlist head directlyBob Copeland1-14/+4
2016-04-05mac80211: mesh: fix crash in mesh_path_timerBob Copeland1-15/+18
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland1-532/+254
2016-04-05mac80211: mesh: embed known gates list in struct mesh_pathBob Copeland1-56/+44
2016-04-05mac80211: mesh: factor out common mesh path allocation codeBob Copeland1-23/+28
2016-04-05mac80211: mesh: don't hash sdata in mpath tablesBob Copeland1-10/+8
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-102/+79
2016-02-24mac80211: Unify mesh and mpp path removal functionHenning Rogge1-36/+41
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge1-0/+51
2016-02-24mac80211: Remove MPP table entries with MPathHenning Rogge1-0/+26
2016-02-24mac80211: mesh: drop constant field mean_chain_lenBob Copeland1-6/+3
2015-12-04mac80211: mesh: print MAC address instead of pointerJohannes Berg1-2/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
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