index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usr
/
dhcpmgmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[dhcp] Remove obsolete dhcp() function
Michael Brown
2013-11-05
1
-24
/
+0
*
[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
Michael Brown
2013-11-05
1
-3
/
+4
*
[monojob] Add timeout parameter to monojob_wait()
Michael Brown
2013-11-01
1
-2
/
+2
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
1
-5
/
+1
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-10
/
+2
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[dhcp] Use Ethernet-compatible chaddr, if possible
Michael Brown
2010-12-15
1
-7
/
+9
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-4
/
+4
*
[dhcp] Add generic facility for using cached network settings
Joshua Oreman
2010-01-20
1
-1
/
+6
*
[dhcp] Fall back to using the hardware address to populate the chaddr field
Michael Brown
2009-08-12
1
-1
/
+7
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[dhcp] Await link-up before starting DHCP
Joshua Oreman
2009-06-24
1
-0
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits
Michael Brown
2009-02-05
1
-6
/
+3
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-0
/
+14
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
1
-6
/
+0
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-18
/
+5
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
1
-2
/
+2
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-8
/
+11
*
Display name and status of each file as it is downloaded.
Michael Brown
2007-08-03
1
-8
/
+2
*
Use monojob and dhcp_configure_netdev().
Michael Brown
2007-06-28
1
-68
/
+19
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-27
1
-1
/
+10
*
DNS code now records a whole struct sockaddr for the name server.
Michael Brown
2007-06-11
1
-2
/
+5
*
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
Anselm Martin Hoffmeister
2007-04-09
1
-0
/
+5
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
A working name resolution framework
Michael Brown
2007-01-18
1
-2
/
+10
*
Create and use async_block() macro; it cuts down on the visual overhead
Michael Brown
2007-01-16
1
-7
/
+3
*
When a network device is specified to tcpip_tx() or it's children, treat
Michael Brown
2007-01-16
1
-0
/
+3
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-2
/
+10
*
Add "dhcp" command
Michael Brown
2007-01-12
1
-0
/
+4
*
Added dhcp() user-level command.
Michael Brown
2007-01-12
1
-0
/
+83