summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-27Fixed build issue on GCC compiler. This issue is introduced by one mistaken i...vanjeff1-1/+1
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff3-21/+13
2009-07-24roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc...eric_tian1-1/+1
2009-07-24if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian1-1/+1
2009-07-17fixed ASSERT condition issue.vanjeff1-2/+1
2009-07-15initial Target byte array with 0xff (all bytes are 0xff in this array)in GetT...eric_tian1-0/+1
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney26-43/+42
2009-07-101. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff6-41/+38
2009-07-09add security check.vanjeff4-6/+9
2009-07-08add security check.vanjeff8-31/+9
2009-07-06Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables.gikidy4-4/+40
2009-07-01sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP S...eric_tian3-6/+11
2009-06-30add error handler to pass K8 checkeric_tian3-12/+20
2009-06-29add security check.vanjeff20-39/+84
2009-06-29Fix incorrect error handling when PXE boot timeout.gikidy1-2/+2
2009-06-25Extend the max number of interface to 128 and correct the display of eth name.gikidy1-10/+2
2009-06-24do checksum before installing IBFT.eric_tian1-1/+5
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff4-76/+92
2009-06-03The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy1-2/+2
2009-06-01a typo of ISCSI stringeric_tian1-0/+0
2009-06-01fix the typo of ISCSI related string.eric_tian1-0/+0
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun32-0/+0
2009-05-21Update module to show real dependencies on the MemoryAllocationLibmdkinney2-0/+2
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney9-0/+17
2009-05-20Update MNP driver to declare its dependency on the BaseLibmdkinney2-0/+2
2009-05-20Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.mdkinney1-0/+1
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42-2/+30
2009-05-191.fixed some issue to pass HII sctvanjeff2-4/+20
2009-05-19don't set all bytes in TargetID as zero. This change is made due to keep cons...eric_tian1-1/+1
2009-05-19update the check condition of PASS THRU interface to pass Uefi sct test.eric_tian1-1/+7
2009-05-13fixed typo.vanjeff2-3/+3
2009-05-131. retired NicIp4ConfigProtocolGuidvanjeff10-84/+1567
2009-05-12fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff1-1/+1
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy11-36/+36
2009-04-27Update HiiGetBrowserData APIlgao41-2/+4
2009-04-20Changed ID into Id.vanjeff1-3/+3
2009-04-17Remove iScsi driver's dependency on IntelFrameworkPkg.xli243-59/+30