summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Driver.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-732/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* MdeModulePkg: Fix DHCP4 driver hang issue in some case. Wu Jiaxin2015-06-181-1/+14
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-27/+61
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-13/+13
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-211-0/+1
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+1
* refine the code and add more security check.vanjeff2010-01-081-10/+11
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-6/+12
* 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye2009-10-211-1/+9
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-101-6/+6
* code scrub fixjgong52009-01-161-48/+45
* Scrubbed part of the code.jgong52008-11-141-64/+88
* Clean codes per ECC.vanjeff2008-06-301-19/+11
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-24/+24
* Sync the latest version from R8.vanjeff2007-12-181-32/+29
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-3/+2
* Clear up network stack to use R9 MdeLib:qhuang82007-09-281-1/+1
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-3/+2
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-0/+665