summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2015-12-10NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu1-18/+41
2015-11-30NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo1-2/+0
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo3-31/+40
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo3-23/+44
2015-11-10NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo1-1/+150
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo1-1/+1
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo23-884/+5045
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde1-0/+12
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde1-4/+4
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+10
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan1-47/+50
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2-8/+1
2015-09-25NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting4-7/+7
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud1-2/+3
2015-09-16NetworkPkg: Fix connection issue after correct SPD and re-enable IPsecJiaxin Wu1-6/+1
2015-09-16NetworkPkg: TrafficDirection not saved in IPsecConfig.Fu Siyuan2-6/+9
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan1-1/+2
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan1-1/+1
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan4-10/+56
2015-09-14NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan1-0/+1
2015-09-14NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan3-9/+25
2015-09-14NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan1-28/+35
2015-09-14NetworkPkg: Enlarge receive block size of HTTP boot driver.Fu Siyuan1-1/+1
2015-09-10NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo1-0/+4
2015-09-08NetworkPkg: Fix suspicious dereference of pointer 'FieldCount'Jiaxin Wu1-1/+1
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo2-11/+15
2015-09-02NetworkPkg: remove redundant words in function comment.Fu Siyuan1-1/+0
2015-08-31MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in...Samer El-Haj-Mahmoud3-0/+46
2015-08-28NetworkPkg: Fix IpSec run into infinite loop issue in some caseJiaxin Wu1-1/+4
2015-08-28NetworkPkg: Add Dns and HttpUtilities driver UNI filesJiaxin Wu4-0/+0
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu18-5602/+5602
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu7-721/+94
2015-08-26NetworkPkg: Update the DnsDhcp.c to use BSD licenseJiaxin Wu1-7/+7
2015-08-24NetworkPkg: Add HTTP utilities driverJiaxin Wu6-0/+1063
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin1-2/+21
2015-08-20NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxeJiaxin Wu2-0/+158
2015-08-20NetworkPkg: Update the NetworkPkg package versionJiaxin Wu2-3/+3
2015-08-18NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu1-0/+12
2015-08-14NetworkPkg: Fix hang issue after system reconnected when IPSec has set upJiaxin Wu5-11/+30
2015-08-11NetworkPkg: Change the macro name to fit coding stylefanwang22-8/+8
2015-08-05NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()Zhang Lubo1-1/+1
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-1/+88
2015-07-28NetworkPkg: Add missing PCD usage information in UNI and DEC files.Qiu Shumin2-0/+1
2015-07-27NetworkPkg: fix an error lead building crashfanwang21-1/+1
2015-07-26NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang22-13/+67
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-3/+5
2015-07-26NetworkPkg: Fix bug in IpSecImpl.c caused by missing parenthesesBruce Cran1-1/+1
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu1-1/+1
2015-07-15NetworkPkg: Fix bios bootup hang issue when enable network.Zhang Lubo1-1/+1
2015-07-15NetworkPkg: Add a comment to pcd fieldfanwang21-1/+1