summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-04MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22-4/+5
2011-06-141. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang1-9/+29
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132-29/+60
2011-06-08String Reference Cleanup.lzeng142-6/+8
2011-06-04Fix X64 clang warnings.andrewfish2-6/+8
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong103-311/+317
2011-05-041. Fixed a issue in Ip4Config.chhuan131-0/+3
2011-04-281. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc...hhuan131-13/+1
2011-04-251. Enabled IP4 layer auto configuration in case cable swap is detected.hhuan133-4/+121
2011-04-21Fix issue that iscsi initiator name with 223 bytes can not be saved.tye11-4/+4
2011-04-20Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2-2/+2
2011-04-07Fix ICC build error.tye11-1/+1
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye17-22/+162
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu21-0/+1
2010-12-09update the comments.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong104-5/+5
2010-10-20Fix build issue in IPv4. qianouyang2-2/+2
2010-10-18Refine code to make code run more safely.ydong101-0/+2
2010-10-15Fix minor gcc build break.andrewfish1-1/+1
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang5-114/+210
2010-09-16Refine code to make code run safely.ydong104-5/+5
2010-09-15Refine soma code to make code run safely.ydong1016-34/+36
2010-09-09Improve PXE Over IPv4 performance:hhuan133-14/+18
2010-08-27The patch acknowledges the TCP zero window probe message, either the format w...tye15-14/+24
2010-08-27To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan131-20/+94
2010-08-20Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132-11/+3
2010-08-181. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan133-1/+18
2010-08-15Roll back BlockSize to 0x8000 for PXE performance concern.hhuan131-5/+1
2010-08-12Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22-6/+8
2010-08-04Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS...xdu21-1/+1
2010-08-04Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu21-1/+8
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132-21/+74
2010-07-30Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff1-0/+8
2010-07-13Refine code.vanjeff4-21/+175
2010-07-08Remove ASSERT and change to if ()hhuan131-4/+5
2010-07-08Fix a bug by adding * for Ptr8hhuan131-1/+1
2010-07-07Fix a bug:hhuan131-0/+9
2010-07-05Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCac...xdu21-12/+9
2010-07-051. update to use 1 EFI Variable per NIC (instead of converge all NIC configur...xdu29-610/+274
2010-07-01Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan134-3/+7