summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)Author
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu5
2013-03-11Initialize DefaultInfo before using it.sfu5
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu5
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu5
2013-02-01Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu5
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu5
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu5
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu5
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye1
2012-11-08Refine code to make it more safely.ydong10
2012-11-01Fix build fail.ydong10
2012-11-01Add more check to make code more safely.ydong10
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye1
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-10-11Add missing braces around initializer.lzeng14
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong10
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-02-15Add code check to avoid access violation.ydong10
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu5
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong10
2011-11-23Add pointer check for NULL before dereference it.sfu5
2011-11-211.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu5
2011-11-03MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback f...xdu2
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-281. Update error handling code if failing attach socket with new PCB.tye1
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu
2011-09-29Add pointer check for NULL before dereference it.ydong10
2011-09-18Clean up the private GUID definition in module Level.lgao4
2011-09-17Fix Build fail for NT32 platform.ydong10
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong10
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu5
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu5
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye1
2011-08-24Remove CONST modifier to be spec complianceerictian
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan13
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan13
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-07-04MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu2
2011-06-141. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan13
2011-06-08String Reference Cleanup.lzeng14
2011-06-04Fix X64 clang warnings.andrewfish
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong10
2011-05-041. Fixed a issue in Ip4Config.chhuan13
2011-04-281. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc...hhuan13
2011-04-251. Enabled IP4 layer auto configuration in case cable swap is detected.hhuan13
2011-04-21Fix issue that iscsi initiator name with 223 bytes can not be saved.tye1