index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
4
-14
/
+23
*
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Michael Brown
2007-11-21
2
-10
/
+31
*
Add UUID to DHCP request as option 97 (if available).
Michael Brown
2007-11-21
5
-0
/
+30
*
Added definition of a UUID and uuid_ntoa() (for debugging), and
Michael Brown
2007-11-21
4
-19
/
+89
*
Update SMBIOS internal API to be easier to use, and not to require
Michael Brown
2007-11-21
2
-101
/
+214
*
Replace "Etherboot" strings with "gPXE".
Michael Brown
2007-11-20
1
-4
/
+4
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-11-19
2
-4
/
+1
|
\
|
*
Remove unnecessary variable.
Marty Connor
2007-11-18
2
-4
/
+1
*
|
Add bin/pci_VVVV_DDDD target to allow building ROM images without
Michael Brown
2007-11-19
1
-4
/
+5
|
/
*
Work around a bug in the OpenSolaris iSCSI target.
Michael Brown
2007-11-05
1
-3
/
+10
*
Allow space for the kernel's real-mode .bss. Previously we weren't
Michael Brown
2007-11-04
2
-1
/
+9
*
Add missing attribute(packed) to two structures.
Michael Brown
2007-10-29
1
-2
/
+2
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-10-29
1
-0
/
+1
|
\
|
*
Added one more PCI ID
Michael Brown
2007-10-22
1
-0
/
+1
*
|
Merge branch '3leaf'
Michael Brown
2007-10-29
10
-1
/
+8058
|
\
\
|
|
/
|
/
|
|
*
Change ROM names to lower case.
Michael Brown
2007-10-11
1
-2
/
+2
|
*
Ensure that empty e820 regions are skipped even at the end of the
Michael Brown
2007-10-10
1
-11
/
+18
|
*
Force a netdevice poll in net_tx() before attempting to transmit
Michael Brown
2007-10-04
1
-0
/
+8
|
*
Added more verbose memory-map debugging.
Michael Brown
2007-09-21
2
-11
/
+43
|
*
Merge branch 'master' into 3leaf-delivery
Michael Brown
2007-09-21
2
-1
/
+11
|
|
\
|
*
|
Reverted driver/net/mlx_ipoib to clean master state
Michael Brown
2007-09-18
19
-3084
/
+361
|
*
|
IB can't afford many RX buffers, because the MTU is so large. Reduce
Michael Brown
2007-09-18
1
-1
/
+2
|
*
|
Added arbel.c
Michael Brown
2007-09-18
1
-1
/
+1
|
*
|
Remove the last remaining visible hack.
Michael Brown
2007-09-18
2
-10
/
+11
|
*
|
Separated out to a clean new drivers/infiniband directory.
Michael Brown
2007-09-18
5
-5
/
+6259
|
*
|
First version that works with SELF_INIT!
Michael Brown
2007-09-18
1
-0
/
+1
|
*
|
Gets most of the way through initialisation.
Michael Brown
2007-09-18
3
-21
/
+156
|
*
|
Added sw2hw_mpt
Michael Brown
2007-09-18
2
-2
/
+79
|
*
|
INIT_HCA block now matches.
Michael Brown
2007-09-18
2
-3
/
+5
|
*
|
Seems to get through the ICM mapping process
Michael Brown
2007-09-18
4
-21
/
+67
|
*
|
ICM allocation code in place; about to start test-and-compare runs.
Michael Brown
2007-09-18
2
-31
/
+187
|
*
|
ICM allocation code *should* now be complete.
Michael Brown
2007-09-18
2
-10
/
+54
|
*
|
Started with the ICM partitioning code.
Michael Brown
2007-09-18
2
-4
/
+116
|
*
|
Restructured bits of initialisation (not testable at present)
Michael Brown
2007-09-17
2
-42
/
+116
|
*
|
Starting the firmware directly now works.
Michael Brown
2007-09-17
2
-24
/
+159
|
*
|
Start migrating the remaining initialisation steps.
Michael Brown
2007-09-17
2
-4
/
+70
|
*
|
Don't use the mailboxless version of the HW2SW_CQ command; it seems to
Michael Brown
2007-09-17
1
-4
/
+7
|
*
|
Removed more hacks, and adjusted number of queue entries for likely usage.
Michael Brown
2007-09-17
2
-22
/
+3
|
*
|
Remove hacks, and fix leaving the multicast GID.
Michael Brown
2007-09-17
1
-25
/
+1
|
*
|
Added an almost obscene amount of debugging and assertion code while
Michael Brown
2007-09-17
3
-16
/
+64
|
*
|
Minor debug message improvement.
Michael Brown
2007-09-17
1
-2
/
+3
|
*
|
Moved iobuf.h assertions outside the static inline functions, so that
Michael Brown
2007-09-17
2
-4
/
+42
|
*
|
Some interesting packet corruption happening now.
Michael Brown
2007-09-17
3
-46
/
+188
|
*
|
Broadcast GID is now calculated by IPoIB layer.
Michael Brown
2007-09-17
3
-25
/
+130
|
*
|
Cleaned up some debug messages.
Michael Brown
2007-09-17
2
-34
/
+15
|
*
|
Unicasts seem to be working. :)
Michael Brown
2007-09-17
3
-42
/
+129
|
*
|
Dead code disabling
Michael Brown
2007-09-17
2
-18
/
+4
|
*
|
Obtains a response to the get path record!
Michael Brown
2007-09-17
5
-17
/
+276
|
*
|
Use pkey table access to determine broadcast GID directly.
Michael Brown
2007-09-17
2
-9
/
+72
|
*
|
Prepare for adding a metadata queue to IPoIB
Michael Brown
2007-09-17
2
-140
/
+122
[next]