summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Report our interface type as "gPXE" to avoid working around EtherbootMichael Brown2007-07-031-1/+1
* Work around Etherboot 5.4 bug when multiple packets are received.Michael Brown2007-07-031-1/+38
* Kill off now-redundant _irq() methods.Michael Brown2007-07-032-51/+0Star
* Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason toMichael Brown2007-07-031-7/+4Star
* Avoid double free on I/O buffer when rtl_transmit() returns failure.Michael Brown2007-07-031-2/+1Star
* It's not just Etherboot that fails to generate TX completions.Michael Brown2007-07-031-2/+2
* Never attempt to route the broadcast address.Michael Brown2007-07-031-0/+8
* Document TX completion bug.Michael Brown2007-07-031-0/+10
* Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
* Reserve space for link-layer header in pxenv_undi_transmit() when notMichael Brown2007-07-031-2/+10
* Enable/disable interrupts at open/close time.Michael Brown2007-07-031-0/+9
* Add missing call to free_iob() in pxenv_undi_isr().Michael Brown2007-07-031-5/+6
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-034-10/+38
* Ensure that pxe_netdev is set before starting up PXE NBP.Michael Brown2007-07-031-3/+10
* Place netdev_open()/netdev_close() calls in appropriate places.Michael Brown2007-07-031-8/+24
* Add mechanism for providing TX completion events.Michael Brown2007-07-031-9/+43
* Merge branch 'master' of ssh://rom.etherboot.org/pub/scm/gpxeMarty Connor2007-07-0219-207/+290
|\
| * Add untested support for UNDI transmit and receive.Michael Brown2007-07-027-114/+195
| * Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-026-36/+31Star
| * pxe_netdev now holds a reference to the network device.Michael Brown2007-07-027-57/+64
* | Warnings purgeMarty Connor2007-07-021-1/+1
* | Warnings purgeMarty Connor2007-07-024-764/+15Star
* | Warnings purgeMarty Connor2007-07-022-3/+2Star
* | Warnings purge of src/coreMarty Connor2007-07-029-487/+26Star
|/
* Call shutdown() from pxenv_undi_shutdown(). Probably not totallyMichael Brown2007-07-021-0/+3
* Improve debuggingMichael Brown2007-07-011-0/+6
* Removing obsolete files.Michael Brown2007-07-013-149/+0Star
* Support cards such as natsemi which treat the data as little-endianMichael Brown2007-07-012-17/+39
* Can't use strncpy() to copy strings that aren't NUL-terminated toMichael Brown2007-07-011-2/+8
* Hack together far enough to support ne2k-pci.Michael Brown2007-07-011-13/+13
* How has the legacy wrapper been working for the past month or so...?Michael Brown2007-07-011-1/+2
* DUMP_GDBSYM should not be enabled by default.Michael Brown2007-07-011-1/+1
* Add ability to resolve relative symbols as well as locate absolute ones.Michael Brown2007-06-301-0/+3
* Add gdbsym.c object to help with running gdb-to-qemuMichael Brown2007-06-304-3/+36
* Place the actual version string in .data16, rather than just theMichael Brown2007-06-301-1/+1
* Implement the two UNDI API calls used by RIS.Michael Brown2007-06-302-43/+78
* Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.Michael Brown2007-06-302-3/+23
* Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown2007-06-305-65/+46Star
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-302-55/+15Star
* I really, really screwed up the semantics of BufferSize and BufferLimit.Michael Brown2007-06-291-6/+7
* Windows RIS now gets as far as downloading NTLDR.Michael Brown2007-06-292-5/+14
* Fix stack on return from PXE NBP so that we can return properly.Michael Brown2007-06-291-1/+2
* Use internal real-mode stack from non-returnable prefixesMichael Brown2007-06-283-0/+21
* Revert "Move stack to below 0x7c00; leaving it at the default location"Michael Brown2007-06-281-5/+3Star
* Set current working URI based on TFTP server specified by DHCP.Michael Brown2007-06-281-0/+15
* Move stack to below 0x7c00; leaving it at the default locationMichael Brown2007-06-281-3/+5
* Obsoleted by downloader.cMichael Brown2007-06-282-235/+0Star
* Added missing config.[ch] lines for FTP protocolMichael Brown2007-06-282-0/+4
* Bugfix: iobuf->data always points to the start of the allocatedMichael Brown2007-06-281-1/+1