public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Part 1: unify return value of .ndo_set_mac_address if address is invalid
@ 2012-02-21 12:07 Danny Kukawka
  2012-02-21 12:07 ` [PATCH 1/4] ethernet: " Danny Kukawka
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Danny Kukawka @ 2012-02-21 12:07 UTC (permalink / raw)
  To: David S. Miller, linux-kernel, netdev
  Cc: Danny Kukawka, bridge, Casey Leedom, Chris Metcalf,
	Dimitris Michailidis, Divy Le Ray, Greg Kroah-Hartman, Jon Mason,
	Kristoffer Glembo, Lennert Buytenhek, linux-driver, linux-usb,
	Mark Einon, Matt Carlson, Michael Chan, Olof Johansson,
	Solarflare linux maintainers, Stephen Hemminger

Here a series of patches to unifiy the return value of 
.ndo_set_mac_address if the given address isn't valid. 
Return -EADDRNOTAVAIL as eth_mac_addr() and other 
.ndo_set_mac_address functions already do if is_valid_ether_addr() 
fails.

Other patches will follow if this set gets accepted.

The patches are against the net-next git tree.

Danny Kukawka (4):
  ethernet: unify return value of .ndo_set_mac_address if address is
    invalid
  mcs7830: unify return value of .ndo_set_mac_address if address is
    invalid
  Staging: et131x: unify return value of .ndo_set_mac_address if
    address is invalid
  br_device: unify return value of .ndo_set_mac_address if address is
    invalid

 drivers/net/ethernet/aeroflex/greth.c              |    2 +-
 drivers/net/ethernet/broadcom/bnx2.c               |    2 +-
 drivers/net/ethernet/broadcom/tg3.c                |    2 +-
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c    |    2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |    2 +-
 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    |    2 +-
 drivers/net/ethernet/dlink/sundance.c              |    2 +-
 drivers/net/ethernet/marvell/mv643xx_eth.c         |    2 +-
 drivers/net/ethernet/marvell/pxa168_eth.c          |    2 +-
 drivers/net/ethernet/neterion/s2io.c               |    2 +-
 drivers/net/ethernet/pasemi/pasemi_mac.c           |    2 +-
 .../net/ethernet/qlogic/netxen/netxen_nic_main.c   |    2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |    2 +-
 drivers/net/ethernet/sfc/efx.c                     |    2 +-
 drivers/net/ethernet/sun/niu.c                     |    2 +-
 drivers/net/ethernet/ti/davinci_emac.c             |    2 +-
 drivers/net/ethernet/tile/tilepro.c                |    2 +-
 drivers/net/ethernet/tundra/tsi108_eth.c           |    2 +-
 drivers/net/usb/mcs7830.c                          |    2 +-
 drivers/staging/et131x/et131x.c                    |    2 +-
 net/bridge/br_device.c                             |    2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

-- 
1.7.8.3


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

end of thread, other threads:[~2012-02-23 22:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 12:07 [PATCH 0/4] Part 1: unify return value of .ndo_set_mac_address if address is invalid Danny Kukawka
2012-02-21 12:07 ` [PATCH 1/4] ethernet: " Danny Kukawka
2012-02-21 12:07 ` [PATCH 2/4] mcs7830: " Danny Kukawka
2012-02-21 12:07 ` [PATCH 3/4] Staging: et131x: " Danny Kukawka
2012-02-21 12:07 ` [PATCH 4/4] br_device: " Danny Kukawka
2012-02-21 17:22   ` Stephen Hemminger
2012-02-23 22:12 ` [PATCH 0/4] Part 1: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox