http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
people/andreif/gpxe.git
2007-09-17
Michael Brown
Remove hacks, and fix leaving the multicast GID.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Added an almost obscene amount of debugging and asserti...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Minor debug message improvement.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Moved iobuf.h assertions outside the static inline...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Some interesting packet corruption happening now.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Broadcast GID is now calculated by IPoIB layer.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Cleaned up some debug messages.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Unicasts seem to be working. :)
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Dead code disabling
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Obtains a response to the get path record!
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Use pkey table access to determine broadcast GID directly.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Prepare for adding a metadata queue to IPoIB
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Dead code removal
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
IPoIB code separated out to ipoib.c.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-17
Michael Brown
Read port GID directly using MAD IFC.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Multicast join now works.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Now transmits packets on our own allocated IPoIB queue...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Almost working with own-queue allocation.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
create_qp() and destroy_qp() now written (but not tested).
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Started implementing create_qp() and destroy_qp().
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Don't get stuck in an infinite loop on negative integers!
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Add fls() for non-constant values.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Revert to dev_priv/owner_priv scheme, rather than conta...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
destroy_cq() now implemented (not tested).
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
create_cq() implemented (but not tested).
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Match doorbell layout to expected usage.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Started to add code for CQ creation
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Rearrange data structures to maximise embedding (and...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
Command interface now reasonably friendly.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-16
Michael Brown
First (working) draft of command interface.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Kill off more dead code.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
post_recv() now works, and we can pass data on the...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Kill off some dead code
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Hack up IB structures at start-of-day, instead of on...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Direct polling of TX completion queue now works.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Add const attribute to byte-swapping functions
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Updated MLX_* accessor macros to use implicit type...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Started added poll_cq() verb.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Map the whole of physical memory
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
arbel_post_send() has been observed to transmit a packet!
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Michael Brown
Gets a response out of the hardware. (An error complet...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Prefix arbel-specific functions etc. with arbel_
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Now at least compiles
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Starting to introduce an Infiniband device abstraction
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Remove some dead code
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Now handling TX completions in our poll loop.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Proof-of-concept to manually parse completion event
commit
|
commitdiff
|
tree
|
snapshot
2007-09-14
Michael Brown
Add EX_FLD_BE()
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Start constructing a generic poll() routine.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Can now both send and receive packets. LL header forma...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Dump received packet, including GRH.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Use RFC4390 whenever hardware address exceeds 16 bytes...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Now sends IP packets correctly.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Michael Brown
Bugfix: DHCP message type should be a one-byte option...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-12
Michael Brown
Started IB driver rewrite
commit
|
commitdiff
|
tree
|
snapshot
2007-09-11
Michael Brown
Merge branch 'master' into 3leaf-rewrite
commit
|
commitdiff
|
tree
|
snapshot
2007-09-09
Michael Brown
Merge branch 'master' of rom.etherboot.org:/gpxe
commit
|
commitdiff
|
tree
|
snapshot
2007-09-08
Michael Brown
Use "/bin/echo -e" instead of shell builtin echo; some...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-08
Michael Brown
Check for correct block number in tftp_rx_data().
commit
|
commitdiff
|
tree
|
snapshot
2007-09-08
Michael Brown
Re-added the kpxe prefix. I have no idea when this...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
Michael Brown
Add the possibility to create .o files from arbitrary...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
Michael Brown
Added missing .kpxe prefix.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
Michael Brown
Minor style fix: structure fields are generally initial...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-30
Marty Connor
TFTP default blocksize fix from Vampyre
commit
|
commitdiff
|
tree
|
snapshot
2007-08-30
Marty Connor
allpxes allroms alldsks fixes from Vampyre
commit
|
commitdiff
|
tree
|
snapshot
2007-08-30
Marty Connor
Add sis900 variant (patch from Vampyre)
commit
|
commitdiff
|
tree
|
snapshot
2007-08-29
Michael Brown
Force MAC address for testing purposes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Holger Lubitz
Merge branch 'master' into curses
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Holger Lubitz
Merge branch 'master' of git://git.etherboot.org/scm...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Michael Brown
Merge commit 'holger/strings'
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Michael Brown
Merge branch 'master' into 3leaf
commit
|
commitdiff
|
tree
|
snapshot
2007-08-23
Michael Brown
Auto-assign drive number only if set to 0xff; almost...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-22
Michael Brown
Allow legacy "make bin/etherboot.%".
commit
|
commitdiff
|
tree
|
snapshot
2007-08-21
Michael Brown
Merge branch 'master' into 3leaf
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
use malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-20
Holger Lubitz
define malloc attribute
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
__nonnull changes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
define __nonnull
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
define __pure and __const
commit
|
commitdiff
|
tree
|
snapshot
2007-08-19
Holger Lubitz
Merge branch 'master' of git://git.etherboot.org/scm...
commit
|
commitdiff
|
tree
|
snapshot
next