public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] UML network updates
@ 2002-11-18 22:26 Jeff Dike
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-11-18 22:26 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull 
	http://jdike.stearns.org:5000/net-2.5

This updates the UML networking support:
	adds help text to the UML network config options
	adds the slirp back end
	updates and cleans up the slip back end
	improves the driver's error handling
	cleans up device initialization

				Jeff

 arch/um/Kconfig_net          |  147 +++++++++++++++++++++++++++++++
 arch/um/drivers/Makefile     |   24 +----
 arch/um/drivers/net_kern.c   |  111 +++++++++++++----------
 arch/um/drivers/slip.h       |   10 +-
 arch/um/drivers/slip_kern.c  |    9 -
 arch/um/drivers/slip_proto.h |   93 +++++++++++++++++++
 arch/um/drivers/slip_user.c  |  104 +++++-----------------
 arch/um/drivers/slirp.h      |   51 ++++++++++
 arch/um/drivers/slirp_kern.c |  132 ++++++++++++++++++++++++++++
 arch/um/drivers/slirp_user.c |  202 +++++++++++++++++++++++++++++++++++++++++++
 arch/um/include/net_kern.h   |    5 +
 arch/um/include/net_user.h   |    5 +
 12 files changed, 742 insertions(+), 151 deletions(-)

ChangeSet@1.805.24.2, 2002-11-17 13:37:34-05:00, jdike@uml.karaya.com
  Copied in the new files for the slirp transport and slip cleanup.

ChangeSet@1.805.24.1, 2002-11-17 13:26:59-05:00, jdike@uml.karaya.com
  Merged the network fixes from the 2.4 pool.

ChangeSet@1.805.20.4, 2002-11-17 13:00:11-05:00, jdike@uml.karaya.com
  Moved the net changes to arch/um/drivers/Makefile into updates to a
  void a merge conflict.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] UML network updates
@ 2002-12-07 18:37 Jeff Dike
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-07 18:37 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull either
	http://uml.bkbits.net/net-2.5
or	http://jdike.stearns.org:5000/net-2.5

This updates the UML networking support:
	adds help text to the UML network config options
	adds the slirp back end
	updates and cleans up the slip back end
	improves the driver's error handling
	cleans up device initialization

				Jeff

 arch/um/Kconfig_net          |  147 +++++++++++++++++++++++++++++++
 arch/um/drivers/Makefile     |   24 +----
 arch/um/drivers/net_kern.c   |  111 +++++++++++++----------
 arch/um/drivers/slip.h       |   10 +-
 arch/um/drivers/slip_kern.c  |    9 -
 arch/um/drivers/slip_proto.h |   93 +++++++++++++++++++
 arch/um/drivers/slip_user.c  |  104 +++++-----------------
 arch/um/drivers/slirp.h      |   51 ++++++++++
 arch/um/drivers/slirp_kern.c |  132 ++++++++++++++++++++++++++++
 arch/um/drivers/slirp_user.c |  202 +++++++++++++++++++++++++++++++++++++++++++
 arch/um/include/net_kern.h   |    5 +
 arch/um/include/net_user.h   |    5 +
 12 files changed, 742 insertions(+), 151 deletions(-)

ChangeSet@1.805.31.2, 2002-11-17 13:37:34-05:00, jdike@uml.karaya.com
  Copied in the new files for the slirp transport and slip cleanup.

ChangeSet@1.805.31.1, 2002-11-17 13:26:59-05:00, jdike@uml.karaya.com
  Merged the network fixes from the 2.4 pool.

ChangeSet@1.805.27.4, 2002-11-17 13:00:11-05:00, jdike@uml.karaya.com
  Moved the net changes to arch/um/drivers/Makefile into updates to a
  void a merge conflict.



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] UML network updates
@ 2002-12-17 23:24 Jeff Dike
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-17 23:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull
	http://jdike.stearns.org:5000/net-2.5

