| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | New strategy: always stop both base code and UNDI. Always free base code | Michael Brown | 2007-01-08 | 2 | -72/+89 |
| * | Checking in obsolete but working memory-scanning code just for the record | Michael Brown | 2007-01-08 | 1 | -193/+70 |
| * | Neaten up debug messages | Michael Brown | 2007-01-08 | 1 | -3/+3 |
| * | Remove spurious debug message | Michael Brown | 2007-01-08 | 1 | -1/+0 |
| * | Now split out into undirom.c and undiload.c | Michael Brown | 2007-01-08 | 1 | -324/+0 |
| * | Added any-PCI-device UNDI driver | Michael Brown | 2007-01-08 | 1 | -0/+119 |
| * | Tidied up debug messages | Michael Brown | 2007-01-08 | 1 | -1/+2 |
| * | Added PCI_BASE_CLASS() macro | Michael Brown | 2007-01-08 | 1 | -0/+2 |
| * | Added support for wildcard device/vendor ID matches | Michael Brown | 2007-01-08 | 2 | -1/+7 |
| * | Remove types and prototypes now provided in the undi*.h headers. | Michael Brown | 2007-01-08 | 1 | -90/+2 |
| * | Added debugging statements | Michael Brown | 2007-01-08 | 1 | -1/+19 |
| * | Added missing includes | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing declarations | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing include | Michael Brown | 2007-01-08 | 1 | -0/+2 |