]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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).
2007-09-16  Michael Browncreate_cq() implemented (but not tested).
2007-09-16  Michael BrownMatch doorbell layout to expected usage.
2007-09-16  Michael BrownStarted to add code for CQ creation
2007-09-16  Michael BrownRearrange data structures to maximise embedding (and...
2007-09-16  Michael BrownCommand interface now reasonably friendly.
2007-09-16  Michael BrownFirst (working) draft of command interface.
2007-09-15  Michael BrownKill off more dead code.
2007-09-15  Michael Brownpost_recv() now works, and we can pass data on the...
2007-09-15  Michael BrownKill off some dead code
2007-09-15  Michael BrownHack up IB structures at start-of-day, instead of on...
2007-09-15  Michael BrownDirect polling of TX completion queue now works.
2007-09-15  Michael BrownAdd const attribute to byte-swapping functions
2007-09-15  Michael BrownUpdated MLX_* accessor macros to use implicit type...
2007-09-15  Michael BrownStarted added poll_cq() verb.
2007-09-15  Michael BrownMap the whole of physical memory
2007-09-15  Michael Brownarbel_post_send() has been observed to transmit a packet!
2007-09-15  Michael BrownGets a response out of the hardware. (An error complet...
2007-09-14  Michael BrownPrefix arbel-specific functions etc. with arbel_
2007-09-14  Michael BrownNow at least compiles
2007-09-14  Michael BrownStarting to introduce an Infiniband device abstraction
2007-09-14  Michael BrownRemove some dead code
2007-09-14  Michael BrownNow handling TX completions in our poll loop.
2007-09-14  Michael BrownProof-of-concept to manually parse completion event
2007-09-14  Michael BrownAdd EX_FLD_BE()
2007-09-13  Michael BrownStart constructing a generic poll() routine.
2007-09-13  Michael BrownCan now both send and receive packets. LL header forma...
2007-09-13  Michael BrownAdded netdev_priv() to ease Linux driver compatibility.
next