summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Fix build issue in IPv4. qianouyang2-2/+2
2010-10-18Refine code to make code run more safely.ydong106-5/+9
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-10-14Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu3-16/+112
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten1-1/+1
2010-09-16Refine code to make code run safely.ydong108-18/+20
2010-09-15Refine soma code to make code run safely.ydong1025-113/+145
2010-09-09Improve PXE Over IPv4 performance:hhuan133-14/+18
2010-09-07Rename one file to follow the file naming convention.rsun32-1/+1
2010-09-07Rename one file to follow the file naming convention.rsun31-0/+0
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-17remove CpuBreakpoint ().vanjeff1-1/+0
2010-08-17Fixed one bug which may lead standard error handle could not be set into syst...vanjeff1-2/+1
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-30Add debug print that the system is about to be reset. I was seeing watchtog t...andrewfish1-0/+3
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132-21/+74
2010-07-30Add NULL pointer checking against Data.xli243-3/+6
2010-07-30Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff1-0/+8
2010-07-30Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli249-7/+49
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish6-7/+31
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao11-1/+7
2010-07-13Refine code.vanjeff4-21/+175
2010-07-12remove duplicated code.vanjeff1-6/+1
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-05Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao42-103/+61
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
2010-06-29Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan134-15/+49
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin2-30/+53
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang4-22/+22
2010-06-04Do the following fix up in SetupBrowser driver:lgao43-57/+51
2010-06-02Fixed tracker #203752, Dhcp4 assert issue.hhuan131-2/+4
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao48-140/+306
2010-05-25Status code handler callback should be declared as EFIAPIklu23-3/+7
2010-05-21Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang1-1/+1
2010-05-20MdeModulePkg AcpiTableDxe: Fix GCC build warningjljusten1-0/+2
2010-05-20fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian1-1/+1
2010-05-19Fix VS2003 build errorjyao11-1/+1
2010-05-19Update QueryCapsuleCapabilities interface.li-elvin1-13/+15