| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-23 | wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c | Julian Vetter | 1 | -1/+1 |
| 2024-10-08 | mac80211: Reorganize kerneldoc parameter names | Julia Lawall | 1 | -5/+5 |
| 2024-08-27 | wifi: mac80211: remove redundant unlikely() around IS_ERR() | Zhang Changzhong | 1 | -1/+1 |
| 2024-05-29 | wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects | Nicolas Escande | 1 | -0/+13 |
| 2024-04-17 | wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded | Felix Fietkau | 1 | -9/+22 |
| 2024-02-21 | wifi: mac80211: clean up assignments to pointer cache. | Colin Ian King | 1 | -5/+1 |
| 2023-12-12 | wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP | Andrei Otcheretianski | 1 | -4/+4 |
| 2023-10-23 | wifi: mac80211: mesh: fix some kdoc warnings | Benjamin Berg | 1 | -7/+13 |
| 2023-09-11 | wifi: mac80211: fix RCU usage warning in mesh fast-xmit | Johannes Berg | 1 | -1/+1 |
| 2023-03-22 | wifi: mac80211: mesh fast xmit support | Felix Fietkau | 1 | -0/+282 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-11-02 | wifi: mac80211: Fix ack frame idr leak when mesh has no route | Nicolas Cavallari | 1 | -1/+1 |
| 2022-01-04 | mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh | Pavel Skripkin | 1 | -58/+31 |
| 2021-09-27 | mac80211: check return value of rhashtable_init | MichelleJin | 1 | -1/+4 |
| 2021-06-23 | mac80211: fix some spelling mistakes | Zheng Yongjun | 1 | -1/+1 |
| 2020-12-04 | mac80211: mesh: fix mesh_pathtbl_init() error path | Eric Dumazet | 1 | -3/+1 |
| 2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
| 2020-07-30 | mac80211: mesh: Free pending skb when destroying a mpath | Remi Pommarel | 1 | -0/+1 |
| 2020-07-13 | net: mac80211: kerneldoc fixes | Andrew Lunn | 1 | -3/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-04-26 | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -1/+1 |
| 2019-04-26 | mac80211: mesh: drop redundant rcu_read_lock/unlock calls | Felix Fietkau | 1 | -1/+1 |
| 2019-03-29 | mac80211: fix unaligned access in mesh table hash function | Felix Fietkau | 1 | -1/+1 |
| 2019-02-22 | mac80211: Use rhashtable_lookup_get_insert_fast instead of racy code | Herbert Xu | 1 | -16/+8 |
| 2019-02-18 | mac80211: mesh: fix missing unlock on error in table_path_del() | Wei Yongjun | 1 | -1/+1 |
| 2019-02-15 | mac80211: Free mpath object when rhashtable insertion fails | Herbert Xu | 1 | -8/+9 |
| 2019-02-15 | mac80211: Use linked list instead of rhashtable walk for mesh tables | Herbert Xu | 1 | -101/+37 |
| 2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 1 | -24/+10 |
| 2017-11-20 | mac80211: Convert timers to use timer_setup() | Kees Cook | 1 | -2/+1 |
| 2017-03-16 | mac80211: Use setup_timer instead of init_timer for mesh path | Ondřej Lysoněk | 1 | -3/+2 |
| 2017-03-06 | mac80211: use DECLARE_EWMA for mesh_fail_avg | Manoharan, Rajkumar | 1 | -0/+3 |
| 2016-09-12 | mac80211: make mpath path fixing more robust | Pedersen, Thomas | 1 | -1/+1 |
| 2016-04-05 | mac80211: mesh: embed gates hlist head directly | Bob Copeland | 1 | -14/+4 |
| 2016-04-05 | mac80211: mesh: fix crash in mesh_path_timer | Bob Copeland | 1 | -15/+18 |
| 2016-04-05 | mac80211: mesh: convert path table to rhashtable | Bob Copeland | 1 | -532/+254 |
| 2016-04-05 | mac80211: mesh: embed known gates list in struct mesh_path | Bob Copeland | 1 | -56/+44 |
| 2016-04-05 | mac80211: mesh: factor out common mesh path allocation code | Bob Copeland | 1 | -23/+28 |
| 2016-04-05 | mac80211: mesh: don't hash sdata in mpath tables | Bob Copeland | 1 | -10/+8 |
| 2016-04-05 | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 1 | -102/+79 |
| 2016-02-24 | mac80211: Unify mesh and mpp path removal function | Henning Rogge | 1 | -36/+41 |
| 2016-02-24 | mac80211: let unused MPP table entries timeout | Henning Rogge | 1 | -0/+51 |
| 2016-02-24 | mac80211: Remove MPP table entries with MPath | Henning Rogge | 1 | -0/+26 |
| 2016-02-24 | mac80211: mesh: drop constant field mean_chain_len | Bob Copeland | 1 | -6/+3 |
| 2015-12-04 | mac80211: mesh: print MAC address instead of pointer | Johannes Berg | 1 | -2/+2 |
| 2015-11-17 | mac80211: mesh: fix call_rcu() usage | Johannes Berg | 1 | -4/+4 |
| 2014-10-09 | mac80211: implement cfg80211_ops to query mesh proxy path table | Henning Rogge | 1 | -0/+31 |
| 2014-08-27 | mac80211: Replace rcu_dereference() with rcu_access_pointer() | Andreea-Cristina Bernat | 1 | -2/+2 |
| 2014-04-29 | mac80211: remove BUG_ON usage | Johannes Berg | 1 | -2/+4 |
| 2013-11-25 | mac80211: use put_unaligned_le in mesh when necessary | Chun-Yeow Yeoh | 1 | -4/+3 |
| 2013-04-08 | mac80211: return new mpath from mesh_path_add() | Bob Copeland | 1 | -28/+28 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -28/+17 |
| 2013-02-15 | mac80211: clean up mesh code | Johannes Berg | 1 | -43/+46 |
| 2013-02-15 | mac80211: constify IE parsing | Johannes Berg | 1 | -5/+6 |
| 2013-02-04 | mac80211: mesh power save basics | Marco Porsch | 1 | -0/+1 |
| 2012-08-20 | mac80211: clean up mpath_move_to_queue() | Thomas Pedersen | 1 | -16/+18 |
| 2012-08-20 | mac80211: use skb_queue_walk() in mesh_path_assign_nexthop | Thomas Pedersen | 1 | -7/+1 |
| 2012-07-31 | mac80211: use eth_broadcast_addr | Johannes Berg | 1 | -1/+1 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -2/+2 |
| 2012-06-24 | mac80211: clean up debugging | Johannes Berg | 1 | -18/+12 |
| 2012-06-05 | net: mac80211: Convert printk(KERN_DEBUG to pr_debug | Joe Perches | 1 | -1/+1 |
| 2012-05-09 | mac80211: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -6/+6 |
| 2012-04-12 | mac80211: fix the assignment of PREQ's MAC address for Proactive RANN | Chun-Yeow Yeoh | 1 | -0/+2 |
| 2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -19/+21 |
| 2012-03-07 | mac80211: fix smatch lock errors in mesh | Thomas Pedersen | 1 | -10/+10 |
| 2012-03-05 | mac80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 1 | -6/+8 |
| 2012-02-21 | mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() | Paul E. McKenney | 1 | -7/+1 |
| 2012-02-08 | mac80211: rename mesh static path_lookup() | Luis R. Rodriguez | 1 | -3/+3 |
| 2011-11-28 | mac80211: don't initiate path discovery when forwarding frame with unknown DA | Thomas Pedersen | 1 | -27/+0 |
| 2011-11-28 | mac80211: failed forwarded mesh frame addressing | Thomas Pedersen | 1 | -2/+4 |
| 2011-11-21 | mac80211: fix RCU warnings in mesh | Johannes Berg | 1 | -22/+5 |
| 2011-11-09 | mac80211: simplify mesh frame queue mapping and QoS | Javier Cardona | 1 | -3/+0 |
| 2011-09-19 | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-... | John W. Linville | 1 | -78/+114 |
| 2011-09-14 | mac80211: Mesh data frames must have the QoS header | Javier Cardona | 1 | -1/+1 |
| 2011-09-14 | mac80211: Start implementing QoS support for mesh interfaces | Javier Cardona | 1 | -0/+4 |
| 2011-09-13 | mac80211: handle allocation failures in mesh_pathtbl_init() | Dan Carpenter | 1 | -2/+17 |
| 2011-09-13 | mac80211: Consolidate mesh path duplicated functions | Javier Cardona | 1 | -42/+28 |
| 2011-09-13 | mac80211: Consolidate {mesh,mpp}_path_flush into one function | Javier Cardona | 1 | -39/+26 |
| 2011-09-13 | mac80211: Don't iterate twice over all mpaths when once in sufficient | Javier Cardona | 1 | -27/+37 |
| 2011-09-13 | mac80211: Remove redundant mesh path expiration checks | Javier Cardona | 1 | -6/+3 |
| 2011-09-13 | mac80211: Improve mpath state locking | Javier Cardona | 1 | -10/+4 |
| 2011-09-13 | mac80211: Remove mesh paths when an interface is removed | Javier Cardona | 1 | -1/+39 |
| 2011-09-13 | mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() | Javier Cardona | 1 | -1/+6 |
| 2011-09-13 | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next... | John W. Linville | 1 | -4/+4 |
| 2011-08-29 | mac80211: refactor skb copy to failq in mesh_path_move_to_queue | John W. Linville | 1 | -4/+4 |
| 2011-08-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -8/+297 |
| 2011-08-26 | mac80211: mesh gate fixes | Thomas Pedersen | 1 | -6/+4 |
| 2011-08-24 | mac80211: mesh gate implementation | Javier Cardona | 1 | -0/+284 |
| 2011-08-24 | mac80211: fix mesh path flushing | Javier Cardona | 1 | -2/+1 |
| 2011-08-24 | mac80211: mesh locking fixes | Javier Cardona | 1 | -2/+2 |
| 2011-08-24 | mac80211: fix mpath timer NULL function | Javier Cardona | 1 | -2/+4 |
| 2011-08-24 | mac80211: improve mpath debugging | Javier Cardona | 1 | -0/+6 |
| 2011-08-22 | mac80211: update mesh path selection frame format | Thomas Pedersen | 1 | -4/+4 |
| 2011-08-12 | net: cleanup some rcu_dereference_raw | Eric Dumazet | 1 | -2/+2 |
| 2011-07-05 | mac80211: fix smatch complains | Christian Lamparter | 1 | -2/+2 |
| 2011-05-24 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next... | John W. Linville | 1 | -76/+128 |
| 2011-05-19 | mac80211: Don't sleep when growing the mesh path | Javier Cardona | 1 | -3/+3 |
| 2011-05-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -36/+87 |
| 2011-05-16 | mac80211: annotate and fix RCU in mesh code | Johannes Berg | 1 | -52/+102 |
| 2011-05-16 | mac80211: fix and simplify mesh locking | Johannes Berg | 1 | -22/+22 |
| 2011-05-16 | mac80211: Deactivate mesh path timers when freeing nodes | Javier Cardona | 1 | -1/+3 |
| 2011-05-12 | mac80211: mesh: move some code to make it static | Johannes Berg | 1 | -7/+53 |
| 2011-05-11 | mac80211: Fix locking bug on mesh path table access | Javier Cardona | 1 | -26/+28 |
| 2011-05-11 | mac80211: Check size of a new mesh path table for changes since allocation. | Javier Cardona | 1 | -3/+6 |
| 2011-04-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -24/+25 |
| 2011-04-13 | mac80211: Allocate new mesh path and portal tables before taking locks | cozybit Inc | 1 | -24/+25 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2010-12-06 | nl80211/mac80211: define and allow configuring mesh element TTL | Javier Cardona | 1 | -3/+4 |
| 2010-06-14 | mac80211: use common work struct | Johannes Berg | 1 | -2/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-12-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -3/+3 |
| 2009-12-21 | mac80211: reduce reliance on netdev | Johannes Berg | 1 | -3/+3 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -2/+2 |
| 2009-11-19 | mac80211: fix endianess on mesh_path_error_tx() calls | Rui Paulo | 1 | -2/+2 |
| 2009-11-18 | mac80211: use fixed broadcast address | Johannes Berg | 1 | -1/+2 |
| 2009-11-13 | mac80211: update copyrights to 2009 | Rui Paulo | 1 | -1/+1 |
| 2009-11-13 | mac80211: replace "destination" with "target" to follow the spec | Rui Paulo | 1 | -6/+6 |
| 2009-11-13 | mac80211: update PERR frame format | Rui Paulo | 1 | -2/+4 |
| 2009-08-14 | mac80211: Move mpath and mpp growth to mesh workqueue. | Javier Cardona | 1 | -36/+110 |
| 2009-08-14 | nl80211: add generation number to all dumps | Johannes Berg | 1 | -0/+5 |
| 2009-07-24 | mac80211: Fix regression in mesh forwarding path. | Javier Cardona | 1 | -5/+3 |
| 2009-07-24 | mac80211: Assign next hop address to pending mesh frames | Javier Cardona | 1 | -0/+18 |
| 2009-07-21 | mac80211: use correct address for mesh Path Error | Javier Cardona | 1 | -3/+5 |
| 2009-07-21 | mac80211: disable mesh | Johannes Berg | 1 | -0/+3 |
| 2008-09-24 | mac80211: mesh portal functionality support | YanBo | 1 | -1/+126 |
| 2008-09-15 | mac80211: split off mesh handling entirely | Johannes Berg | 1 | -4/+4 |
| 2008-08-22 | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate | Jasper Bryant-Greene | 1 | -41/+35 |
| 2008-08-07 | mac80211: fix use of skb->cb for mesh forwarding | Luis Carlos Cobo | 1 | -7/+4 |
| 2008-06-30 | build algorithms into the mac80211 module | Adrian Bunk | 1 | -1/+0 |
| 2008-05-21 | mac80211: Do not report false error from mesh_path_add. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-05-21 | mac80211: Fix sleeping allocation under lock in mesh_path_node_copy. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-05-21 | mac80211: Report allocation failure from mesh_path_node_copy. | Pavel Emelyanov | 1 | -1/+4 |
| 2008-05-21 | mac80211: Prepare mesh_table_grow to failing copy_node callback. | Pavel Emelyanov | 1 | -1/+2 |
| 2008-05-21 | mac80211: Fix one more call to synchronize_rcu in atomic context. | Pavel Emelyanov | 1 | -1/+0 |
| 2008-05-21 | mac80211: Brush up error paths in mesh_path_add. | Pavel Emelyanov | 1 | -22/+20 |
| 2008-05-12 | Fix potential scheduling while atomic in mesh_path_add. | Pavel Emelyanov | 1 | -1/+2 |
| 2008-05-12 | Fix not checked kmalloc() result. | Pavel Emelyanov | 1 | -1/+7 |
| 2008-05-12 | Fix GFP_KERNEL allocation under read lock. | Pavel Emelyanov | 1 | -3/+3 |
| 2008-03-06 | mac80211: fix mesh_path and sta_info get_by_idx functions | Luis Carlos Cobo | 1 | -2/+5 |
| 2008-03-06 | mac80211: add PLINK_ prefix and kernel doc to enum plink_state | Luis Carlos Cobo | 1 | -3/+3 |
| 2008-03-06 | mac80211: always force mesh_path deletions | Luis Carlos Cobo | 1 | -16/+8 |
| 2008-03-06 | mac80211: delete mesh_path timer on mesh_path removal | Luis Carlos Cobo | 1 | -0/+1 |
| 2008-03-06 | mac80211: don't clear next_hop in path reclaim | Johannes Berg | 1 | -1/+0 |
| 2008-03-06 | mac80211: RCU-ify STA info structure access | Johannes Berg | 1 | -16/+14 |
| 2008-03-06 | mac80211: export mesh_plink_broken | Johannes Berg | 1 | -0/+1 |
| 2008-03-06 | mac80211: mesh path table implementation | Luis Carlos Cobo | 1 | -0/+522 |