summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao26-359/+359
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 Fan3-22/+83
2017-12-22MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan1-0/+1
2017-12-22MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan1-12/+0
2017-12-18MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan1-4/+15
2017-12-13MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu1-9/+37
2017-12-12MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo1-0/+3
2017-11-13MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan1-21/+4
2017-10-26MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu1-4/+21
2017-09-06MdeModulePkg: Fix GCC build error.Fu Siyuan1-1/+1
2017-09-06MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2-11/+13
2017-08-11MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu1-95/+190
2017-06-14MdeModulePkg/Network: Typo fixJiaxin Wu1-2/+2
2017-04-25MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help infoJiaxin Wu2-3/+4
2017-04-21MdeModulePkg/Ip4Dxe: Fix the incorrect RemoveEntryListJiaxin Wu1-2/+2
2017-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-3/+6
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo3-12/+10
2017-03-17MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu5-71/+94
2017-02-27MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu1-10/+0
2017-02-23MdeModulePkg: Update the Ethernet interface name.Zhang Lubo1-1/+1
2017-02-20MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-01-04MdeModulePkg/Ip4Dxe: Fix the potential NULL pointer freeJiaxin Wu1-3/+7
2016-11-17MdeModulePkg/Ip4Dxe: Correct the return statusJiaxin Wu1-7/+3
2016-11-17MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet checkJiaxin Wu2-6/+12
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan3-23/+17
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin3-3/+3
2016-09-26MdeModulePkg: Clean the previous address since the policy changedJiaxin Wu1-31/+31
2016-08-18MdeModulePkg: Fix potential failure if UseDefaultAddress configuredJiaxin Wu1-1/+0
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru3-6/+6
2016-07-07MdeModulePkg: Fix IPv4 stack potential disappeared issueJiaxin Wu3-1/+16
2016-06-23MdeModulePkg: Fix the wrong IpSb->State updateJiaxin Wu1-1/+1
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo3-12/+9
2016-06-08MdeModulePkg: Fix IPv4 UseDefaultAddress failure case.Jiaxin Wu1-2/+5
2016-05-31MdeModulePkg: Stop the timer before clean IP service.Fu, Siyuan1-9/+9
2016-04-11MdeModulePkg: Add new macros and refine codesZhang Lubo4-9/+9
2016-03-04MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud1-1/+3
2016-03-02MdeModulePkg: Change the default IPv4 config policyJiaxin Wu5-107/+150
2015-12-17MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao1-1/+1
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen3-0/+0
2015-09-30MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud2-94/+168
2015-08-31MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in...Samer El-Haj-Mahmoud3-0/+46
2015-08-20MdeModulePkg: Fix default router table and interface missing errorJiaxin Wu4-33/+49
2015-08-18MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnectionJiaxin Wu4-6/+133
2015-08-11MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu3-22/+22
2015-07-10MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang21-4/+4
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu18-574/+4141
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-11/+20