All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, greearb@candelatech.com,
	Patrick McHardy <kaber@trash.net>,
	xemul@openvz.org
Subject: [RTNETLINK 00/04]: rtnl_link improvements
Date: Wed, 11 Jul 2007 19:38:13 +0200 (MEST)	[thread overview]
Message-ID: <20070711173812.18369.47109.sendpatchset@localhost.localdomain> (raw)

These patches simplify the rtnl_link API and add support for specifying
the initial device address. The rtnl_link patches depend on the VLAN fix
because I didn't want to build on top of the broken address handling.

Please apply, thanks.


 drivers/net/dummy.c      |   61 ++++++++------------------------------------
 drivers/net/ifb.c        |   62 ++++++++++----------------------------------
 include/linux/if_vlan.h  |    1 +
 net/8021q/vlan.c         |   64 ++++++++++++++++++++++++++--------------------
 net/8021q/vlan.h         |    1 -
 net/8021q/vlan_dev.c     |   57 +++++++++++++----------------------------
 net/8021q/vlan_netlink.c |    7 +++++
 net/core/rtnetlink.c     |   27 +++++++++++++++----
 net/ethernet/eth.c       |    3 ++
 9 files changed, 111 insertions(+), 172 deletions(-)

Patrick McHardy (4):
      [ETH]: Validate address in eth_mac_addr
      [VLAN]: Fix MAC address handling
      [RTNETLINK]: rtnl_link API simplification
      [RTNETLINK]: rtnl_link: allow specifying initial device address

             reply	other threads:[~2007-07-11 17:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-11 17:38 Patrick McHardy [this message]
2007-07-11 17:38 ` [ETH 01/04]: Validate address in eth_mac_addr Patrick McHardy
2007-07-12  2:41   ` David Miller
2007-07-11 17:38 ` [VLAN 02/04]: Fix MAC address handling Patrick McHardy
2007-07-11 17:54   ` Patrick McHardy
2007-07-11 18:16     ` Ben Greear
2007-07-11 18:37       ` Patrick McHardy
2007-07-12  2:45     ` David Miller
2007-07-12  2:41   ` David Miller
2007-07-11 17:38 ` [RTNETLINK 03/04]: rtnl_link API simplification Patrick McHardy
2007-07-12  2:42   ` David Miller
2007-07-11 17:38 ` [RTNETLINK 04/04]: rtnl_link: allow specifying initial device address Patrick McHardy
2007-07-12  2:43   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070711173812.18369.47109.sendpatchset@localhost.localdomain \
    --to=kaber@trash.net \
    --cc=davem@davemloft.net \
    --cc=greearb@candelatech.com \
    --cc=netdev@vger.kernel.org \
    --cc=xemul@openvz.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.