summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao1-1657/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-23MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.Jiaxin Wu1-7/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-15/+15
2018-01-11MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan1-26/+6
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-5/+1
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo1-8/+8
2015-07-26MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu1-4/+13
2014-06-26Refine code to make it more safely.Eric Dong1-1/+2
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-3/+3
2011-11-23Add pointer check for NULL before dereference it.sfu51-2/+6
2011-11-211.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu51-2/+34
2010-06-02Fixed tracker #203752, Dhcp4 assert issue.hhuan131-2/+4
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/+4
2010-02-23enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff1-2/+7
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-12/+12
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-33/+34
2009-10-211. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye1-0/+2
2009-07-101. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff1-11/+7
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff1-11/+36
2009-01-16code scrub fixjgong51-67/+40
2008-11-14Scrubbed part of the code.jgong51-20/+33
2008-07-11Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao41-1/+1
2008-06-30Clean codes per ECC.vanjeff1-13/+3
2008-06-24[Description]:vanjeff1-35/+21
2008-04-02enhanced UefiPxeBcDxe to supportvanjeff1-4/+10
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-30/+30
2007-12-18fix a issue to pass ICC buildqwang121-3/+0
2007-12-18Sync the latest version from R8.vanjeff1-32/+45
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-1/+1
2007-10-09Clean up Network Components to support GCC build.yshang11-3/+3
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+2
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-4/+4
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-0/+1631