summaryrefslogtreecommitdiff
path: root/core/lwip/src/netif/undiif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-121-8/+24
* lwip: Clean up the initialization sequenceEric W. Biederman2011-04-121-13/+9
* lwip: Update the undi driver so it handles (in theory) all network types supp...Eric W. Biederman2011-04-121-76/+980
* core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-20/+2
* undiif: Fix weird include order madness.Eric W. Biederman2011-04-121-1/+0
* lwip: now to the point we can make a TCP connection...H. Peter Anvin2011-04-121-35/+65
* core: pxe: additional work on the lwip portH. Peter Anvin2011-04-121-7/+52
* 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: undiif - initial cut at a UNDI Ethernet-only driverH. Peter Anvin2011-04-121-0/+341