index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[DHCP] Save precious packet-aligned memory by copying DHCP responses
Michael Brown
2008-03-26
1
-33
/
+16
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
9
-297
/
+503
*
[DHCP] Fix DHCP state confusion.
Michael Brown
2008-03-25
1
-2
/
+5
*
[Settings] copy_settings() should not fail if some settings are missing!
Michael Brown
2008-03-23
1
-18
/
+54
*
[IPv4] Use default netmasks when no subnet mask is specified.
Michael Brown
2008-03-23
1
-7
/
+20
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
1
-37
/
+107
*
[DHCP] FIXME: quick temporary settings fix, needs update for new API
Marty Connor
2008-03-21
1
-0
/
+4
*
[Settings] Implement simple_settings backed with extensible DHCP options
Michael Brown
2008-03-22
1
-4
/
+4
*
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
3
-10
/
+23
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
3
-685
/
+599
*
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
2008-03-21
1
-118
/
+0
*
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
2
-35
/
+43
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
3
-78
/
+40
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-20
3
-98
/
+102
*
[Settings] Add per-netdevice settings block
Michael Brown
2008-03-20
2
-0
/
+109
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
3
-2
/
+3
*
[DHCP] Fix RFC4390 client identifier constructions.
Michael Brown
2008-02-27
1
-1
/
+1
*
[Infiniband] Add preliminary support for multi-port devices.
Michael Brown
2008-02-27
1
-4
/
+7
*
[Infiniband] Centralise MAD operations
Michael Brown
2008-02-26
1
-0
/
+222
*
[Infiniband] Fix typo in debug statement
Michael Brown
2008-02-23
1
-1
/
+1
*
[Infiniband] Add missing list_del()s in ib_create_qp() failure path.
Michael Brown
2008-02-23
1
-0
/
+2
*
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
[next]