summaryrefslogtreecommitdiff
path: root/core/lwip/src
Commit message (Expand)AuthorAgeFilesLines
* lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin2012-04-261-1/+1
* lwipopts: increase the number of netbufsH. Peter Anvin2012-04-261-0/+1
* lwipopts.h: Bump the priority of the tcpip_threadH. Peter Anvin2012-03-301-1/+1
* lwip:undiif: Add interface with tcpip_input() callbackGene Cumm2011-10-131-1/+1
* lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()Gene Cumm2011-10-131-2/+2
* lwip: undiif: Fix debug option addressing in update_arp_entry()Gene Cumm2011-10-131-2/+2
* lwip: undiif: Fix #error typoGene Cumm2011-10-131-1/+1
* thread: allow marking invalid; allow for static mboxesH. Peter Anvin2011-10-111-1/+1
* undiif: correct bogus dprintf() statementH. Peter Anvin2011-10-011-12/+12
* pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-081-19/+5
* pxe, undiif: print UNDI information during initializationH. Peter Anvin2011-05-041-3/+3
* pxe: start the poll thread when we would have started the ISRH. Peter Anvin2011-04-261-2/+1
* pxe, undiif: install the gateway properlyH. Peter Anvin2011-04-261-1/+1
* pxe: make lwip use IANA-blessed local port numbersH. Peter Anvin2011-04-241-0/+9
* pxe: more verbose lwIP assertsH. Peter Anvin2011-04-241-1/+1
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-5/+11
* undiif: Unneeded debugging functions.Eric W. Biederman2011-04-121-0/+55
* undiif: Theoretical support for infiniband.Eric W. Biederman2011-04-122-9/+25
* lwip: Clean up the initialization sequenceEric W. Biederman2011-04-121-13/+9
* lwip: Allow up to 20 byte hardware address to support infiniband.Eric W. Biederman2011-04-121-1/+1
* lwip: Update the undi driver so it handles (in theory) all network types supp...Eric W. Biederman2011-04-123-76/+982
* core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-20/+2
* lwip: Explicitly enable udp,tcp,icmp, and receive timeouts.Eric W. Biederman2011-04-121-0/+4
* lwip: Tune memory management for performanceEric W. Biederman2011-04-121-12/+2
* lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.Eric W. Biederman2011-04-123-6/+6
* lwip: Use byteswap.h to define htons and friendsEric W. Biederman2011-04-121-0/+6
* undiif: Fix weird include order madness.Eric W. Biederman2011-04-121-1/+0
* lwip: fix timestamps, statistics functionsH. Peter Anvin2011-04-122-0/+7
* core: lwipopts: additional fine-tuningH. Peter Anvin2011-04-121-2/+8
* lwip: Disable lwip's malloc routinesEric W. Biederman2011-04-121-2/+2
* lwip: In mem.h define mem_realloc as static inlineEric W. Biederman2011-04-121-1/+1
* Make sure TCP_WND is < 64K-TCP_MSSH. Peter Anvin2011-04-121-1/+1
* core: lwip: tune parameters for performanceH. Peter Anvin2011-04-121-2/+40
* lwip: now to the point we can make a TCP connection...H. Peter Anvin2011-04-122-36/+73
* lwip: Allow clearing a dns serverH. Peter Anvin2011-04-121-1/+6
* core: pxe: additional work on the lwip portH. Peter Anvin2011-04-122-7/+53
* pxe: lwip: busy-wait if transmit is blocked for buffersH. Peter Anvin2011-04-121-11/+13
* pxe: lwip: update data pointer after getting a secondary fragmentH. Peter Anvin2011-04-121-0/+1
* pxe: hook up the interrupt routine and the lwip receive routineEric W. Biederman2011-04-121-44/+54
* lwip: fix conflict with <netinet/in.h>H. Peter Anvin2011-04-121-3/+1
* lwip: undiif - initial cut at a UNDI Ethernet-only driverH. Peter Anvin2011-04-121-0/+341
* lwip: Enable thread supportEric W. Biederman2011-04-093-4/+158
* lwip: Use kaboom.hEric W. Biederman2011-04-091-3/+1
* lwip: Minimal configuration to get lwip building in syslinuxEric W. Biederman2011-04-084-0/+59
* lwip: Delete the ipv6 support and the tests.Eric W. Biederman2011-04-089-1207/+0
* lwip: Import lwip version 1.3.2Eric W. Biederman2011-04-08120-0/+54800