]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-11-21  Michael BrownAdd ProxyDHCP support.
2007-11-21  Marty ConnorAdded netdev_nullify to natsemi_remove()
2007-11-21  Michael BrownRemoved old e1000 driver.
2007-11-21  Michael BrownMerge commit 'origin/mdc-working'
2007-11-21  Michael BrownRemove some assumptions about DHCP obtaining only a...
2007-11-21  Michael BrownAdd PXE-required DHCP options to DHCPDISCOVER and DHCPR...
2007-11-21  Michael BrownAdd UUID to DHCP request as option 97 (if available).
2007-11-21  Marty ConnorFixed receive instability by not enabling interrupts...
2007-11-21  Michael BrownAdded definition of a UUID and uuid_ntoa() (for debuggi...
2007-11-21  Michael BrownUpdate SMBIOS internal API to be easier to use, and...
2007-11-20  Marty ConnorThis version now transmits and receives.
2007-11-20  Marty ConnorAutonegotiation fixes. NIC now autonegotiates to whate...
2007-11-20  Marty ConnorA version of the new e1000 driver that transmits.
2007-11-20  Michael BrownReplace "Etherboot" strings with "gPXE".
2007-11-19  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-11-19  Michael BrownAdd bin/pci_VVVV_DDDD target to allow building ROM...
2007-11-18  Marty ConnorFix typo.
2007-11-18  Marty ConnorAdd e1000 directory to build, since the driver compiles...
2007-11-18  Marty ConnorRename e1000_main.c to e1000.c to so we can type 'make...
2007-11-18  Marty ConnorAdd errfile definition for new e1000.c
2007-11-18  Marty ConnorIntroduce files for new e1000 driver
2007-11-18  Marty ConnorAdd src/drivers/net/e1000 as home of new e1000 driver
2007-11-18  Marty ConnorMove current e1000 driver files to e1000-old/ directory...
2007-11-18  Marty ConnorAdd ERRFILE information for e1000_main and e1000_hw...
2007-11-18  Marty ConnorRemove unnecessary variable.
2007-11-05  Michael BrownWork around a bug in the OpenSolaris iSCSI target.
2007-11-04  Michael BrownAllow space for the kernel's real-mode .bss. Previousl...
2007-10-29  Michael BrownAdd missing attribute(packed) to two structures.
2007-10-29  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-10-29  Michael BrownMerge branch '3leaf'
2007-10-22  Michael BrownAdded one more PCI ID
2007-10-10  Michael BrownChange ROM names to lower case.
2007-10-10  Michael BrownEnsure that empty e820 regions are skipped even at...
2007-10-10  Michael BrownEnsure that empty e820 regions are skipped even at...
2007-10-10  Michael BrownAdd a missing PCI ID that is tested as working.
2007-10-04  Michael BrownForce a netdevice poll in net_tx() before attempting...
2007-10-04  Michael BrownForce a netdevice poll in net_tx() before attempting...
2007-09-28  Michael BrownRedefine bzimage_exec_context::mem_limit to be the...
2007-09-26  Michael BrownQuick and very dirty hack to get r8169 driver working...
2007-09-26  Michael BrownStandardise DBG_PRINTF()->DBG(), and remove custom...
2007-09-25  Michael BrownSwitch rm_ss and rm_sp back to being words; it'll make...
2007-09-25  Michael BrownDon't use the "rep ss movsb" trick to copy the RM stack...
2007-09-25  Michael Brownrm_ss, rm_sp, and pm_esp don't need to be accessed...
2007-09-25  Michael BrownMinor refactoring to eliminate duplication.
2007-09-25  Michael BrownUse full protected mode for access to high memory withi...
2007-09-21  Michael BrownAdded more verbose memory-map debugging.
2007-09-21  Michael BrownAdded more verbose memory-map debugging.
2007-09-21  Michael BrownMerge branch 'master' into 3leaf-delivery
2007-09-21  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-09-21  Michael BrownInfinband requires longer link-layer addresses and...
2007-09-21  Michael BrownAdded defines for Infiniband files (which can't be...
2007-09-21  Michael BrownMinor debug message improvement.
2007-09-21  Michael BrownUse RFC4390 whenever hardware address exceeds 16 bytes...
2007-09-21  Michael BrownAdd const attribute to byte-swapping functions
2007-09-21  Michael BrownDon't get stuck in an infinite loop on negative integers!
2007-09-21  Michael BrownAdd fls() for non-constant values.
2007-09-21  Michael BrownMoved iobuf.h assertions outside the static inline...
2007-09-18  Michael BrownReverted driver/net/mlx_ipoib to clean master state
2007-09-18  Michael BrownMerge branch 'master' into 3leaf-rewrite
2007-09-18  Michael BrownIB can't afford many RX buffers, because the MTU is...
2007-09-18  Michael BrownAdded arbel.c
2007-09-18  Michael BrownRemove the last remaining visible hack.
2007-09-18  Michael BrownSeparated out to a clean new drivers/infiniband directory.
2007-09-18  Michael BrownFirst version that works with SELF_INIT!
2007-09-18  Michael BrownGets most of the way through initialisation.
2007-09-18  Michael BrownAdded sw2hw_mpt
2007-09-18  Michael BrownINIT_HCA block now matches.
2007-09-18  Michael BrownSeems to get through the ICM mapping process
2007-09-18  Michael BrownICM allocation code in place; about to start test-and...
2007-09-18  Michael BrownICM allocation code *should* now be complete.
2007-09-18  Michael BrownStarted with the ICM partitioning code.
2007-09-17  Michael BrownRestructured bits of initialisation (not testable at...
2007-09-17  Michael BrownStarting the firmware directly now works.
2007-09-17  Michael BrownStart migrating the remaining initialisation steps.
2007-09-17  Michael BrownDon't use the mailboxless version of the HW2SW_CQ comma...
2007-09-17  Michael BrownRemoved more hacks, and adjusted number of queue entrie...
2007-09-17  Michael BrownRemove hacks, and fix leaving the multicast GID.
2007-09-17  Michael BrownAdded an almost obscene amount of debugging and asserti...
2007-09-17  Michael BrownMinor debug message improvement.
2007-09-17  Michael BrownMoved iobuf.h assertions outside the static inline...
2007-09-17  Michael BrownSome interesting packet corruption happening now.
2007-09-17  Michael BrownBroadcast GID is now calculated by IPoIB layer.
2007-09-17  Michael BrownCleaned up some debug messages.
2007-09-17  Michael BrownUnicasts seem to be working. :)
2007-09-17  Michael BrownDead code disabling
2007-09-17  Michael BrownObtains a response to the get path record!
2007-09-17  Michael BrownUse pkey table access to determine broadcast GID directly.
2007-09-17  Michael BrownPrepare for adding a metadata queue to IPoIB
2007-09-17  Michael BrownDead code removal
2007-09-17  Michael BrownIPoIB code separated out to ipoib.c.
2007-09-17  Michael BrownRead port GID directly using MAD IFC.
2007-09-16  Michael BrownMulticast join now works.
2007-09-16  Michael BrownNow transmits packets on our own allocated IPoIB queue...
2007-09-16  Michael BrownAlmost working with own-queue allocation.
2007-09-16  Michael Browncreate_qp() and destroy_qp() now written (but not tested).
2007-09-16  Michael BrownStarted implementing create_qp() and destroy_qp().
2007-09-16  Michael BrownDon't get stuck in an infinite loop on negative integers!
2007-09-16  Michael BrownAdd fls() for non-constant values.
2007-09-16  Michael BrownRevert to dev_priv/owner_priv scheme, rather than conta...
2007-09-16  Michael Browndestroy_cq() now implemented (not tested).
next