2007-01-08 |
Michael Brown | Neaten up debug messages |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove spurious debug message |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Now split out into undirom.c and undiload.c |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added any-PCI-device UNDI driver |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Tidied up debug messages |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added PCI_BASE_CLASS() macro |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added support for wildcard device/vendor ID matches |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove types and prototypes now provided in the undi... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added debugging statements |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing includes |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing declarations |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing include |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Split UNDI load/unload out into undiload.c. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove obsolete includes |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Separated out UNDI ROM location code into undirom.c... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Use "struct undi_device" instead of "struct pxe_device... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Renamed undi.c to undinet.c. (undi.c will become the... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Obsolete |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Add device to hierarchy before calling the driver's... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Remove accidentally checked-in code |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Remember to enable/disable the interrupt at the PIC. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Remove redundant debug message |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | UNDI loader routine now works |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Added PnP BIOS scanning code, separated out from the... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Marty Connor | Fixed typo |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Avoid creating implicit memcpy()s |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Partial implementation of UNDI loader caller. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Add PXE driver-scanning code, capable of locating all... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Renamed undi_net.c to undi.c. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Obsolete; net driver functionality is now in undi_net... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Added PXE bus driver (with support only for using PXE... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Obsolete |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Currently unusable; do not attempt to compile |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | This file is no longer used |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Ripped out everything except the ability to send EOI... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Add as a separate file so that we can do "make bin... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Don't include __FUNCTION__ in assert() messages; it... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Allow empty checksums on received packets |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Don't automatically call gateA20_set() when returning... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Make open() and close() an official part of the netdevi... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | We *should* use the persistent reference API for our... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | A DHCP session holds a persistent reference to a networ... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Added missing #include |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | IPv6 minirouting table entries hold persistent referenc... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | An AoE session holds a persistent reference to a net... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Minirouting table entries hold a persistent reference... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Use hotplug support to notify persistent reference... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Michael Brown | Minimal hotplug support: provide a facility for notifyi... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Send RST packets when we get a non-matching connection... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Accept RST on received packets |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Improve consistency between TCP and UDP RX datapaths |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Verify checksums on the RX datapath. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Tidy up debug messages |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Michael Brown | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Michael Brown | Use whole bytes for the ACKED and RCVD portions of... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Michael Brown | Use autocolourisation |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Michael Brown | Use auto-colourisation for debug messages. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Michael Brown | Added auto-colourising DBGC() macro |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Michael Brown | Redefine TCP state to include "flags that have been... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Michael Brown | Don't send a second FIN if we receive a FIN while in... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Michael Brown | Merge changes from mcb-tcp-fixes branch. |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Michael Brown | Keep running the main processing loop while waiting... |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Michael Brown | Added times to start/stop log messages |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Michael Brown | Ensure that old TCP connection state is destroyed befor... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Michael Brown | Cannot immediately overwrite the peer address when... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Michael Brown | Fix prototype of random() and move to stdlib.h |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Michael Brown | Make start_timer() and stop_timer() robust against... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | ibft_fill_data() prototype change. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Avoid null pointer dereferences when no username/passwo... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | When login fails, leave the session open but not in... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Use a bigger buffer for the initiator IQN |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Add ability to shut down iSCSI connection |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Default to port 0 (sic). |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Print explicit error message on iSCSI boot failure... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Add iSCSI initiator IQN as a setting |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Engage brain: since when was zero >= 0x80 ? |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Michael Brown | Some BIOSes return 0xe0 for extended characters. Just... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Added missing header |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Return ANSI sequences for special keys |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | KEY_XXX constants are now defined in gpxe/keys.h. ... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Use symbolic key names, and avoid moving beyond end... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Fix definition of KEY_END |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Use getkey() and symbolic key names. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Some key sequences seem to end with a tilde |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Add insert/delete and document keys, and documentation. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Added code to interpret ANSI keypress sequences into... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Key definitions |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Define KEY_MIN and use it in kb.c. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Prevent NULL from ever pointing to some real code or... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Return -EIO when verification fails, instead of -EINVAL. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | settings_ui() now returns a status code. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Add EIO. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Close UDP connection when DHCP completes. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | No longer needed |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Obsolete for some time now. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Split the (quick hack) boot logic out from main.c to... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Explicitly call erase(), to cope with platforms where... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Michael Brown | Add attr_{get,set,on,off} as static inlines. |
commit | commitdiff | tree | snapshot |
next |