aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c
AgeCommit message (Expand)Author
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski
2023-10-23wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg
2023-09-11wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin
2021-09-27mac80211: check return value of rhashtable_initMichelleJin
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel
2020-07-13net: mac80211: kerneldoc fixesAndrew Lunn
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-26mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau
2019-03-29mac80211: fix unaligned access in mesh table hash functionFelix Fietkau
2019-02-22mac80211: Use rhashtable_lookup_get_insert_fast instead of racy codeHerbert Xu
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook
2017-03-16mac80211: Use setup_timer instead of init_timer for mesh pathOndřej Lysoněk
2017-03-06mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar
2016-09-12mac80211: make mpath path fixing more robustPedersen, Thomas
2016-04-05mac80211: mesh: embed gates hlist head directlyBob Copeland
2016-04-05mac80211: mesh: fix crash in mesh_path_timerBob Copeland
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland
2016-04-05mac80211: mesh: embed known gates list in struct mesh_pathBob Copeland
2016-04-05mac80211: mesh: factor out common mesh path allocation codeBob Copeland
2016-04-05mac80211: mesh: don't hash sdata in mpath tablesBob Copeland
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland
2016-02-24mac80211: Unify mesh and mpp path removal functionHenning Rogge
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge
2016-02-24mac80211: Remove MPP table entries with MPathHenning Rogge
2016-02-24mac80211: mesh: drop constant field mean_chain_lenBob Copeland
2015-12-04mac80211: mesh: print MAC address instead of pointerJohannes Berg
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge
2014-08-27mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-04-29mac80211: remove BUG_ON usageJohannes Berg
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh
2013-04-08mac80211: return new mpath from mesh_path_add()Bob Copeland
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-15mac80211: clean up mesh codeJohannes Berg
2013-02-15mac80211: constify IE parsingJohannes Berg
2013-02-04mac80211: mesh power save basicsMarco Porsch
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen