Changes from 1.1.69 to 1.1.70
These changes are archived on ftp.crynwr.com:pub/kchanges
and http://www.crynwr.com/kchanges.
I cannot answer questions about Linux -- I merely summarize the kernel
patches after reading them. I try to make them useful to everyone,
but kernel hackers should take them with a grain of salt and read the
patches themselves. The patch file is patch70.gz
- Pentium compilation option added to config.in
- PCI BIOS support added to config.in
- VESA Power Saving Protocol Support added to config.in
- IP multicast, firewall, and accounting added to proc fs.
- Alpha definitions for specific length integers added.
- Oops, the IP multicast list wasn't being set to null initially.
- Fragmented IP packets weren't getting their socket's device set correctly.
- Fixed route matching in rt_del(). Make sure that both destination and device match.
- Avoid a null dereference in UDP receiver.