summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao1-2330/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-18MdeModulePkg/Ip4Dxe: Refine the coding style.Jiaxin Wu1-3/+3
2018-09-13MdeModulePkg/Ip4Dxe: Sync the direct route entry setting.Jiaxin Wu1-3/+7
2018-09-06MdeModulePkg: Remove trailing white spaceStar Zeng1-15/+15
2018-09-03MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan1-1/+1
2018-06-28MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan1-20/+17
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-19/+19
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan1-2/+5
2018-01-12MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan1-15/+32
2017-12-22MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan1-0/+1
2017-10-26MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu1-4/+21
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo1-2/+2
2017-03-17MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu1-61/+1
2016-06-08MdeModulePkg: Fix IPv4 UseDefaultAddress failure case.Jiaxin Wu1-2/+5
2016-04-11MdeModulePkg: Add new macros and refine codesZhang Lubo1-1/+1
2016-03-02MdeModulePkg: Change the default IPv4 config policyJiaxin Wu1-84/+6
2015-08-20MdeModulePkg: Fix default router table and interface missing errorJiaxin Wu1-0/+2
2015-08-18MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnectionJiaxin Wu1-6/+115
2015-08-11MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu1-2/+5
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu1-331/+32
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan1-8/+1
2013-09-18Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_...Fu Siyuan1-2/+4
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu51-2/+27
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-52/+156
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-2/+2
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang1-1/+1
2010-08-12Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu21-1/+2
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/+5
2010-02-03For network dynamic media support:xdu21-8/+5
2010-01-08refine the code and add more security check.vanjeff1-46/+46
2009-12-30Code clean up in NetLib:xdu21-13/+13
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-8/+8
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-2/+13
2009-11-04[Change summary]:tye1-1/+1
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney1-4/+4
2009-06-29add security check.vanjeff1-1/+5
2009-01-16Fixed OPTIONAL/comma issuejgong51-4/+4
2009-01-16code scrub fixjgong51-108/+87
2008-11-18synced function headerjgong51-2/+3
2008-11-11Scrubbed more.jgong51-1/+1
2008-11-11Scrubbed some files for IP4jgong51-127/+582
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-14/+0
2008-07-11Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao41-1/+1
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-68/+56
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-14/+61
2007-08-27Make MdeModulePkg GCC clean.qwang121-3/+3
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-10/+7
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-0/+2022