]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-01-09  Michael BrownAdd RX quotas to the net device poll() method. This...
2007-01-09  Michael BrownAutopadding was sometimes overwriting the struct list_h...
2007-01-09  Michael BrownRename pkb_available() to pkb_tailroom() for consistenc...
2007-01-09  Michael BrownAdded net device TX queue; this will be needed to suppo...
2007-01-09  Michael BrownMove start/stop/expire debug messages to DBG2() level.
2007-01-09  Michael BrownAdded ability to break ISR processing over several...
2007-01-09  Michael BrownSend EOI after enabling interrupt, in case the device...
2007-01-09  Michael BrownAllow boot sector to completely destroy real-mode stack...
2007-01-09  Michael BrownLeave protected-mode return address on PM stack when...
2007-01-09  Michael BrownDefine "connected" as
2007-01-09  Michael BrownReset character attributes before start of welcome...
2007-01-09  Michael BrownWe can't assert that the RX engine is idle in iscsi_don...
2007-01-09  Michael BrownUse debug auto-colourisation.
2007-01-09  Michael BrownClean up connection closing and permanent failure logic.
2007-01-09  Michael BrownObsoleted by drivers/net/undionly.c
2007-01-09  Michael BrownAdded UNDI root bus driver (which saves including all...
2007-01-09  Michael BrownAdded missing call to undinet_remove()
2007-01-09  Michael Brownundipci_probe() has to calculate busdevfn anyway, so...
2007-01-09  Michael BrownAvoid erasing non-existent signatures in undi_unload()
2007-01-09  Michael BrownAvoid leaving preloaded_undi with invalid PXENV+/!PXE...
2007-01-09  Michael BrownSince we now always unload the base code stack (even...
2007-01-09  Michael BrownIf preloaded device matches, use that rather than going...
2007-01-09  Michael BrownPopulate preloaded_undi device when applicable.
2007-01-09  Michael BrownProvide storage for an undi_device structure representi...
2007-01-09  Michael BrownCall PXENV_UNDI_GET_NIC_TYPE to identify NIC physical...
2007-01-09  Michael BrownUse fixed-width fields in struct undi_device, so that...
2007-01-08  Michael BrownCopy pxelinux's shutdown sequence: use UNLOAD_STACK...
2007-01-08  Michael BrownNew strategy: always stop both base code and UNDI....
2007-01-08  Michael BrownChecking in obsolete but working memory-scanning code...
2007-01-08  Michael BrownNeaten up debug messages
2007-01-08  Michael BrownRemove spurious debug message
2007-01-08  Michael BrownNow split out into undirom.c and undiload.c
2007-01-08  Michael BrownAdded any-PCI-device UNDI driver
2007-01-08  Michael BrownTidied up debug messages
2007-01-08  Michael BrownAdded PCI_BASE_CLASS() macro
2007-01-08  Michael BrownAdded support for wildcard device/vendor ID matches
2007-01-08  Michael BrownRemove types and prototypes now provided in the undi...
2007-01-08  Michael BrownAdded debugging statements
2007-01-08  Michael BrownAdded missing includes
2007-01-08  Michael BrownAdded missing declarations
2007-01-08  Michael BrownAdded missing include
2007-01-08  Michael BrownSplit UNDI load/unload out into undiload.c.
2007-01-08  Michael BrownRemove obsolete includes
2007-01-08  Michael BrownSeparated out UNDI ROM location code into undirom.c...
2007-01-08  Michael BrownUse "struct undi_device" instead of "struct pxe_device...
2007-01-08  Michael BrownRenamed undi.c to undinet.c. (undi.c will become the...
2007-01-08  Michael BrownObsolete
2007-01-08  Michael BrownAdd device to hierarchy before calling the driver's...
2007-01-07  Michael BrownRemove accidentally checked-in code
2007-01-07  Michael BrownMove START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and
2007-01-07  Michael BrownRemember to enable/disable the interrupt at the PIC.
2007-01-05  Michael BrownRemove redundant debug message
2007-01-05  Michael BrownUNDI loader routine now works
2007-01-05  Michael BrownAdded PnP BIOS scanning code, separated out from the...
2007-01-05  Marty ConnorFixed typo
2007-01-05  Michael BrownAvoid creating implicit memcpy()s
2007-01-05  Michael BrownPartial implementation of UNDI loader caller.
2007-01-05  Michael BrownAdd PXE driver-scanning code, capable of locating all...
2007-01-04  Michael BrownRenamed undi_net.c to undi.c.
2007-01-04  Michael BrownObsolete; net driver functionality is now in undi_net...
2007-01-04  Michael BrownAdded PXE bus driver (with support only for using PXE...
2007-01-04  Michael BrownObsolete
2007-01-04  Michael BrownCurrently unusable; do not attempt to compile
2007-01-04  Michael BrownThis file is no longer used
2007-01-04  Michael BrownRipped out everything except the ability to send EOI...
2007-01-04  Michael BrownAdd as a separate file so that we can do "make bin...
2007-01-04  Michael BrownDon't include __FUNCTION__ in assert() messages; it...
2007-01-04  Michael BrownAllow empty checksums on received packets
2007-01-04  Michael BrownDon't automatically call gateA20_set() when returning...
2007-01-04  Michael BrownMake open() and close() an official part of the netdevi...
2007-01-04  Michael BrownWe *should* use the persistent reference API for our...
2007-01-04  Michael BrownA DHCP session holds a persistent reference to a networ...
2007-01-04  Michael BrownAdded missing #include
2007-01-04  Michael BrownIPv6 minirouting table entries hold persistent referenc...
2007-01-04  Michael BrownAn AoE session holds a persistent reference to a net...
2007-01-04  Michael BrownMinirouting table entries hold a persistent reference...
2007-01-04  Michael BrownUse hotplug support to notify persistent reference...
2007-01-04  Michael BrownMinimal hotplug support: provide a facility for notifyi...
2007-01-03  Michael BrownSend RST packets when we get a non-matching connection...
2007-01-03  Michael BrownAccept RST on received packets
2007-01-03  Michael BrownImprove consistency between TCP and UDP RX datapaths
2007-01-03  Michael BrownVerify checksums on the RX datapath.
2007-01-03  Michael BrownTidy up debug messages
2007-01-03  Michael BrownFix compiler warning
2006-12-30  Michael BrownUse whole bytes for the ACKED and RCVD portions of...
2006-12-29  Michael BrownUse autocolourisation
2006-12-29  Michael BrownUse auto-colourisation for debug messages.
2006-12-29  Michael BrownAdded auto-colourising DBGC() macro
2006-12-29  Michael BrownRedefine TCP state to include "flags that have been...
2006-12-27  Michael BrownDon't send a second FIN if we receive a FIN while in...
2006-12-27  Michael BrownMerge changes from mcb-tcp-fixes branch.
2006-12-27  Michael BrownKeep running the main processing loop while waiting...
2006-12-27  Michael BrownAdded times to start/stop log messages
2006-12-22  Michael BrownEnsure that old TCP connection state is destroyed befor...
2006-12-22  Michael BrownCannot immediately overwrite the peer address when...
2006-12-22  Michael BrownFix prototype of random() and move to stdlib.h
2006-12-22  Michael BrownMake start_timer() and stop_timer() robust against...
2006-12-21  Michael Brownibft_fill_data() prototype change.
2006-12-21  Michael BrownAvoid null pointer dereferences when no username/passwo...
2006-12-21  Michael BrownWhen login fails, leave the session open but not in...
next