summaryrefslogtreecommitdiff
path: root/core/lwip/doc
Commit message (Collapse)AuthorAgeFilesLines
* core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-263-16/+31
| | | | | | Also involved moving some calls as certain functions within lwip moved/changed. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.Eric W. Biederman2011-04-122-2/+2
| | | | | | | | There are efficiency problems in the lwip stack related to memory management. Remove the conflict in the name memory_init so I can experiment to see which allocator is better for large file transfers. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
* lwip: Import lwip version 1.3.2Eric W. Biederman2011-04-086-0/+1091
Peter's comment on the import of 1.3.1 was: > Import the lwip TCP/IP stack, with the intent to use it instead of > raw PXE calls in PXELINUX. Lots of work to be done here, though. I am taking Peters original mostly working port updating it to the newest syslinux and the most recent stable version of lwip and seeing if I can get a usable mergable version Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>