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
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
2
-20
/
+19
*
[infiniband] Add raw packet parser and constructor
Michael Brown
2008-11-11
1
-8
/
+127
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-149
/
+2
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-20
/
+18
*
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
2008-11-11
1
-0
/
+91
*
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
2008-11-11
1
-2
/
+29
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
1
-4
/
+42
*
[aoe] Start retry timer before potential temporary transmission failure
Michael Brown
2008-11-08
1
-4
/
+11
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
2
-2
/
+2
*
[tftp] Add EUNIQ_xx values to differentiate the many EINVAL errors
Michael Brown
2008-10-21
1
-7
/
+16
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
2
-20
/
+22
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
2
-14
/
+31
*
[retry] Use a separate flag to indicate that a retry timer is running
Michael Brown
2008-10-12
1
-4
/
+8
*
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
2008-10-10
1
-20
/
+41
*
[iscsi] Fix LUN parsing in the iSCSI root-path
Michael Brown
2008-09-27
1
-11
/
+14
*
[dhcp] Accept BOOTP as well as DHCP
Michael Brown
2008-09-25
1
-7
/
+9
*
[iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"
Michael Brown
2008-09-19
1
-1
/
+1
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
2
-21
/
+47
*
[dhcp] Do not restrict minimum retry time for ProxyDHCPREQUEST
Michael Brown
2008-08-13
1
-0
/
+1
*
[retry] Added configurable timeouts to retry timer
Andrew Schran
2008-08-12
2
-13
/
+17
*
[iSCSI] Add support for mutual CHAP
Michael Brown
2008-08-11
1
-45
/
+266
*
[pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packet
Michael Brown
2008-08-02
1
-5
/
+3
*
[dhcp] Work around a bug in Altiris RDP
Michael Brown
2008-08-01
1
-2
/
+2
*
[ftp] Terminate processing after receiving an error
Sergey Vlasov
2008-07-30
1
-0
/
+1
*
[ftp] Cope with RETR completion prior to all data received
Michael Brown
2008-07-30
1
-15
/
+33
*
[udp] Avoid reusing auto-allocated ports after connection close.
Michael Brown
2008-07-10
1
-2
/
+3
*
[dhcp] Verify DHCP server source port
Michael Brown
2008-07-10
1
-16
/
+45
*
[dhcp] Allow DHCP non-option settings to be cleared
Michael Brown
2008-07-08
1
-0
/
+3
*
[tftp] Strip the initial '/' to keep Windows TFTP servers happy.
Michael Brown
2008-07-02
1
-6
/
+19
*
[dhcp] Verify server identifier on ProxyDHCPACKs
Michael Brown
2008-06-30
1
-7
/
+25
*
[slam] Add support for SLAM window lengths of greater than one packet
Michael Brown
2008-06-11
1
-11
/
+30
*
[slam] Implement SLAM flow control
Michael Brown
2008-06-11
1
-107
/
+85
*
[retry] Add start_timer_fixed()
Michael Brown
2008-06-11
1
-5
/
+4
*
[dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFER
Michael Brown
2008-06-11
1
-1
/
+1
*
[slam] Request all remaining blocks if we run out of space for the blocklist
Michael Brown
2008-06-10
1
-22
/
+41
*
[slam] Speed up NACK transmission by restricting the block-list length
Michael Brown
2008-06-10
1
-20
/
+62
*
[slam] Fix multicast address parsing
Michael Brown
2008-06-10
1
-8
/
+11
*
[slam] Add Scalable Local Area Multicast (SLAM) protocol support
Michael Brown
2008-06-10
1
-0
/
+749
*
[udp] Verify local socket address (if specified) for UDP sockets
Michael Brown
2008-06-10
1
-22
/
+29
*
[DHCP] Add "dhcp-server" setting to help end-user diagnostics
Michael Brown
2008-06-05
1
-0
/
+8
*
[TCP] Avoid shrinking TCP window
Michael Brown
2008-06-05
1
-17
/
+50
*
[iSCSI] Produce meaningful errors on login failure
Michael Brown
2008-06-03
1
-3
/
+34
*
[IPv4] Fix multicast address checking
Michael Brown
2008-05-19
1
-1
/
+1
*
[iSCSI] Offer CHAP authentication only if we have a username and password
Michael Brown
2008-04-24
1
-4
/
+5
*
[Infiniband] Move event-queue process from driver to Infiniband core
Michael Brown
2008-04-21
1
-27
/
+62
*
[Infiniband] Add preliminary multiple port support for Hermon cards
Michael Brown
2008-04-18
1
-41
/
+52
*
[http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 client
H. Peter Anvin
2008-03-31
1
-1
/
+1
*
[Settings] Expose SMBIOS via settings API
Michael Brown
2008-03-28
1
-2
/
+3
*
[DHCP] Add support for ProxyDHCP requests
Michael Brown
2008-03-27
2
-348
/
+550
*
[DHCP] Treat empty fields in DHCP packets as non-existent.
Michael Brown
2008-03-27
1
-10
/
+48
[next]