summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
* Added missing "extern"Michael Brown2007-07-031-2/+2
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-0310-610/+7Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-036-18/+35
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-0310-610/+7Star
* | | This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0Star
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-0310-21/+9Star
* | | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and removeMichael Brown2007-07-032-182/+15Star
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-036-18/+35
|/
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-0311-108/+130
|\
| * Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-035-43/+60
| * 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
* | Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-038-6/+15
|/
* 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