Import 2.3.13
[davej-history.git] / net / Changes
blob6ff0219ccd5fbcfa2628ed447bfee8997b942758
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       Fix merging the bridge code
10 o       Remove kernel RARP and replace with user mode daemon.
11 o       Merge ARM half word trap fixes for ethernet headers
12 o       Stop route addition to downed interfaces
13 o       Make sure route add window functionality is back or documented
14         equivalences are clear
15 o       Merge ATM 
16 o       Merge IRDA
18 Possible projects for victim^H^H^H^H^Holunteers
20 9.      Implementing streams. Not as a blind slow SYS5.4 style copy but actually
21 working out how to do it so it runs like greased lightning. Quite a big
22 problem. [See the LiS project]
24 11.     IP over SCSI. [worked on]
26 14.     Bidirectional PLIP. Also PLIP for the newer style parallel ports.
28 15.     802.2LLC and thus Netbeui sockets. Becoming less important since the
29 rumour is microsoft are phasing out netbeui for netbios/IP. Microsoft have
30 gone for netbios/funny-ipx-variant it seems in Win95, but TCP is selectable.
32 17.     PPP multilink. Another nasty job.
34 19.     IPv4 IP-AH and IP-ESP.
36 20.     (userspace) GUI interface to the bandwidth allocators so mere
37         mortals can do this
40 BTW: Don't let the magic words 'kernel programming' worry you. Its like DOS
41 - you make a mistake you have to reboot. You do at least get dumps and a
42 kernel logger that is reliable. There is now a loadable module allowing
43 use of gdb on the kernel (no breakpoints though!). No magic involved.
45 Alan