| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | mac80211: fix and simplify mesh locking | Johannes Berg | 2011-05-16 | 1 | -22/+22 |
| * | mac80211: Deactivate mesh path timers when freeing nodes | Javier Cardona | 2011-05-16 | 1 | -1/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-05-16 | 1 | -36/+87 |
|\ \
| |/ |
|
| * | mac80211: mesh: move some code to make it static | Johannes Berg | 2011-05-12 | 1 | -7/+53 |
| * | mac80211: Fix locking bug on mesh path table access | Javier Cardona | 2011-05-11 | 1 | -26/+28 |
| * | mac80211: Check size of a new mesh path table for changes since allocation. | Javier Cardona | 2011-05-11 | 1 | -3/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-04-25 | 1 | -24/+25 |
|\ \
| |/ |
|
| * | mac80211: Allocate new mesh path and portal tables before taking locks | cozybit Inc | 2011-04-13 | 1 | -24/+25 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | nl80211/mac80211: define and allow configuring mesh element TTL | Javier Cardona | 2010-12-06 | 1 | -3/+4 |