This updates the UML networking support:
	adds help text to the UML network config options
	adds the slirp back end
	updates and cleans up the slip back end
	improves the driver's error handling
	cleans up device initialization

				Jeff

 arch/um/Kconfig_net          |  147 +++++++++++++++++++++++++++++++
 arch/um/drivers/Makefile     |   24 +----
 arch/um/drivers/net_kern.c   |  111 +++++++++++++----------
 arch/um/drivers/slip.h       |   10 +-
 arch/um/drivers/slip_kern.c  |    9 -
 arch/um/drivers/slip_proto.h |   93 +++++++++++++++++++
 arch/um/drivers/slip_user.c  |  104 +++++-----------------
 arch/um/drivers/slirp.h      |   51 ++++++++++
 arch/um/drivers/slirp_kern.c |  132 ++++++++++++++++++++++++++++
 arch/um/drivers/slirp_user.c |  202 +++++++++++++++++++++++++++++++++++++++++++
 arch/um/include/net_kern.h   |    5 +
 arch/um/include/net_user.h   |    5 +
 12 files changed, 742 insertions(+), 151 deletions(-)

ChangeSet@1.982, 2002-12-17 00:56:55-05:00, jdike@jdike.wstearns.org
  Merge jdike.wstearns.org:/home/jdike/linux/linus-2.5
  into jdike.wstearns.org:/home/jdike/linux/net-2.5

ChangeSet@1.797.50.2, 2002-11-17 13:37:34-05:00, jdike@uml.karaya.com
  Copied in the new files for the slirp transport and slip cleanup.

ChangeSet@1.797.50.1, 2002-11-17 13:26:59-05:00, jdike@uml.karaya.com
  Merged the network fixes from the 2.4 pool.

ChangeSet@1.797.44.4, 2002-11-17 13:00:11-05:00, jdike@uml.karaya.com
  Moved the net changes to arch/um/drivers/Makefile into updates to a
  void a merge conflict.



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] UML network updates
@ 2002-12-28 15:47 Jeff Dike
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2002-12-28 15:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull either
	http://uml.bkbits.net/net-2.5
or	http://jdike.stearns.org:5000/net-2.5

This updates the UML networking support:
	adds help text to the UML network config options
	adds the slirp back end
	updates and cleans up the slip back end
	improves the driver's error handling
	cleans up device initialization

				Jeff

 arch/um/Kconfig_net          |  147 +++++++++++++++++++++++++++++++
 arch/um/drivers/Makefile     |   24 +----
 arch/um/drivers/net_kern.c   |  111 +++++++++++++----------
 arch/um/drivers/slip.h       |   10 +-
 arch/um/drivers/slip_kern.c  |    9 -
 arch/um/drivers/slip_proto.h |   93 +++++++++++++++++++
 arch/um/drivers/slip_user.c  |  104 +++++-----------------
 arch/um/drivers/slirp.h      |   51 ++++++++++
 arch/um/drivers/slirp_kern.c |  132 ++++++++++++++++++++++++++++
 arch/um/drivers/slirp_user.c |  202 +++++++++++++++++++++++++++++++++++++++++++
 arch/um/include/net_kern.h   |    5 +
 arch/um/include/net_user.h   |    5 +
 12 files changed, 742 insertions(+), 151 deletions(-)

ChangeSet@1.865.24.1, 2002-12-17 00:56:55-05:00, jdike@jdike.wstearns.org
  Merge jdike.wstearns.org:/home/jdike/linux/linus-2.5
  into jdike.wstearns.org:/home/jdike/linux/net-2.5

ChangeSet@1.797.50.2, 2002-11-17 13:37:34-05:00, jdike@uml.karaya.com
  Copied in the new files for the slirp transport and slip cleanup.

ChangeSet@1.797.50.1, 2002-11-17 13:26:59-05:00, jdike@uml.karaya.com
  Merged the network fixes from the 2.4 pool.

ChangeSet@1.797.44.4, 2002-11-17 13:00:11-05:00, jdike@uml.karaya.com
  Moved the net changes to arch/um/drivers/Makefile into updates to a
  void a merge conflict.



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

end of thread, other threads:[~2002-12-28 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 22:26 [PATCH] UML network updates Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2002-12-07 18:37 Jeff Dike
2002-12-17 23:24 Jeff Dike
2002-12-28 15:47 Jeff Dike

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