summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu2018-03-141-11/+11
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-035-21/+97
* MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan2018-02-051-1/+4
* MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan2018-01-123-22/+83
* MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2018-01-112-27/+19
* MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu2018-01-101-4/+7
* MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan2018-01-101-1/+5
* MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan2018-01-101-8/+12
* MdeModulePkg: Add error handling when IP address is Class EWang Fan2018-01-031-3/+12
* MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan2017-12-221-0/+1
* MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan2017-12-221-12/+0
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-187-16/+21
* MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan2017-12-181-4/+15
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+12
* MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu2017-12-131-9/+37
* MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu2017-12-131-7/+7
* MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo2017-12-121-0/+3
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-21/+4
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* MdeModulePkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2017-09-062-11/+13
* MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu2017-08-111-95/+190
* MdeModulePkg/Network: Typo fixJiaxin Wu2017-06-142-5/+5
* MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed informationJiaxin Wu2017-06-053-2/+54
* MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu2017-06-051-3/+3
* MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan2017-06-021-2/+2
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-11/+44
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-5/+24
* MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.Zhang, Lubo2017-05-021-9/+9
* MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help infoJiaxin Wu2017-04-252-3/+4
* MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu2017-04-211-1/+5
* MdeModulePkg/Ip4Dxe: Fix the incorrect RemoveEntryListJiaxin Wu2017-04-211-2/+2
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-235-12/+16
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-177-77/+96
* MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu2017-03-175-71/+94
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-3/+3
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+11
* MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu2017-02-271-10/+0
* MdeModulePkg: Update the Ethernet interface name.Zhang Lubo2017-02-231-1/+1
* MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo2017-02-201-5/+6
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-081-1/+1
* MdeModulePkg/Ip4Dxe: Fix the potential NULL pointer freeJiaxin Wu2017-01-041-3/+7
* MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum function logicHao Wu2016-12-221-3/+2
* MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan2016-12-192-36/+68
* MdeModulePkg: Fix assert in iSCSI.Zhang Lubo2016-12-071-0/+1
* MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-182-1/+24
* MdeModulePkg/Ip4Dxe: Correct the return statusJiaxin Wu2016-11-171-7/+3
* MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet checkJiaxin Wu2016-11-172-6/+12
* MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan2016-10-311-4/+8