summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
2010-05-19add security check.vanjeff1-2/+5
2010-05-14Fix 3 K8 issues for PXE module hhuan132-2/+31
2010-04-24Update the copyright notice formathhtian173-340/+340
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a22-0/+49
2010-04-01Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu21-0/+10
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang1-1/+1
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff1-1/+3
2010-03-19Fix an bug for PXE boot asserthhuan131-2/+0
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff3-14/+15
2010-03-18Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang1-4/+1
2010-03-16Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu21-1/+2
2010-03-04Fix wrong BufferSize for Configuration data.lgao41-2/+2
2010-03-04Update the title Network Configuration to IPv4 Network Configuration since IP...tye11-0/+0
2010-03-04Use the input Request string as check string.lgao41-8/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao43-18/+208
2010-02-241. Correct File header to ## @filelgao413-55/+55
2010-02-23enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2-4/+22
2010-02-12Update SnpDxe to support dynamic media detect.xdu23-212/+241
2010-02-11Coding style fix and minor improvements.rsun32-8/+8
2010-02-05Add some security check.xdu21-2/+1
2010-02-03For network dynamic media support:xdu214-38/+184
2010-02-021. add error handling in case DHCP success but boot request failxdu22-0/+8
2010-02-011. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223...tye13-8/+9
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin64-11/+29
2010-01-28Remove redundant arch definition in UefiPxeBcDxe.ljin66-163/+0
2010-01-28Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin63-24/+8
2010-01-25Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye11-11/+2
2010-01-25Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m...tye11-3/+3
2010-01-081)Remove “Back to Previous Page'”, since it cannot go back to “Device M...vanjeff6-72/+119
2010-01-08refine the code and add more security check.vanjeff14-396/+403
2010-01-04installing HII config access protocol on child handle instead of installing o...vanjeff9-844/+374
2009-12-30Add VLAN support.xdu227-896/+3868
2009-12-30Code clean up in NetLib:xdu28-25/+29
2009-12-25Add check before free DevicePath (TCP child sock will have no device path ins...xdu21-7/+9
2009-12-17Refine the functions headers.vanjeff5-56/+56
2009-12-04The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff1-1/+4
2009-11-25Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2-0/+10
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu242-192/+192
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye13-21/+386
2009-11-04[Change summary]:tye49-808/+749
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye18-144/+172
2009-10-26NetLib:tye10-63/+92
2009-10-221. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2-23/+37
2009-10-211. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye3-11/+24
2009-09-14fix k8 warning.eric_tian1-1/+1
2009-08-24Make end of line consistent caused by previous check in.qhuang82-121/+121
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82-96/+121
2009-08-14Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff2-5/+8
2009-08-131. update timeout interval time from 10ms to 50msvanjeff5-164/+180
2009-08-11update include file to use IndustryStandard/Pci.heric_tian1-1/+1