summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao1-1802/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-5/+5
2018-01-03MdeModulePkg: Add error handling when IP address is Class EWang Fan1-3/+12
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
2017-12-13MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+12
2017-02-08MdeModulePkg: Fix some typos of "according"Liming Gao1-1/+1
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-16/+11
2016-09-06MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu1-8/+20
2015-07-26MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu1-1/+0
2015-06-19MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb'Ard Biesheuvel1-4/+0
2015-06-18MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency.Wu Jiaxin1-10/+23
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-2/+28
2011-11-211.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu51-1/+23
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-08-12Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu21-5/+6
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+3
2010-02-03For network dynamic media support:xdu21-0/+1
2010-01-08refine the code and add more security check.vanjeff1-28/+28
2009-11-04[Change summary]:tye1-1/+1
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-23/+29
2009-10-211. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye1-10/+13
2009-07-101. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff1-6/+6
2009-06-29add security check.vanjeff1-2/+3
2009-02-11Remove several unicode in comments.qhuang81-4/+4
2009-01-16code scrub fixjgong51-108/+91
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-2/+2
2008-11-14Scrubbed part of the code.jgong51-125/+592
2008-06-30Clean codes per ECC.vanjeff1-14/+1
2008-04-02enhanced UefiPxeBcDxe to supportvanjeff1-8/+13
2008-02-261. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadImage() service, per UEFI...vanjeff1-7/+12
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-42/+42
2007-12-18Sync the latest version from R8.vanjeff1-7/+358
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-4/+4
2007-10-09Clean up Network Components to support GCC build.yshang11-1/+1
2007-08-241. clean up codes.vanjeff1-1/+1
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-6/+4
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-0/+914