summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng1-7/+1
2013-08-20Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang1-1/+6
2013-07-25Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan1-1/+1
2013-05-14Add Copyright notices and comments for Red Hat contributor.sfu52-6/+11
2013-05-13Update Code to pass EBC compiler.lgao41-2/+4
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-3/+13
2013-04-25Fix ping command issue in IP4 driver.sfu52-21/+48
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-4/+1
2013-04-19Add transit bit check for detecting partial response in iSCSI stack.tye11-2/+2
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52-19/+48
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu51-36/+30
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
2013-02-01Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu51-7/+14
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52-5/+5
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu59-10/+19
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu547-424/+2088
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye14-6/+27
2012-11-08Refine code to make it more safely.ydong102-5/+48
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong106-1/+11
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye11-3/+3
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu517-86/+86
2012-10-11Add missing braces around initializer.lzeng141-5/+13
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2-7/+0
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-5/+5
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong101-0/+1
2012-05-31Fixed build failed.ydong101-2/+2
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-3/+3
2012-02-15Add code check to avoid access violation.ydong101-0/+1
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu51-5/+6
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong105-72/+80
2011-11-23Add pointer check for NULL before dereference it.sfu51-2/+6
2011-11-211.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu54-4/+73
2011-11-03MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback f...xdu23-64/+85
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-15/+2
2011-10-281. Update error handling code if failing attach socket with new PCB.tye12-3/+4
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu5-6/+29
2011-09-29Add pointer check for NULL before dereference it.ydong102-2/+14
2011-09-18Clean up the private GUID definition in module Level.lgao418-96/+61
2011-09-17Fix Build fail for NT32 platform.ydong101-1/+1
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong103-3/+3
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu51-15/+46
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu51-0/+5
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-17/+23
2011-08-24Remove CONST modifier to be spec complianceerictian3-17/+17
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan132-4/+6
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan133-147/+6
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu28-63/+63