..
nvs
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
2006-05-26 15:39:24 +00:00
aoe.h
Initial AoE implementation. Limitations are:
2006-05-28 23:29:43 +00:00
arp.h
Network layer now works as a proof of concept
2006-04-28 14:13:50 +00:00
ata.h
Use separate data-in and data-out buffers.
2006-05-28 23:26:42 +00:00
blockdev.h
Add the concept of a "user pointer" (similar to the void __user * in
2006-05-19 15:06:51 +00:00
device.h
Added generic device model.
2006-05-16 14:10:21 +00:00
ethernet.h
Network API now allows for multiple network devices (although the
2006-04-24 15:38:53 +00:00
ftp.h
Merge TCP aborted(), timedout() and closed() methods into a single
2006-04-30 16:59:45 +00:00
heap.h
Tear out old heap code, replace with code that simply allocates memory
2006-05-16 15:00:36 +00:00
hello.h
Make tcp_connect() void; it will eventually have no failure case.
2006-04-30 02:13:52 +00:00
if_arp.h
Header rearrangement.
2006-04-24 15:42:49 +00:00
if_ether.h
Add ETH_P_AOE
2006-05-28 21:47:52 +00:00
in.h
Header rearrangement.
2006-04-24 15:42:49 +00:00
init.h
Removed some obsolete INIT_XXX constants.
2006-05-25 01:09:06 +00:00
ip.h
Put the TCP connection periodic processing in tcp.c, where it belongs.
2006-04-30 02:08:42 +00:00
iscsi.h
iSCSI writes seem to be working (at least, the ethereal trace shows no
2006-05-19 00:20:08 +00:00
list.h
Add list_for_each_entry_safe.
2006-05-16 14:14:31 +00:00
netdevice.h
Change semantics of network API so that packet-absorbing calls *always*
2006-04-29 17:17:43 +00:00
pci_ids.h
Header rearrangement.
2006-04-24 15:42:49 +00:00
pci.h
Strip down i386 PCI configuration space I/O to the bare minimum. A
2006-05-17 01:12:11 +00:00
pkbuff.h
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
2006-05-27 13:39:45 +00:00
process.h
Added basic code for implementing co-operative multitasking.
2006-04-29 16:42:09 +00:00
scsi.h
Added missing @file block
2006-05-20 13:25:07 +00:00
tables.h
gcc is rather over-aggressive about optimising out static data structures
2006-04-24 18:31:37 +00:00
tcp.h
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
2006-05-27 19:01:20 +00:00
uaccess.h
Add the concept of a "user pointer" (similar to the void __user * in
2006-05-19 15:06:51 +00:00