summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network
Commit message (Expand)AuthorAgeFilesLines
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-291-5/+5
* Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong102012-07-031-0/+1
* Fixed build failed.ydong102012-05-311-2/+2
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-3/+3
* Add code check to avoid access violation.ydong102012-02-151-0/+1
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-5/+6
* Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong102011-12-155-72/+80
* Add pointer check for NULL before dereference it.sfu52011-11-231-2/+6
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-214-4/+73
* MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback f...xdu22011-11-033-64/+85
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-15/+2
* 1. Update error handling code if failing attach socket with new PCB.tye12011-10-282-3/+4
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-265-6/+29
* Add pointer check for NULL before dereference it.ydong102011-09-292-2/+14
* Clean up the private GUID definition in module Level.lgao42011-09-1818-96/+61
* Fix Build fail for NT32 platform.ydong102011-09-171-1/+1
* Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong102011-09-163-3/+3
* 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu52011-09-091-15/+46
* Fix bug for UefiPxeBcDxe driver to catch the return status.sfu52011-09-011-0/+5
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-244-17/+23
* Remove CONST modifier to be spec complianceerictian2011-08-243-17/+17
* 1. Refine the error handling for PXE-v4 driver.hhuan132011-08-242-4/+6
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-143-147/+6
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0628-63/+63
* MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22011-07-042-4/+5
* 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang2011-06-141-9/+29
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-29/+60
* String Reference Cleanup.lzeng142011-06-082-6/+8
* Fix X64 clang warnings.andrewfish2011-06-042-6/+8
* Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong102011-05-203-311/+317
* 1. Fixed a issue in Ip4Config.chhuan132011-05-041-0/+3
* 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc...hhuan132011-04-281-13/+1
* 1. Enabled IP4 layer auto configuration in case cable swap is detected.hhuan132011-04-253-4/+121
* Fix issue that iscsi initiator name with 223 bytes can not be saved.tye12011-04-211-4/+4
* Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2011-04-202-2/+2
* Fix ICC build error.tye12011-04-071-1/+1
* Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye12011-04-067-22/+162
* Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu22010-12-091-0/+1
* update the comments.ydong102010-12-092-3/+3
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-094-5/+5
* Fix build issue in IPv4. qianouyang2010-10-202-2/+2
* Refine code to make code run more safely.ydong102010-10-181-0/+2
* Fix minor gcc build break.andrewfish2010-10-151-1/+1
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-155-114/+210
* Refine code to make code run safely.ydong102010-09-164-5/+5
* Refine soma code to make code run safely.ydong102010-09-1516-34/+36
* Improve PXE Over IPv4 performance:hhuan132010-09-093-14/+18
* The patch acknowledges the TCP zero window probe message, either the format w...tye12010-08-275-14/+24
* To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan132010-08-271-20/+94
* Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132010-08-202-11/+3