Age | Commit message (Expand) | Author | Files | Lines |
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 |