linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] UML networking update
@ 2002-10-02 21:20 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2002-10-02 21:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

It updates the UML networking by
	adding a transport that makes a pcap packet stream look like a UML
ethernet device
	cleaning up and simplifying the transport interface.

				Jeff

 arch/um/config_net.in                    |    1 
 arch/um/defconfig                        |    1 
 arch/um/drivers/Makefile                 |   17 ++
 arch/um/drivers/daemon_kern.c            |   90 +++++------
 arch/um/drivers/daemon_kern.h            |    8 -
 arch/um/drivers/mcast.h                  |    2 
 arch/um/drivers/mcast_kern.c             |  127 +++++++---------
 arch/um/drivers/mcast_kern.h             |    8 -
 arch/um/drivers/net_kern.c               |  234 ++++++++++++++++++++-----------
 arch/um/drivers/net_user.c               |   22 ++
 arch/um/drivers/pcap_kern.c              |  127 ++++++++++++++++
 arch/um/drivers/pcap_user.c              |  143 ++++++++++++++++++
 arch/um/drivers/pcap_user.h              |   31 ++++
 arch/um/drivers/slip_kern.c              |   57 +++----
 arch/um/drivers/slip_kern.h              |    8 -
 arch/um/include/net_kern.h               |   19 +-
 arch/um/include/net_user.h               |    4 
 arch/um/os-Linux/drivers/etap_kern.h     |   24 ---
 arch/um/os-Linux/drivers/ethertap_kern.c |   68 +++------
 arch/um/os-Linux/drivers/tuntap.h        |    2 
 arch/um/os-Linux/drivers/tuntap_kern.c   |   65 +++-----
 arch/um/os-Linux/drivers/tuntap_kern.h   |   24 ---
 22 files changed, 690 insertions(+), 392 deletions(-)

ChangeSet@1.669, 2002-10-02 15:09:13-04:00, jdike@uml.karaya.com
  Changed my mind about having CONFIG_UML_NET_PCAP enabled by default
  in defconfig.  This would cause the default config to break on
  any system without libpcap, so disabling it by default is better.

ChangeSet@1.668, 2002-10-02 15:01:35-04:00, jdike@uml.karaya.com
  Fixed a build bug with CONFIG_UML_NET_PCAP.

ChangeSet@1.667, 2002-10-02 12:12:16-04:00, jdike@uml.karaya.com
  Fixed a bit of the last merge which I messed up.

ChangeSet@1.666, 2002-10-02 11:48:30-04:00, jdike@uml.karaya.com
  Updated defconfig with CONFIG_UML_NET_PCAP.

ChangeSet@1.665, 2002-10-02 11:33:50-04:00, jdike@uml.karaya.com
  A bunch of network updates from 2.4.19.
  Added the pcap transport, which makes a pcap packet stream look
  like a network interface inside UML.
  Lifted the limit on the number of network interfaces.
  Cleaned up and simplified the transport interface.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-02 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 21:20 [PATCH] UML networking update Jeff Dike

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