summaryrefslogtreecommitdiff
path: root/net/Changes
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 17:57:11 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 17:57:11 -0800
commitc8ebfc888f9ee93f2dc7cd62b3be66263755d99a (patch)
treef449a3433c022ed8fd9aaa8f291a1b4e354fd5b9 /net/Changes
parent5d12a58c4049a4839abbbdf87dd189505513b1b6 (diff)
v2.4.1.2 -> v2.4.1.3
- Jens: better ordering of requests when unable to merge - Neil Brown: make md work as a module again (we cannot autodetect in modules, not enough background information) - Neil Brown: raid5 SMP locking cleanups - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and dentry leak fix - maestro3 shutdown fix - fix dcache hash calculation that could cause bad hashes under certain circumstances (Dean Gaudet) - David Miller: networking and sparc updates - Jeff Garzik: include file cleanups - Andy Grover: ACPI update - Coda-fs error return fixes - rth: alpha Jensen update
Diffstat (limited to 'net/Changes')
-rw-r--r--net/Changes44
1 files changed, 0 insertions, 44 deletions
diff --git a/net/Changes b/net/Changes
deleted file mode 100644
index 3e88ee85f0a4..000000000000
--- a/net/Changes
+++ /dev/null
@@ -1,44 +0,0 @@
---------------- Things That Need Doing Before 2.2 ------------------
-
-o insw_and_csum
-
--------------------------- Bugs to fix ------------------------------
-
-o Should unix domain connect never block ?
-o Screend loadable firewall module
-o Remove kernel RARP and replace with user mode daemon.
-o Merge ARM half word trap fixes for ethernet headers
-o Stop route addition to downed interfaces
-o Make sure route add window functionality is back or documented
- equivalences are clear
-o Merge ATM
-o Merge IRDA
-
-Possible projects for victim^H^H^H^H^Holunteers
-
-9. Implementing streams. Not as a blind slow SYS5.4 style copy but actually
-working out how to do it so it runs like greased lightning. Quite a big
-problem. [See the LiS project]
-
-11. IP over SCSI. [worked on]
-
-14. Bidirectional PLIP. Also PLIP for the newer style parallel ports.
-
-15. 802.2LLC and thus Netbeui sockets. Becoming less important since the
-rumour is microsoft are phasing out netbeui for netbios/IP. Microsoft have
-gone for netbios/funny-ipx-variant it seems in Win95, but TCP is selectable.
-
-17. PPP multilink. Another nasty job.
-
-19. IPv4 IP-AH and IP-ESP.
-
-20. (userspace) GUI interface to the bandwidth allocators so mere
- mortals can do this
-
-
-BTW: Don't let the magic words 'kernel programming' worry you. Its like DOS
-- you make a mistake you have to reboot. You do at least get dumps and a
-kernel logger that is reliable. There is now a loadable module allowing
-use of gdb on the kernel (no breakpoints though!). No magic involved.
-
-Alan