index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
udp
/
dhcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dhcp] Defer discovery if link is blocked
Michael Brown
2015-06-25
1
-0
/
+9
*
[retry] Rewrite unrelicensable portions of retry.c
Michael Brown
2015-03-05
1
-2
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[dhcp] Extract timing parameters out to config/dhcp.h
Alex Williamson
2015-02-25
1
-13
/
+19
*
[dhcp] Remove obsolete dhcp_chaddr() function
Michael Brown
2014-09-22
1
-75
/
+5
*
[dhcp] Check for matching chaddr in received DHCP packets
Michael Brown
2014-09-22
1
-0
/
+37
*
[dns] Support DNS search lists
Michael Brown
2014-02-05
1
-0
/
+1
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
1
-1
/
+2
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-19
/
+25
*
[settings] Move user-class setting from dhcp.c to settings.c
Michael Brown
2013-11-14
1
-8
/
+0
*
[dhcp] Add DHCP network device configurator
Michael Brown
2013-11-05
1
-0
/
+6
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
1
-26
/
+1
*
[uuid] Abstract UUID mangling code out to a separate uuid_mangle() function
Michael Brown
2013-03-20
1
-3
/
+1
*
[dhcp] Use PXE byte ordering for UUID in DHCP option 97
Michael Brown
2013-03-20
1
-1
/
+8
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
1
-3
/
+0
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-2
/
+10
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[dhcp] Request broadcast responses when we already have an IPv4 address
Michael Brown
2012-06-20
1
-0
/
+7
*
[dhcp] Add PXE-mandated DHCP options [128,135] to parameter request list
Michael Brown
2011-12-06
1
-0
/
+1
*
[dhcp] Use a random DHCP transaction identifier (xid)
Michael Brown
2011-09-19
1
-23
/
+24
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-3
/
+3
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-3
/
+3
*
[dhcp] Remove redundant length fields in struct dhcp_packet
Michael Brown
2011-01-10
1
-1
/
+1
*
[dhcp] Use Ethernet-compatible chaddr, if possible
Michael Brown
2010-12-15
1
-21
/
+27
*
[settings] Apply settings block name in register_settings()
Michael Brown
2010-12-01
1
-8
/
+8
*
[dhcp] Include session state metadata in packet traces
Michael Brown
2010-10-09
1
-0
/
+10
*
[dhcp] Omit ProxyDHCPREQUEST if PXE options are present in ProxyDHCPOFFER
Michael Brown
2010-10-08
1
-37
/
+67
*
[dhcp] Ignore DHCPACKs containing incorrect IP addresses
Michael Brown
2010-10-08
1
-0
/
+2
*
[dhcp] Revert various patches
Michael Brown
2010-10-08
1
-254
/
+88
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-2
/
+2
*
[compiler] Prevent empty weak function stubs from being removed
Joshua Oreman
2010-08-19
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-20
/
+17
*
[interface] Convert all job-control interfaces to generic interfaces
Michael Brown
2010-06-22
1
-30
/
+16
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-2
/
+2
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-2
/
+2
*
[dhcp] Use correct DHCP options on EFI systems
Geoff Lywood
2010-05-29
1
-8
/
+5
*
[dhcp] Don't consider invalid offers to be duplicates
Joshua Oreman
2010-05-27
1
-3
/
+3
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
1
-0
/
+5
*
[dhcp] Honor PXEBS_SKIP option in discovery control
Joshua Oreman
2010-05-27
1
-2
/
+26
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-16
/
+16
*
[dhcp] Keep multiple DHCP offers received, and use them intelligently
Joshua Oreman
2010-01-21
1
-86
/
+228
*
[dhcp] Add generic facility for using cached network settings
Joshua Oreman
2010-01-20
1
-1
/
+21
*
[dhcp] Assume PXE options are in DHCPOFFER only if boot menu is included
Joshua Oreman
2010-01-14
1
-2
/
+2
*
[dhcp] Accept ProxyDHCP replies of type DHCPOFFER
Joshua Oreman
2010-01-14
1
-1
/
+1
*
[dhcp] Ensure message type is first DHCP option
Shao Miller
2010-01-14
1
-0
/
+1
*
[settings] Add Bus ID setting
Shao Miller
2009-12-14
1
-4
/
+2
*
[pxebs] Correct endianness of PXE type
Joshua Oreman
2009-10-24
1
-2
/
+2
*
[dhcp] Fall back to using the hardware address to populate the chaddr field
Michael Brown
2009-08-12
1
-11
/
+43
*
[dhcp] Choose ProxyDHCP port based on presence of PXE options
Michael Brown
2009-05-22
1
-6
/
+22
*
[dhcp] Send broadcast PXE boot server discovery requests to port 67
Michael Brown
2009-05-20
1
-6
/
+8
[next]