Age | Commit message (Expand) | Author |
2017-03-16 | mac80211: Use setup_timer instead of init_timer for mesh path | Ondřej Lysoněk |
2017-03-06 | mac80211: use DECLARE_EWMA for mesh_fail_avg | Manoharan, Rajkumar |
2016-09-12 | mac80211: make mpath path fixing more robust | Pedersen, Thomas |
2016-04-05 | mac80211: mesh: embed gates hlist head directly | Bob Copeland |
2016-04-05 | mac80211: mesh: fix crash in mesh_path_timer | Bob Copeland |
2016-04-05 | mac80211: mesh: convert path table to rhashtable | Bob Copeland |
2016-04-05 | mac80211: mesh: embed known gates list in struct mesh_path | Bob Copeland |
2016-04-05 | mac80211: mesh: factor out common mesh path allocation code | Bob Copeland |
2016-04-05 | mac80211: mesh: don't hash sdata in mpath tables | Bob Copeland |
2016-04-05 | mac80211: mesh: move path tables into if_mesh | Bob Copeland |
2016-02-24 | mac80211: Unify mesh and mpp path removal function | Henning Rogge |
2016-02-24 | mac80211: let unused MPP table entries timeout | Henning Rogge |
2016-02-24 | mac80211: Remove MPP table entries with MPath | Henning Rogge |
2016-02-24 | mac80211: mesh: drop constant field mean_chain_len | Bob Copeland |
2015-12-04 | mac80211: mesh: print MAC address instead of pointer | Johannes Berg |
2015-11-17 | mac80211: mesh: fix call_rcu() usage | Johannes Berg |
2014-10-09 | mac80211: implement cfg80211_ops to query mesh proxy path table | Henning Rogge |
2014-08-27 | mac80211: Replace rcu_dereference() with rcu_access_pointer() | Andreea-Cristina Bernat |
2014-04-29 | mac80211: remove BUG_ON usage | Johannes Berg |
2013-11-25 | mac80211: use put_unaligned_le in mesh when necessary | Chun-Yeow Yeoh |
2013-04-08 | mac80211: return new mpath from mesh_path_add() | Bob Copeland |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-15 | mac80211: clean up mesh code | Johannes Berg |
2013-02-15 | mac80211: constify IE parsing | Johannes Berg |
2013-02-04 | mac80211: mesh power save basics | Marco Porsch |
2012-08-20 | mac80211: clean up mpath_move_to_queue() | Thomas Pedersen |
2012-08-20 | mac80211: use skb_queue_walk() in mesh_path_assign_nexthop | Thomas Pedersen |
2012-07-31 | mac80211: use eth_broadcast_addr | Johannes Berg |
2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings |
2012-06-24 | mac80211: clean up debugging | Johannes Berg |
2012-06-05 | net: mac80211: Convert printk(KERN_DEBUG to pr_debug | Joe Perches |
2012-05-09 | mac80211: Convert compare_ether_addr to ether_addr_equal | Joe Perches |
2012-04-12 | mac80211: fix the assignment of PREQ's MAC address for Proactive RANN | Chun-Yeow Yeoh |
2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-03-07 | mac80211: fix smatch lock errors in mesh | Thomas Pedersen |
2012-03-05 | mac80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau |
2012-02-21 | mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() | Paul E. McKenney |
2012-02-08 | mac80211: rename mesh static path_lookup() | Luis R. Rodriguez |
2011-11-28 | mac80211: don't initiate path discovery when forwarding frame with unknown DA | Thomas Pedersen |
2011-11-28 | mac80211: failed forwarded mesh frame addressing | Thomas Pedersen |
2011-11-21 | mac80211: fix RCU warnings in mesh | Johannes Berg |
2011-11-09 | mac80211: simplify mesh frame queue mapping and QoS | Javier Cardona |
2011-09-19 | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-... | John W. Linville |
2011-09-14 | mac80211: Mesh data frames must have the QoS header | Javier Cardona |
2011-09-14 | mac80211: Start implementing QoS support for mesh interfaces | Javier Cardona |
2011-09-13 | mac80211: handle allocation failures in mesh_pathtbl_init() | Dan Carpenter |
2011-09-13 | mac80211: Consolidate mesh path duplicated functions | Javier Cardona |
2011-09-13 | mac80211: Consolidate {mesh,mpp}_path_flush into one function | Javier Cardona |
2011-09-13 | mac80211: Don't iterate twice over all mpaths when once in sufficient | Javier Cardona |
2011-09-13 | mac80211: Remove redundant mesh path expiration checks | Javier Cardona |