Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: marc-pcmcia
Revision 1.50.4.1 / (download) - annotate - [select for diffs], Mon Sep 1 21:00:39 1997 UTC (15 years, 8 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.50: +8 -1
lines
Diff to previous 1.50 (colored) next main 1.51 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.50 / (download) - annotate - [select for diffs], Tue Jun 24 02:26:04 1997 UTC (15 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: marc-pcmcia-bp,
bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.49: +22 -27
lines
Diff to previous 1.49 (colored)
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.