netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Provide netdev naming-policy via sysfs
@ 2014-04-02  9:58 David Herrmann
  2014-04-02  9:58 ` [PATCH v6 1/4] net: add name_assign_type netdev attribute David Herrmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Herrmann @ 2014-04-02  9:58 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Tom Gundersen, Johannes berg, linux-wireless,
	linux-kernel, Kay Sievers, David Herrmann

Hi

This is v6 of the name_assign_type attribute for netdevs. Changes since v5 [1]:
 - Acked-by: Kay Sievers
 - rebased on net-next of today

Aimed for 3.15, but feel free to delay for 3.16 if you want it in -next for some
more time.

Thanks
David

[1] http://thread.gmane.org/gmane.linux.kernel/1673169

David Herrmann (4):
  net: add name_assign_type netdev attribute
  mac80211: set NET_NAME_USER for user-space created ifs
  ath6kl: set NET_NAME_USER for P2P ifs
  brcmfmac: set NET_NAME_USER for P2P ifs

 drivers/net/wireless/ath/ath6kl/cfg80211.c    | 5 ++++-
 drivers/net/wireless/ath/ath6kl/cfg80211.h    | 1 +
 drivers/net/wireless/ath/ath6kl/core.c        | 4 ++--
 drivers/net/wireless/brcm80211/brcmfmac/p2p.c | 1 +
 include/linux/netdevice.h                     | 2 ++
 include/uapi/linux/netdevice.h                | 4 ++++
 net/core/dev.c                                | 7 +++++++
 net/core/net-sysfs.c                          | 2 ++
 net/core/rtnetlink.c                          | 2 ++
 net/mac80211/cfg.c                            | 2 +-
 net/mac80211/ieee80211_i.h                    | 1 +
 net/mac80211/iface.c                          | 2 ++
 net/mac80211/main.c                           | 2 +-
 13 files changed, 30 insertions(+), 5 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-04-03 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02  9:58 [PATCH v6 0/4] Provide netdev naming-policy via sysfs David Herrmann
2014-04-02  9:58 ` [PATCH v6 1/4] net: add name_assign_type netdev attribute David Herrmann
2014-04-02  9:58 ` [PATCH v6 2/4] mac80211: set NET_NAME_USER for user-space created ifs David Herrmann
2014-04-02  9:58 ` [PATCH v6 3/4] ath6kl: set NET_NAME_USER for P2P ifs David Herrmann
     [not found] ` <1396432706-14470-1-git-send-email-dh.herrmann-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-04-02  9:58   ` [PATCH v6 4/4] brcmfmac: " David Herrmann
2014-04-03 18:03   ` [PATCH v6 0/4] Provide netdev naming-policy via sysfs David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).