head	1.1;
branch	1.1.1;
access;
symbols
	dws_pl15i:1.1.1.1
	LINUX_0_99_15I:1.1.1.1
	cluster_15h:1.1.1.1
	dws_pl15h_ibcs:1.1.1.1
	LINUX_0_99_15H:1.1.1.1
	LINUX_0_99_15G:1.1.1.1
	dws_pl15f_cluster_08a:1.1.1.1
	dws_pl15f:1.1.1.1
	LINUX_0_99_15F:1.1.1.1
	dws_pl15e:1.1.1.1
	LINUX_0_99_15E:1.1.1.1
	LINUX_0_99_15D:1.1.1.1
	LINUX_0_99_15C:1.1.1.1
	dws_pl15b:1.1.1.1
	LINUX_0_99_15B:1.1.1.1
	dws_pl15a:1.1.1.1
	LINUX_0_99_15A:1.1.1.1
	dws_pl15:1.1.1.1
	LINUX_0_99_15:1.1.1.1
	LINUX_0_99_14Z:1.1.1.1
	dws_pl14y:1.1.1.1
	LINUX_0_99_14Y:1.1.1.1
	dws_pl14x:1.1.1.1
	LINUX_0_99_14X:1.1.1.1
	LINUX_0_99_14W:1.1.1.1
	LINUX_0_99_14V:1.1.1.1
	LINUX_0_99_14U:1.1.1.1
	dws_pl14t:1.1.1.1
	LINUX_0_99_14T:1.1.1.1
	dws_pl14s:1.1.1.1
	LINUX_0_99_14S:1.1.1.1
	dws_pl14r:1.1.1.1
	LINUX_0_99_14R:1.1.1.1
	dws_pl14q:1.1.1.1
	LINUX_0_99_14Q:1.1.1.1
	dws_pl14p:1.1.1.1
	LINUX_0_99_14P:1.1.1.1
	dws_pl14o:1.1.1.1
	LINUX_0_99_14O:1.1.1.1
	LINUX_0_99_14M:1.1.1.1
	LINUX_0_99_14L:1.1.1.1
	LINUX_0_99_14K:1.1.1.1
	LINUX_0_99_14J:1.1.1.1
	LINUX_0_99_14I:1.1.1.1
	LINUX_0_99_14H:1.1.1.1
	LINUX_0_99_14G:1.1.1.1
	dws_pl14f:1.1.1.1
	LINUX_0_99_14F:1.1.1.1
	dws_pl14e:1.1.1.1
	LINUX_0_99_14E:1.1.1.1
	LINUX_0_99_14D:1.1.1.1
	LINUX_0_99_14C:1.1.1.1
	LINUX_0_99_14B:1.1.1.1
	LINUX_0_99_14A:1.1.1.1
	LINUX_0_99_14:1.1.1.1
	LINUX:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.09.16.58.16;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.09.16.58.17;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@
NET2Debugged 1.24 README
------------------------

Major Changes

o	PLIP driver sort of works
o	UDP and RAW have been partially rewritten for speed
o	Internals heavily cleaned up, and memory monitoring of network
	memory is now done. (On shift-scroll-lock)
o	ARP should now not generate garbage
o	Using MSG_PEEK can't cause race conditions and crashes
o	Support for bootp clients.
o	Supports RFC931 TAP authd
o	NFS problems with certain types of network configuration are
	fixed.
o	Doesn't forward packets for other subnet (can cause packet storms)
o	TCP won't ack rst frames causing packet storms (especially with
	Lan workplace for DOS).
o	Numerous fixes for solidity
o	Verify_area used properly.
o	MSG_PEEK is faster again
o	Minor TCP fixes. Hopefully no more TCP lockups (ha!)
o	Donald's promiscuous mode. Go forth and write protocol analysers...
-------------------------------------------------------------------------
NOTE:
	Drivers for this stack set must be using alloc_skb() not just
kmalloc. If you get millions of 'non sk_buff...' errors please check the
driver you are using. All Donald's drivers know about this. If you have
a problem driver replace all cases of
	
	.. =(struct sk_buff *)kmalloc(sizeof(struct sk_buff)+...

With
	..=alloc_skb(sizeof(struct sk_buff)+...

And if it uses kfree_s on the packet change that to use kfree_skbmem().

-------------------------------------------------------------------------
Bug fixes and improvements for this section of the code should be mailed to
iiitac@@pyr.swan.ac.uk.


Alan
@


1.1.1.1
log
@LINUX_0_99_14
@
text
@@
