| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: remove BUG_ON usage | Johannes Berg | 2014-04-29 | 1 | -2/+4 |
* | mac80211: use put_unaligned_le in mesh when necessary | Chun-Yeow Yeoh | 2013-11-25 | 1 | -4/+3 |
* | mac80211: return new mpath from mesh_path_add() | Bob Copeland | 2013-04-08 | 1 | -28/+28 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -28/+17 |
* | mac80211: clean up mesh code | Johannes Berg | 2013-02-15 | 1 | -43/+46 |
* | mac80211: constify IE parsing | Johannes Berg | 2013-02-15 | 1 | -5/+6 |
* | mac80211: mesh power save basics | Marco Porsch | 2013-02-04 | 1 | -0/+1 |
* | mac80211: clean up mpath_move_to_queue() | Thomas Pedersen | 2012-08-20 | 1 | -16/+18 |
* | mac80211: use skb_queue_walk() in mesh_path_assign_nexthop | Thomas Pedersen | 2012-08-20 | 1 | -7/+1 |
* | mac80211: use eth_broadcast_addr | Johannes Berg | 2012-07-31 | 1 | -1/+1 |
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -2/+2 |
* | mac80211: clean up debugging | Johannes Berg | 2012-06-24 | 1 | -18/+12 |
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debug | Joe Perches | 2012-06-05 | 1 | -1/+1 |
* | mac80211: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-09 | 1 | -6/+6 |
* | mac80211: fix the assignment of PREQ's MAC address for Proactive RANN | Chun-Yeow Yeoh | 2012-04-12 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 1 | -19/+21 |
|\ |
|
| * | mac80211: fix smatch lock errors in mesh | Thomas Pedersen | 2012-03-07 | 1 | -10/+10 |
| * | mac80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 2012-03-05 | 1 | -6/+8 |
| * | mac80211: rename mesh static path_lookup() | Luis R. Rodriguez | 2012-02-08 | 1 | -3/+3 |
* | | mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() | Paul E. McKenney | 2012-02-21 | 1 | -7/+1 |
|/ |
|
* | mac80211: don't initiate path discovery when forwarding frame with unknown DA | Thomas Pedersen | 2011-11-28 | 1 | -27/+0 |
* | mac80211: failed forwarded mesh frame addressing | Thomas Pedersen | 2011-11-28 | 1 | -2/+4 |
* | mac80211: fix RCU warnings in mesh | Johannes Berg | 2011-11-21 | 1 | -22/+5 |
* | mac80211: simplify mesh frame queue mapping and QoS | Javier Cardona | 2011-11-09 | 1 | -3/+0 |
* | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-... | John W. Linville | 2011-09-19 | 1 | -78/+114 |
|\ |
|
| * | mac80211: Mesh data frames must have the QoS header | Javier Cardona | 2011-09-14 | 1 | -1/+1 |
| * | mac80211: Start implementing QoS support for mesh interfaces | Javier Cardona | 2011-09-14 | 1 | -0/+4 |
| * | mac80211: handle allocation failures in mesh_pathtbl_init() | Dan Carpenter | 2011-09-13 | 1 | -2/+17 |
| * | mac80211: Consolidate mesh path duplicated functions | Javier Cardona | 2011-09-13 | 1 | -42/+28 |
| * | mac80211: Consolidate {mesh,mpp}_path_flush into one function | Javier Cardona | 2011-09-13 | 1 | -39/+26 |
| * | mac80211: Don't iterate twice over all mpaths when once in sufficient | Javier Cardona | 2011-09-13 | 1 | -27/+37 |
| * | mac80211: Remove redundant mesh path expiration checks | Javier Cardona | 2011-09-13 | 1 | -6/+3 |
| * | mac80211: Improve mpath state locking | Javier Cardona | 2011-09-13 | 1 | -10/+4 |
| * | mac80211: Remove mesh paths when an interface is removed | Javier Cardona | 2011-09-13 | 1 | -1/+39 |
| * | mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() | Javier Cardona | 2011-09-13 | 1 | -1/+6 |
* | | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next... | John W. Linville | 2011-09-13 | 1 | -4/+4 |
|\| |
|
| * | mac80211: refactor skb copy to failq in mesh_path_move_to_queue | John W. Linville | 2011-08-29 | 1 | -4/+4 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-08-29 | 1 | -8/+297 |
|\| |
|
| * | mac80211: mesh gate fixes | Thomas Pedersen | 2011-08-26 | 1 | -6/+4 |
| * | mac80211: mesh gate implementation | Javier Cardona | 2011-08-24 | 1 | -0/+284 |
| * | mac80211: fix mesh path flushing | Javier Cardona | 2011-08-24 | 1 | -2/+1 |
| * | mac80211: mesh locking fixes | Javier Cardona | 2011-08-24 | 1 | -2/+2 |
| * | mac80211: fix mpath timer NULL function | Javier Cardona | 2011-08-24 | 1 | -2/+4 |
| * | mac80211: improve mpath debugging | Javier Cardona | 2011-08-24 | 1 | -0/+6 |
| * | mac80211: update mesh path selection frame format | Thomas Pedersen | 2011-08-22 | 1 | -4/+4 |
* | | net: cleanup some rcu_dereference_raw | Eric Dumazet | 2011-08-12 | 1 | -2/+2 |
|/ |
|
* | mac80211: fix smatch complains | Christian Lamparter | 2011-07-05 | 1 | -2/+2 |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next... | John W. Linville | 2011-05-24 | 1 | -76/+128 |
|\ |
|
| * | mac80211: Don't sleep when growing the mesh path | Javier Cardona | 2011-05-19 | 1 | -3/+3 |
| * | mac80211: annotate and fix RCU in mesh code | Johannes Berg | 2011-05-16 | 1 | -52/+102 |