All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] FIXUP: mesh gates
@ 2011-08-25  1:21 Thomas Pedersen
  2011-08-25  1:21 ` [PATCH 1/8] Revert "{nl,cfg,mac}80211: let userspace make meshif mesh gate" Thomas Pedersen
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Thomas Pedersen @ 2011-08-25  1:21 UTC (permalink / raw)
  To: linux-wireless; +Cc: Thomas Pedersen, johannes, linville

Since v1 of the mesh gate series was accidentally applied, revert the relevant
v1s and apply the v2s.

Javier Cardona (8):
  Revert "{nl,cfg,mac}80211: let userspace make meshif mesh gate"
  Revert "{nl,cfg,mac}80211: let userspace set RANN interval"
  Revert "mac80211: mesh gate implementation"
  Revert "mac80211: fix mpath timer NULL function"
  mac80211: fix mpath timer removal
  mac80211: mesh gate implementation
  {nl,cfg,mac}80211: let userspace set RANN interval
  {nl,cfg,mac}80211: let userspace make meshif mesh gate

 net/mac80211/cfg.c          |    8 ++++++++
 net/mac80211/mesh.c         |    4 ++--
 net/mac80211/mesh_pathtbl.c |   10 ++++------
 3 files changed, 14 insertions(+), 8 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH 0/8] mac80211: add mesh gate forwarding
@ 2011-08-09 23:45 Thomas Pedersen
  2011-08-09 23:45 ` [PATCH 8/8] {nl,cfg,mac}80211: let userspace make meshif mesh gate Thomas Pedersen
  0 siblings, 1 reply; 20+ messages in thread
From: Thomas Pedersen @ 2011-08-09 23:45 UTC (permalink / raw)
  To: linux-wireless; +Cc: Thomas Pedersen, johannes, linville

Javier Cardona (8):
  mac80211: improve mpath debugging
  mac80211: fix mpath timer NULL function
  mac80211: mesh locking fixes
  mac80211: fix mesh path flushing
  mac80211: mesh gate implementation
  {nl,mac}80211: add missing root mode meshconf entries
  {nl,cfg,mac}80211: let userspace set RANN interval
  {nl,cfg,mac}80211: let userspace make meshif mesh gate

 include/linux/ieee80211.h     |    4 +
 include/linux/nl80211.h       |    9 ++
 include/net/cfg80211.h        |    6 +
 net/mac80211/Kconfig          |   13 ++
 net/mac80211/cfg.c            |    8 +
 net/mac80211/debugfs_netdev.c |    8 +-
 net/mac80211/ieee80211_i.h    |    1 +
 net/mac80211/mesh.c           |    6 +-
 net/mac80211/mesh.h           |   12 ++-
 net/mac80211/mesh_hwmp.c      |   77 +++++++----
 net/mac80211/mesh_pathtbl.c   |  303 ++++++++++++++++++++++++++++++++++++++++-
 net/wireless/mesh.c           |    3 +
 net/wireless/nl80211.c        |   15 ++
 13 files changed, 431 insertions(+), 34 deletions(-)

-- 
1.7.6


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-08-26 14:30 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-25  1:21 [PATCH 0/8] FIXUP: mesh gates Thomas Pedersen
2011-08-25  1:21 ` [PATCH 1/8] Revert "{nl,cfg,mac}80211: let userspace make meshif mesh gate" Thomas Pedersen
2011-08-25  1:21 ` [PATCH 2/8] Revert "{nl,cfg,mac}80211: let userspace set RANN interval" Thomas Pedersen
2011-08-25  1:21 ` [PATCH 3/8] Revert "mac80211: mesh gate implementation" Thomas Pedersen
2011-08-25  1:21 ` [PATCH 4/8] Revert "mac80211: fix mpath timer NULL function" Thomas Pedersen
2011-08-25  1:21 ` [PATCH 5/8] mac80211: fix mpath timer removal Thomas Pedersen
2011-08-25  1:21 ` [PATCH 6/8] mac80211: mesh gate implementation Thomas Pedersen
2011-08-25  1:21 ` [PATCH 7/8] {nl,cfg,mac}80211: let userspace set RANN interval Thomas Pedersen
2011-08-25  1:21 ` [PATCH 8/8] {nl,cfg,mac}80211: let userspace make meshif mesh gate Thomas Pedersen
2011-08-25  9:21 ` [PATCH 0/8] FIXUP: mesh gates Kalle Valo
2011-08-25 11:45   ` John W. Linville
2011-08-25 18:30     ` Javier Cardona
2011-08-26 14:27       ` John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2011-08-09 23:45 [PATCH 0/8] mac80211: add mesh gate forwarding Thomas Pedersen
2011-08-09 23:45 ` [PATCH 8/8] {nl,cfg,mac}80211: let userspace make meshif mesh gate Thomas Pedersen
2011-08-10 13:47   ` Johannes Berg
2011-08-10 21:31     ` Thomas Pedersen
2011-08-12  9:31       ` Johannes Berg
2011-08-12 19:00         ` Thomas Pedersen
2011-08-12 19:03           ` Johannes Berg
2011-08-12 19:26             ` Javier Cardona

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.