Newsgroups: comp.os.linux.development
Subject: Kernel change summary 1.1.15 -> 1.1.16

sbpcd drive structure renamed
Fixed a few problems in QIC02 driver mostly related to debugging output.
tty driver changes:
  o properly wakes up processes when it gets a newline.
  o no need to wake anyone else up if we've recieved canonical data.
  o Drop RTS when we drop DTR (and don't generate interrupts either).
  o if line discipline open returns positive value, return it.
  o panic only if it was negative.
3c501 and plip added to modular code.
added Makefile entries for DE650 and 3c589 (PCMCIA Ethernet)
Change PPP memory allocation to GFP_ATOMIC.
Added /proc/net/snmp.
The device driver now sets the type of the packet.
If the packet was not sent to us, don't IP forward it, and don't accept it
	for our reception.
Rebuild the TCP header when forwarding it.
If you remove the IPX device, that will remove IPX routes via it.
Added Hedrick's TCP changes to avoid taking back window allocations.
Missed a test for SUBNETSARELOCAL (should be CONFIG_INET_SNARL)
Scavenge memory for the kernel boot image uncompressor from the already-read
	compressed data
Stripped out some unused code from the uncompressor.
