Remove random garbage diff.
[linux-2.6/linux-mips.git] / net / Changes
blob3e88ee85f0a44a5c44430c3b553670f3567d5e2b
1 --------------- Things That Need Doing Before 2.2 ------------------
3 o       insw_and_csum
5 -------------------------- Bugs to fix ------------------------------
7 o       Should unix domain connect never block ?
8 o       Screend loadable firewall module
9 o       Remove kernel RARP and replace with user mode daemon.
10 o       Merge ARM half word trap fixes for ethernet headers
11 o       Stop route addition to downed interfaces
12 o       Make sure route add window functionality is back or documented
13         equivalences are clear
14 o       Merge ATM 
15 o       Merge IRDA
17 Possible projects for victim^H^H^H^H^Holunteers
19 9.      Implementing streams. Not as a blind slow SYS5.4 style copy but actually
20 working out how to do it so it runs like greased lightning. Quite a big
21 problem. [See the LiS project]
23 11.     IP over SCSI. [worked on]
25 14.     Bidirectional PLIP. Also PLIP for the newer style parallel ports.
27 15.     802.2LLC and thus Netbeui sockets. Becoming less important since the
28 rumour is microsoft are phasing out netbeui for netbios/IP. Microsoft have
29 gone for netbios/funny-ipx-variant it seems in Win95, but TCP is selectable.
31 17.     PPP multilink. Another nasty job.
33 19.     IPv4 IP-AH and IP-ESP.
35 20.     (userspace) GUI interface to the bandwidth allocators so mere
36         mortals can do this
39 BTW: Don't let the magic words 'kernel programming' worry you. Its like DOS
40 - you make a mistake you have to reboot. You do at least get dumps and a
41 kernel logger that is reliable. There is now a loadable module allowing
42 use of gdb on the kernel (no breakpoints though!). No magic involved.
44 Alan