summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure that empty e820 regions are skipped even at the end of theMichael Brown2007-10-101-11/+18
* Force a netdevice poll in net_tx() before attempting to transmitMichael Brown2007-10-041-0/+8
* Added more verbose memory-map debugging.Michael Brown2007-09-212-11/+43
* Merge branch 'master' into 3leaf-deliveryMichael Brown2007-09-212-1/+11
|\
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-09-212-1/+11
| |\
| | * Added netdev_priv() to ease Linux driver compatibility.Michael Brown2007-09-131-0/+11
| | * Removed file checked in accidentallyMichael Brown2007-09-131-1/+0Star
| * | Infinband requires longer link-layer addresses and headers than Ethernet.Michael Brown2007-09-211-2/+2
| * | Added defines for Infiniband files (which can't be committed to theMichael Brown2007-09-211-0/+3
| * | Minor debug message improvement.Michael Brown2007-09-211-2/+3
| * | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-212-2/+43
| * | Add const attribute to byte-swapping functionsMichael Brown2007-09-211-3/+3
| * | Don't get stuck in an infinite loop on negative integers!Michael Brown2007-09-211-4/+5
| * | Add fls() for non-constant values.Michael Brown2007-09-212-5/+11
| * | Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-212-4/+42
| |/
| * Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1Star
* | Reverted driver/net/mlx_ipoib to clean master stateMichael Brown2007-09-1819-3084/+361Star
* | IB can't afford many RX buffers, because the MTU is so large. ReduceMichael Brown2007-09-181-1/+2
* | Added arbel.cMichael Brown2007-09-181-1/+1
* | Remove the last remaining visible hack.Michael Brown2007-09-182-10/+11
* | Separated out to a clean new drivers/infiniband directory.Michael Brown2007-09-185-5/+6259
* | First version that works with SELF_INIT!Michael Brown2007-09-181-0/+1
* | Gets most of the way through initialisation.Michael Brown2007-09-183-21/+156
* | Added sw2hw_mptMichael Brown2007-09-182-2/+79
* | INIT_HCA block now matches.Michael Brown2007-09-182-3/+5
* | Seems to get through the ICM mapping processMichael Brown2007-09-184-21/+67
* | ICM allocation code in place; about to start test-and-compare runs.Michael Brown2007-09-182-31/+187
* | ICM allocation code *should* now be complete.Michael Brown2007-09-182-10/+54
* | Started with the ICM partitioning code.Michael Brown2007-09-182-4/+116
* | Restructured bits of initialisation (not testable at present)Michael Brown2007-09-172-42/+116
* | Starting the firmware directly now works.Michael Brown2007-09-172-24/+159
* | Start migrating the remaining initialisation steps.Michael Brown2007-09-172-4/+70
* | Don't use the mailboxless version of the HW2SW_CQ command; it seems toMichael Brown2007-09-171-4/+7
* | Removed more hacks, and adjusted number of queue entries for likely usage.Michael Brown2007-09-172-22/+3Star
* | Remove hacks, and fix leaving the multicast GID.Michael Brown2007-09-171-25/+1Star
* | Added an almost obscene amount of debugging and assertion code whileMichael Brown2007-09-173-16/+64
* | Minor debug message improvement.Michael Brown2007-09-171-2/+3
* | Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-172-4/+42
* | Some interesting packet corruption happening now.Michael Brown2007-09-173-46/+188
* | Broadcast GID is now calculated by IPoIB layer.Michael Brown2007-09-173-25/+130
* | Cleaned up some debug messages.Michael Brown2007-09-172-34/+15Star
* | Unicasts seem to be working. :)Michael Brown2007-09-173-42/+129
* | Dead code disablingMichael Brown2007-09-172-18/+4Star
* | Obtains a response to the get path record!Michael Brown2007-09-175-17/+276
* | Use pkey table access to determine broadcast GID directly.Michael Brown2007-09-172-9/+72
* | Prepare for adding a metadata queue to IPoIBMichael Brown2007-09-172-140/+122Star
* | Dead code removalMichael Brown2007-09-172-533/+5Star
* | IPoIB code separated out to ipoib.c.Michael Brown2007-09-1710-43/+783
* | Read port GID directly using MAD IFC.Michael Brown2007-09-173-15/+242
* | Multicast join now works.Michael Brown2007-09-173-4/+204