summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1657/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.Jiaxin Wu2019-01-231-7/+4
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-15/+15
* MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2018-01-111-26/+6
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-5/+1
* MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-231-8/+8
* MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu2015-07-261-4/+13
* Refine code to make it more safely.Eric Dong2014-06-261-1/+2
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-3/+3
* Add pointer check for NULL before dereference it.sfu52011-11-231-2/+6
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-211-2/+34
* Fixed tracker #203752, Dhcp4 assert issue.hhuan132010-06-021-2/+4
* 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/+4
* enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2010-02-231-2/+7
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-12/+12
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-33/+34
* 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye2009-10-211-0/+2
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-101-11/+7
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-081-11/+36
* code scrub fixjgong52009-01-161-67/+40
* Scrubbed part of the code.jgong52008-11-141-20/+33
* Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao42008-07-111-1/+1
* Clean codes per ECC.vanjeff2008-06-301-13/+3
* [Description]:vanjeff2008-06-241-35/+21
* enhanced UefiPxeBcDxe to supportvanjeff2008-04-021-4/+10
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-30/+30
* fix a issue to pass ICC buildqwang122007-12-181-3/+0
* Sync the latest version from R8.vanjeff2007-12-181-32/+45
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-1/+1
* Clean up Network Components to support GCC build.yshang12007-10-091-3/+3
* Make MdeModulePkg GCC clean.qwang122007-08-271-2/+2
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-4/+4
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-0/+1631