index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for EqualLogic iSCSI targets:
Michael Brown
2008-02-07
1
-7
/
+19
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2008-01-22
9
-24
/
+15
|
\
|
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
9
-17
/
+6
|
*
When the DHCP file/sname fields are empty, don't allow them to override
Michael Brown
2008-01-07
1
-6
/
+8
|
*
Fix off-by-one error (discovered by Shao Miller).
Michael Brown
2008-01-07
1
-1
/
+1
*
|
Add preliminary support for MTFTP.
Michael Brown
2007-12-26
1
-112
/
+295
|
/
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
1
-7
/
+7
*
Kill off some warnings-problematic debug statements in ndp.c; the code
Michael Brown
2007-12-07
1
-4
/
+2
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
11
-31
/
+31
*
udp_open_promisc() calls udp_open_common() with peer==NULL.
Michael Brown
2007-11-28
1
-2
/
+3
*
Add RFC2090 TFTP multicast support.
Michael Brown
2007-11-28
1
-82
/
+300
*
Quick hack to be able to accept transfers from servers that don't
Michael Brown
2007-11-25
1
-0
/
+2
*
Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will
Michael Brown
2007-11-21
1
-8
/
+16
*
Add ProxyDHCP support.
Michael Brown
2007-11-21
1
-25
/
+54
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
2
-6
/
+10
*
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Michael Brown
2007-11-21
1
-10
/
+25
*
Add UUID to DHCP request as option 97 (if available).
Michael Brown
2007-11-21
1
-0
/
+13
*
Work around a bug in the OpenSolaris iSCSI target.
Michael Brown
2007-11-05
1
-3
/
+10
*
Force a netdevice poll in net_tx() before attempting to transmit
Michael Brown
2007-10-04
1
-0
/
+8
*
Added an almost obscene amount of debugging and assertion code while
Michael Brown
2007-09-17
1
-7
/
+15
*
Minor debug message improvement.
Michael Brown
2007-09-17
1
-2
/
+3
*
Prepare for adding a metadata queue to IPoIB
Michael Brown
2007-09-17
1
-89
/
+2
*
IPoIB code separated out to ipoib.c.
Michael Brown
2007-09-17
1
-2
/
+30
*
create_qp() and destroy_qp() now written (but not tested).
Michael Brown
2007-09-16
1
-1
/
+4
*
Started implementing create_qp() and destroy_qp().
Michael Brown
2007-09-16
1
-2
/
+70
*
Revert to dev_priv/owner_priv scheme, rather than container_of; it
Michael Brown
2007-09-16
1
-0
/
+51
*
post_recv() now works, and we can pass data on the IPoIB queue pair
Michael Brown
2007-09-15
1
-9
/
+10
*
Direct polling of TX completion queue now works.
Michael Brown
2007-09-15
1
-0
/
+20
*
Now handling TX completions in our poll loop.
Michael Brown
2007-09-14
1
-14
/
+3
*
Can now both send and receive packets. LL header format not yet
Michael Brown
2007-09-13
1
-0
/
+11
*
Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us
Michael Brown
2007-09-13
1
-2
/
+36
*
Bugfix: DHCP message type should be a one-byte option... (d'oh)
Michael Brown
2007-09-13
1
-2
/
+1
*
Started IB driver rewrite
Michael Brown
2007-09-12
1
-0
/
+118
*
Check for correct block number in tftp_rx_data().
Michael Brown
2007-09-08
1
-1
/
+9
*
Minor style fix: structure fields are generally initialised in the
Michael Brown
2007-09-06
1
-1
/
+1
*
TFTP default blocksize fix from Vampyre
Marty Connor
2007-08-30
1
-0
/
+1
*
Merge commit 'holger/strings'
Michael Brown
2007-08-23
3
-10
/
+8
|
\
|
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-1
/
+1
|
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-5
/
+4
|
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-4
/
+3
*
|
Use start_timer_nodelay() in protocols which rely on the retry timer
Michael Brown
2007-08-13
3
-3
/
+3
*
|
Add start_timer_nodelay()
Michael Brown
2007-08-13
1
-0
/
+12
*
|
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
7
-4
/
+13
*
|
Use otherwise-useless byte in DHCP feature option as a version number
Michael Brown
2007-08-02
4
-2
/
+8
*
|
Add FEATURE() macro, plus code to display features at startup time,
Michael Brown
2007-08-02
3
-0
/
+21
*
|
fix gcc 4.2.1 warning: initialized field overwritten
Holger Lubitz
2007-08-02
1
-4
/
+1
|
/
*
Add identifier for the network device into the DHCP request.
Michael Brown
2007-07-31
1
-0
/
+25
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-37
/
+104
*
tls_change_cipher() can complain about null cipher and digest
Michael Brown
2007-07-30
1
-4
/
+2
*
Change #warnings to FIXMEs, so that we can build without NO_WERROR=1
Michael Brown
2007-07-30
1
-8
/
+11
[next]