| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added strerror(0)=="No error", so that TCP protocols can use | Michael Brown | 2007-01-11 | 1 | -0/+1 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 6 | -295/+191 |
| * | Move include/buffer.h to include/gpxe/buffer.h | Michael Brown | 2007-01-11 | 7 | -9/+9 |
| * | Warn when net device on an active route is not open. | Michael Brown | 2007-01-10 | 1 | -0/+2 |
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 4 | -2/+89 |
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 6 | -33/+85 |
| * | Try booting from the "boot" network device first (i.e. the one which we | Michael Brown | 2007-01-10 | 1 | -7/+80 |
| * | Add find_pci_netdev() | Michael Brown | 2007-01-10 | 2 | -0/+20 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 10 | -24/+116 |
| * | Give UNDI device a more meaningful name. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| * | Force ordering of commands within help list. | Michael Brown | 2007-01-10 | 1 | -13/+13 |
| * | Force ordering of commands in help list. | Michael Brown | 2007-01-10 | 1 | -13/+14 |
| * | Having forced __table() to natural structure alignment, it now seems | Michael Brown | 2007-01-10 | 1 | -41/+43 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 51 | -135/+184 |
| * | Remove uIP; we haven't used it for quite some time now. | Michael Brown | 2007-01-10 | 8 | -3338/+2 |
| * | Allow udp_{send,sendto,sendto_via} to be called outside of the | Michael Brown | 2007-01-10 | 1 | -32/+39 |
| * | DHCP transmits via specified net device, so no need to create a dummy | Michael Brown | 2007-01-10 | 2 | -10/+2 |
| * | Add udp_sendto_via() to allow e.g. DHCP to transmit without first having | Michael Brown | 2007-01-10 | 2 | -3/+30 |
| * | Allow an explicit network device to be specified for IP-layer | Michael Brown | 2007-01-10 | 7 | -17/+32 |
| * | Add interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+1 |
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 5 | -18/+24 |
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 7 | -35/+291 |
| * | Add "name" field to network device, to facilitate netdev commands. | Michael Brown | 2007-01-10 | 6 | -15/+39 |
| * | Add RX quotas to the net device poll() method. This avoids the problem | Michael Brown | 2007-01-09 | 6 | -37/+76 |
| * | Autopadding was sometimes overwriting the struct list_head at the end | Michael Brown | 2007-01-09 | 1 | -7/+16 |
| * | Rename pkb_available() to pkb_tailroom() for consistency with Linux's | Michael Brown | 2007-01-09 | 4 | -11/+21 |
| * | Added net device TX queue; this will be needed to support the PXE UNDI API | Michael Brown | 2007-01-09 | 6 | -77/+127 |
| * | Move start/stop/expire debug messages to DBG2() level. | Michael Brown | 2007-01-09 | 1 | -6/+6 |
| * | Added ability to break ISR processing over several calls to poll(). | Michael Brown | 2007-01-09 | 1 | -17/+34 |
| * | Send EOI after enabling interrupt, in case the device had asserted IRQ | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | Allow boot sector to completely destroy real-mode stack, but still | Michael Brown | 2007-01-09 | 1 | -10/+15 |
| * | Leave protected-mode return address on PM stack when issuing a | Michael Brown | 2007-01-09 | 1 | -11/+10 |
| * | Define "connected" as | Michael Brown | 2007-01-09 | 1 | -1/+9 |
| * | Reset character attributes before start of welcome banner, in case | Michael Brown | 2007-01-09 | 1 | -1/+1 |
| * | We can't assert that the RX engine is idle in iscsi_done(), because it | Michael Brown | 2007-01-09 | 1 | -2/+0 |
| * | Use debug auto-colourisation. | Michael Brown | 2007-01-09 | 1 | -42/+47 |
| * | Clean up connection closing and permanent failure logic. | Michael Brown | 2007-01-09 | 2 | -32/+69 |
| * | Obsoleted by drivers/net/undionly.c | Michael Brown | 2007-01-09 | 1 | -182/+0 |
| * | Added UNDI root bus driver (which saves including all the PCI bus code, | Michael Brown | 2007-01-09 | 1 | -0/+96 |
| * | Added missing call to undinet_remove() | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | undipci_probe() has to calculate busdevfn anyway, so we may as well pass | Michael Brown | 2007-01-09 | 3 | -22/+21 |
| * | Avoid erasing non-existent signatures in undi_unload() | Michael Brown | 2007-01-09 | 1 | -2/+4 |
| * | Avoid leaving preloaded_undi with invalid PXENV+/!PXE structure | Michael Brown | 2007-01-09 | 1 | -3/+15 |
| * | Since we now always unload the base code stack (even if we keep UNDI), | Michael Brown | 2007-01-09 | 1 | -83/+24 |
| * | If preloaded device matches, use that rather than going via the UNDI | Michael Brown | 2007-01-09 | 1 | -21/+46 |
| * | Populate preloaded_undi device when applicable. | Michael Brown | 2007-01-09 | 1 | -0/+9 |
| * | Provide storage for an undi_device structure representing the preloaded | Michael Brown | 2007-01-09 | 2 | -0/+51 |
| * | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical device. | Michael Brown | 2007-01-09 | 1 | -136/+480 |
| * | Use fixed-width fields in struct undi_device, so that pxeprefix.S will be | Michael Brown | 2007-01-09 | 2 | -23/+29 |
| * | Copy pxelinux's shutdown sequence: use UNLOAD_STACK without STOP_BASE, | Michael Brown | 2007-01-08 | 1 | -3/+9 |