summaryrefslogtreecommitdiffstats
path: root/src/net/aoe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-091-3/+1Star
* Simplify RX data path.Michael Brown2006-06-181-7/+7
* Simplify TX datapath.Michael Brown2006-06-161-29/+4Star
* Improve tcpdump legibility.Michael Brown2006-06-011-0/+1
* Updated retry timer mechanism to incorporate smoothed RTT estimation.Michael Brown2006-06-011-1/+28
* Put in a method to get the MAC address for the AoE target. (It's notMichael Brown2006-05-311-6/+17
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-311-1/+4
* Added generic asynchronous operations code.Michael Brown2006-05-311-93/+73Star
* Handle multi-sector reads by splitting them into subcommands.Michael Brown2006-05-291-2/+48
* Initial AoE implementation. Limitations are:Michael Brown2006-05-291-0/+261