summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-2330/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Ip4Dxe: Refine the coding style.Jiaxin Wu2018-09-181-3/+3
* MdeModulePkg/Ip4Dxe: Sync the direct route entry setting.Jiaxin Wu2018-09-131-3/+7
* MdeModulePkg: Remove trailing white spaceStar Zeng2018-09-061-15/+15
* MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan2018-09-031-1/+1
* MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan2018-06-281-20/+17
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-19/+19
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2018-06-211-2/+5
* MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan2018-01-121-15/+32
* MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan2017-12-221-0/+1
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-171-2/+2
* MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu2017-03-171-61/+1
* MdeModulePkg: Fix IPv4 UseDefaultAddress failure case.Jiaxin Wu2016-06-081-2/+5
* MdeModulePkg: Add new macros and refine codesZhang Lubo2016-04-111-1/+1
* MdeModulePkg: Change the default IPv4 config policyJiaxin Wu2016-03-021-84/+6
* MdeModulePkg: Fix default router table and interface missing errorJiaxin Wu2015-08-201-0/+2
* MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnectionJiaxin Wu2015-08-181-6/+115
* MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu2015-08-111-2/+5
* MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu2015-07-071-331/+32
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-071-8/+1
* Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_...Fu Siyuan2013-09-181-2/+4
* Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52013-03-111-2/+27
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-52/+156
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-2/+2
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-151-1/+1
* Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22010-08-121-1/+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/+5
* For network dynamic media support:xdu22010-02-031-8/+5
* refine the code and add more security check.vanjeff2010-01-081-46/+46
* Code clean up in NetLib:xdu22009-12-301-13/+13
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-8/+8
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-111-2/+13
* [Change summary]:tye2009-11-041-1/+1
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-111-4/+4
* add security check.vanjeff2009-06-291-1/+5
* Fixed OPTIONAL/comma issuejgong52009-01-161-4/+4
* code scrub fixjgong52009-01-161-108/+87
* synced function headerjgong52008-11-181-2/+3
* Scrubbed more.jgong52008-11-111-1/+1
* Scrubbed some files for IP4jgong52008-11-111-127/+582
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-14/+0
* Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao42008-07-111-1/+1
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-68/+56
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-14/+61
* Make MdeModulePkg GCC clean.qwang122007-08-271-3/+3
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-10/+7
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-0/+2022