netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET] IFF_RUNNING related fixes
@ 2005-03-28  0:06 Thomas Graf
  2005-03-28  0:06 ` [PATCH 1/7] [au1000]: Use netif_carrier_* instead of IFF_RUNNING Thomas Graf
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Thomas Graf @ 2005-03-28  0:06 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev

Fixes various drivers still relying on IFF_RUNNING. I don't have
any of these cards so all patches completely untested.

Unresolved broken users of IFF_RUNNING are:

  drivers/wan/syncppp.c
     The stats update based on IFF_RUNNING has been broken
     for a long time. I'm not sure whether it should be
     changed to check netif_running or carrier_ok so I
     left it as-is for now.

  drivers/s390/net/*
     Various usages I'm not sure about the intention of the
     original code. Authors contacted but no reply so far.

Please do a

	bk pull bk://kernel.bkbits.net/tgraf/netdev-2.6-iff_running

This will update the following files:

 drivers/net/au1000_eth.c       |   10 ++--------
 drivers/net/bmac.c             |    2 --
 drivers/net/sk98lin/skge.c     |    8 +++-----
 drivers/net/tlan.c             |    4 ++--
 drivers/net/tokenring/ibmtr.c  |   11 +++--------
 drivers/net/wan/lmc/lmc_main.c |    8 ++------
 include/linux/if.h             |    2 +-
 7 files changed, 13 insertions(+), 32 deletions(-)

through these ChangeSets:

<tgraf@suug.ch> (05/03/28 1.2039)
   [NET]: Change comment to describe the real meaning of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2038)
   [sk98lin]: Use netif_carrier_* instead of IFF_RUNNING and remove obsolete usage of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2037)
   [ibmtr]: Use netif_carrier_* instead of IFF_RUNNING and remove obsolete usage of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2036)
   [lmc]: Use netif_carrier_* instead of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2035)
   [tlan]: Use netif_carrier_* intead of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2034)
   [bmac]: Remove obsolete usage of IFF_RUNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

<tgraf@suug.ch> (05/03/28 1.2033)
   [au1000]: Use netif_carrier_* instead of IFF_RUNNING
   
   Signed-off-by: Thomas Graf <tgraf@suug.ch>

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

end of thread, other threads:[~2005-03-31  1:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28  0:06 [PATCHSET] IFF_RUNNING related fixes Thomas Graf
2005-03-28  0:06 ` [PATCH 1/7] [au1000]: Use netif_carrier_* instead of IFF_RUNNING Thomas Graf
2005-03-28  1:20   ` Thomas Graf
2005-03-31  1:22     ` Jeff Garzik
2005-03-28  0:07 ` [PATCH 2/7] [bmac]: Remove obsolete usage of IFF_RUNING Thomas Graf
2005-03-28  0:08 ` [PATCH 3/7] [tlan]: Use netif_carrier_* intead of IFF_RUNNING Thomas Graf
2005-03-28  0:08 ` [PATCH 4/7] [lmc]: Use netif_carrier_* instead " Thomas Graf
2005-03-28  0:09 ` [PATCH 5/7] [ibmtr]: Use netif_carrier_* instead of IFF_RUNNING and remove obsolete usage " Thomas Graf
2005-03-28  0:10 ` [PATCH 6/7] [sk98lin]: " Thomas Graf
2005-03-28  0:10 ` [PATCH 7/7] [NET]: Change comment to describe the real meaning " Thomas Graf
2005-03-28  0:15 ` [PATCHSET] IFF_RUNNING related fixes Thomas Graf

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).