Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 02:30:02
thorpej
Mon Jun 23 19:26:03 PDT 1997
Update of /cvsroot/src/sys/netccitt
In directory netbsd1:/var/slash-tmp/cvs-serv26657/netccitt

Modified Files:
	hd_debug.c hd_input.c hd_output.c hd_subr.c hd_var.h 
Log Message:
Eliminate use of dtom() from the network code, allowing more flexible
use of mbuf external storage and increasing performance (by eliminating
an m_pullup() for clusters in the IP reassembly code).

Changes from Koji Imada <koji@math.human.nagoya-u.ac.jp>, in PR #3628
and #3480, with ever-so-slight integration changes by me.


thorpej
Mon Jun 23 19:26:06 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv26657/netinet

Modified Files:
	ip_input.c ip_var.h tcp_subr.c 
Log Message:
Eliminate use of dtom() from the network code, allowing more flexible
use of mbuf external storage and increasing performance (by eliminating
an m_pullup() for clusters in the IP reassembly code).

Changes from Koji Imada <koji@math.human.nagoya-u.ac.jp>, in PR #3628
and #3480, with ever-so-slight integration changes by me.


thorpej
Mon Jun 23 19:26:11 PDT 1997
Update of /cvsroot/src/sys/netiso
In directory netbsd1:/var/slash-tmp/cvs-serv26657/netiso

Modified Files:
	clnp_frag.c clnp_timer.c cltp_usrreq.c iso_pcb.c iso_pcb.h 
Log Message:
Eliminate use of dtom() from the network code, allowing more flexible
use of mbuf external storage and increasing performance (by eliminating
an m_pullup() for clusters in the IP reassembly code).

Changes from Koji Imada <koji@math.human.nagoya-u.ac.jp>, in PR #3628
and #3480, with ever-so-slight integration changes by me.


thorpej
Mon Jun 23 19:26:16 PDT 1997
Update of /cvsroot/src/sys/netns
In directory netbsd1:/var/slash-tmp/cvs-serv26657/netns

Modified Files:
	spidp.h spp_usrreq.c spp_var.h 
Log Message:
Eliminate use of dtom() from the network code, allowing more flexible
use of mbuf external storage and increasing performance (by eliminating
an m_pullup() for clusters in the IP reassembly code).

Changes from Koji Imada <koji@math.human.nagoya-u.ac.jp>, in PR #3628
and #3480, with ever-so-slight integration changes by me.