aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-23wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.cJulian Vetter1-1/+1
2024-10-08mac80211: Reorganize kerneldoc parameter namesJulia Lawall1-5/+5
2024-08-27wifi: mac80211: remove redundant unlikely() around IS_ERR()Zhang Changzhong1-1/+1
2024-05-29wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau1-9/+22
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King1-5/+1
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski1-4/+4
2023-10-23wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg1-7/+13
2023-09-11wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg1-1/+1
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau1-0/+282
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari1-1/+1
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin1-58/+31
2021-09-27mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun1-1/+1
2020-12-04mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-30mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel1-0/+1
2020-07-13net: mac80211: kerneldoc fixesAndrew Lunn1-3/+1
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/sc...David 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
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-...John 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...John 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/linvil...John 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...John 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/linvil...John 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/linvil...John 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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-3/+3
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-19mac80211: fix endianess on mesh_path_error_tx() callsRui Paulo1-2/+2
2009-11-18mac80211: use fixed broadcast addressJohannes Berg1-1/+2
2009-11-13mac80211: update copyrights to 2009Rui Paulo1-1/+1
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo1-6/+6
2009-11-13mac80211: update PERR frame formatRui Paulo1-2/+4
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona1-36/+110
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+5
2009-07-24mac80211: Fix regression in mesh forwarding path.Javier Cardona1-5/+3
2009-07-24mac80211: Assign next hop address to pending mesh framesJavier Cardona1-0/+18
2009-07-21mac80211: use correct address for mesh Path ErrorJavier Cardona1-3/+5
2009-07-21mac80211: disable meshJohannes Berg1-0/+3
2008-09-24mac80211: mesh portal functionality supportYanBo1-1/+126
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-4/+4
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-41/+35
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo1-7/+4
2008-06-30build algorithms into the mac80211 moduleAdrian Bunk1-1/+0
2008-05-21mac80211: Do not report false error from mesh_path_add.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Fix sleeping allocation under lock in mesh_path_node_copy.Pavel Emelyanov1-1/+1
2008-05-21mac80211: Report allocation failure from mesh_path_node_copy.Pavel Emelyanov1-1/+4
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov1-1/+2
2008-05-21mac80211: Fix one more call to synchronize_rcu in atomic context.Pavel Emelyanov1-1/+0
2008-05-21mac80211: Brush up error paths in mesh_path_add.Pavel Emelyanov1-22/+20
2008-05-12Fix potential scheduling while atomic in mesh_path_add.Pavel Emelyanov1-1/+2
2008-05-12Fix not checked kmalloc() result.Pavel Emelyanov1-1/+7
2008-05-12Fix GFP_KERNEL allocation under read lock.Pavel Emelyanov1-3/+3
2008-03-06mac80211: fix mesh_path and sta_info get_by_idx functionsLuis Carlos Cobo1-2/+5
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-3/+3
2008-03-06mac80211: always force mesh_path deletionsLuis Carlos Cobo1-16/+8
2008-03-06mac80211: delete mesh_path timer on mesh_path removalLuis Carlos Cobo1-0/+1
2008-03-06mac80211: don't clear next_hop in path reclaimJohannes Berg1-1/+0
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-16/+14
2008-03-06mac80211: export mesh_plink_brokenJohannes Berg1-0/+1
2008-03-06mac80211: mesh path table implementationLuis Carlos Cobo1-0/+522