summaryrefslogtreecommitdiff
path: root/core/lwip
Commit message (Expand)AuthorAgeFilesLines
* fix a few typosJonathan Boeing2015-05-031-1/+1
* core/lwip: Fix NULL pointer checkGene Cumm2013-09-231-1/+1
* undiif: show thread of execution on UNDIIF_ID_DEBUGGene Cumm2013-09-231-3/+7
* core: mbox/semaphore NULL checksGene Cumm2013-08-031-1/+4
* core/lwip/undi: Improve UNDIIF_ID_DEBUG messagesGene Cumm2013-08-031-8/+9
* core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debugGene Cumm2013-07-202-1/+220
* lwip/undiif: split arphdr._hwlen_protolenGene Cumm2013-07-131-5/+7
* lwip: Allow LWIP_PLATFORM_* output to use dprintfGene Cumm2013-07-121-2/+12
* lwip: undiif: Fix debug options to unique *_DEBUG macrosGene Cumm2013-07-122-35/+56
* lwip: Fix use-after-free memory corruptionMatt Fleming2013-02-261-0/+1
* pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2012-05-291-2/+2
* pxe: force polling on if we receive no interruptsH. Peter Anvin2012-05-291-0/+16
* Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-29112-7883/+12478
|\
| * core/pxe: lwip semaphore changesGene Cumm2012-04-273-29/+80
| * core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-26109-7854/+12398
* | 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-125-8/+8
* 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