summaryrefslogtreecommitdiff
path: root/core/lwip/src/api
Commit message (Collapse)AuthorAgeFilesLines
* core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-268-1117/+1840
| | | | | | Also involved moving some calls as certain functions within lwip moved/changed. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* lwip: Update the undi driver so it handles (in theory) all network types ↵Eric W. Biederman2011-04-121-0/+1
| | | | | | | | | | | | | | | | | | | supported by undi This involves on transmmit using theundi protocol types and letting the undi layer put on the link level header, On receive this involves using the undi parsing of the link level header and generation of the link level type. This involves cloning etharp into undi.c so we have our own set of arp functions that don't care how long your hardware address is. Using ethernet link layer frames directly removes a number of weird limmitations so I do that by default when I know I am on ethernet but that is not necessary, and a quick hack to change undi_is_ethernet to always return false show that this code works on whatever flavor of network adapter you have. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
* lwip: Import lwip version 1.3.2Eric W. Biederman2011-04-088-0/+5190
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>