All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/5] Fix mac addr enforcement on monitor interfaces
@ 2013-06-07 13:36 Jakub Kicinski
  2013-06-07 13:36 ` [RFC 1/5] mac80211: introduce __ieee80211_assign_perm_addr Jakub Kicinski
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jakub Kicinski @ 2013-06-07 13:36 UTC (permalink / raw)
  To: linux-wireless
  Cc: Helmut Schaa, Felix Fietkau, Johannes Berg, nietrywialneprzejscie

From: Jakub Kicinski <kubakici@wp.pl>

It's still possible for users to hurt themselves 
by setting incompatible mac addresses on hardware
that needs conformance to addr_mask. This series
aims to fix that and improve address assignment to
active monitors.

Unfortunately there is a merge conflict in mac80211.git
and mac80211-next.git between:

ac20976dca mac80211: Allow single vif mac address change with addr_mask
and
31eba5bc56 mac80211: support active monitor interfaces

so I got confused and based the series on
wireless-testing.git. Is this acceptable?

Jakub Kicinski (5):
  mac80211: introduce __ieee80211_assign_perm_addr
  mac80211: return new mac address as soon as possible
  mac80211: always default to address compatible with mask
  mac80211: enforce address verification on monitors
  mac80211: assign right mac addr to active monitors

 net/mac80211/cfg.c         |   2 +-
 net/mac80211/ieee80211_i.h |   2 +-
 net/mac80211/iface.c       | 197 ++++++++++++++++++++++-----------------------
 net/mac80211/main.c        |   2 +-
 4 files changed, 99 insertions(+), 104 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-06-11 19:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 13:36 [RFC 0/5] Fix mac addr enforcement on monitor interfaces Jakub Kicinski
2013-06-07 13:36 ` [RFC 1/5] mac80211: introduce __ieee80211_assign_perm_addr Jakub Kicinski
2013-06-07 13:36 ` [RFC 2/5] mac80211: return new mac address as soon as possible Jakub Kicinski
2013-06-07 13:36 ` [RFC 3/5] mac80211: always default to address compatible with mask Jakub Kicinski
2013-06-07 13:36 ` [RFC 4/5] mac80211: enforce address verification on monitors Jakub Kicinski
2013-06-07 13:49   ` Felix Fietkau
2013-06-07 14:04     ` Jakub Kiciński
2013-06-07 14:26       ` Felix Fietkau
2013-06-07 16:42         ` Jakub Kiciński
2013-06-11 11:46           ` Johannes Berg
2013-06-11 13:01             ` Jakub Kiciński
2013-06-11 15:14               ` Johannes Berg
2013-06-11 19:13                 ` Jakub Kiciński
2013-06-07 13:36 ` [RFC 5/5] mac80211: assign right mac addr to active monitors Jakub Kicinski

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.