aboutsummaryrefslogtreecommitdiffstats
path: root/core/lwip
AgeCommit message (Expand)AuthorFilesLines
2015-05-03fix a few typosJonathan Boeing1-1/+1
2013-09-23core/lwip: Fix NULL pointer checkGene Cumm1-1/+1
2013-09-23undiif: show thread of execution on UNDIIF_ID_DEBUGGene Cumm1-3/+7
2013-08-03core: mbox/semaphore NULL checksGene Cumm1-1/+4
2013-08-03core/lwip/undi: Improve UNDIIF_ID_DEBUG messagesGene Cumm1-8/+9
2013-07-20core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debugGene Cumm2-1/+220
2013-07-13lwip/undiif: split arphdr._hwlen_protolenGene Cumm1-5/+7
2013-07-12lwip: Allow LWIP_PLATFORM_* output to use dprintfGene Cumm1-2/+12
2013-07-12lwip: undiif: Fix debug options to unique *_DEBUG macrosGene Cumm2-35/+56
2013-02-26lwip: Fix use-after-free memory corruptionMatt Fleming1-0/+1
2012-05-29pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin1-2/+2
2012-05-29pxe: force polling on if we receive no interruptsH. Peter Anvin1-0/+16
2012-05-29Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin112-7883/+12478
2012-04-27core/pxe: lwip semaphore changesGene Cumm3-29/+80
2012-04-26core/lwip: update to lwIP-1.4.0Gene Cumm109-7854/+12398
2012-04-26lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin1-1/+1
2012-04-26lwipopts: increase the number of netbufsH. Peter Anvin1-0/+1
2012-03-30lwipopts.h: Bump the priority of the tcpip_threadH. Peter Anvin1-1/+1
2011-10-13lwip:undiif: Add interface with tcpip_input() callbackGene Cumm1-1/+1
2011-10-13lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()Gene Cumm1-2/+2
2011-10-13lwip: undiif: Fix debug option addressing in update_arp_entry()Gene Cumm1-2/+2
2011-10-13lwip: undiif: Fix #error typoGene Cumm1-1/+1
2011-10-11thread: allow marking invalid; allow for static mboxesH. Peter Anvin1-1/+1
2011-10-01undiif: correct bogus dprintf() statementH. Peter Anvin1-12/+12
2011-05-08pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin1-19/+5
2011-05-04pxe, undiif: print UNDI information during initializationH. Peter Anvin1-3/+3
2011-04-26pxe: start the poll thread when we would have started the ISRH. Peter Anvin1-2/+1
2011-04-26pxe, undiif: install the gateway properlyH. Peter Anvin1-1/+1
2011-04-24pxe: make lwip use IANA-blessed local port numbersH. Peter Anvin1-0/+9
2011-04-24pxe: more verbose lwIP assertsH. Peter Anvin1-1/+1
2011-04-22lwip: handle UNDI stacks which need to be polledH. Peter Anvin1-5/+11
2011-04-12undiif: Unneeded debugging functions.Eric W. Biederman1-0/+55
2011-04-12undiif: Theoretical support for infiniband.Eric W. Biederman2-9/+25
2011-04-12lwip: Clean up the initialization sequenceEric W. Biederman1-13/+9
2011-04-12lwip: Allow up to 20 byte hardware address to support infiniband.Eric W. Biederman1-1/+1
2011-04-12lwip: Update the undi driver so it handles (in theory) all network types supp...Eric W. Biederman3-76/+982
2011-04-12core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman1-20/+2
2011-04-12lwip: Explicitly enable udp,tcp,icmp, and receive timeouts.Eric W. Biederman1-0/+4
2011-04-12lwip: Tune memory management for performanceEric W. Biederman1-12/+2
2011-04-12lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.Eric W. Biederman5-8/+8
2011-04-12lwip: Use byteswap.h to define htons and friendsEric W. Biederman1-0/+6
2011-04-12undiif: Fix weird include order madness.Eric W. Biederman1-1/+0
2011-04-12lwip: fix timestamps, statistics functionsH. Peter Anvin2-0/+7
2011-04-12core: lwipopts: additional fine-tuningH. Peter Anvin1-2/+8
2011-04-12lwip: Disable lwip's malloc routinesEric W. Biederman1-2/+2
2011-04-12lwip: In mem.h define mem_realloc as static inlineEric W. Biederman1-1/+1
2011-04-12Make sure TCP_WND is < 64K-TCP_MSSH. Peter Anvin1-1/+1
2011-04-12core: lwip: tune parameters for performanceH. Peter Anvin1-2/+40
2011-04-12lwip: now to the point we can make a TCP connection...H. Peter Anvin2-36/+73
2011-04-12lwip: Allow clearing a dns serverH. Peter Anvin1-1/+6
2011-04-12core: pxe: additional work on the lwip portH. Peter Anvin2-7/+53
2011-04-12pxe: lwip: busy-wait if transmit is blocked for buffersH. Peter Anvin1-11/+13
2011-04-12pxe: lwip: update data pointer after getting a secondary fragmentH. Peter Anvin1-0/+1
2011-04-12pxe: hook up the interrupt routine and the lwip receive routineEric W. Biederman1-44/+54
2011-04-12lwip: fix conflict with <netinet/in.h>H. Peter Anvin1-3/+1
2011-04-12lwip: undiif - initial cut at a UNDI Ethernet-only driverH. Peter Anvin1-0/+341
2011-04-09lwip: Enable thread supportEric W. Biederman3-4/+158
2011-04-09lwip: Use kaboom.hEric W. Biederman1-3/+1
2011-04-08lwip: Minimal configuration to get lwip building in syslinuxEric W. Biederman4-0/+59
2011-04-08lwip: Delete the ipv6 support and the tests.Eric W. Biederman19-2159/+0
2011-04-08lwip: Import lwip version 1.3.2Eric W. Biederman140-0/+59388