summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)Author
2016-07-13NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo
2016-07-07NetworkPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek
2016-07-07NetworkPkg: Avoid potential NULL pointer dereferenceJiaxin Wu
2016-07-07NetworkPkg: Remove ASSERT and use error handling in IpSecDxeJiaxin Wu
2016-07-07NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng
2016-07-07NetworkPkg: Fix unspecified address use case in IpsecConfigJiaxin Wu
2016-02-23NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek
2016-02-23NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu
2016-02-23NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu
2016-02-23NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara
2016-02-22NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan
2016-02-22NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud
2015-12-21NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo
2015-12-21NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo
2015-12-21NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo
2015-12-18NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao
2015-12-11NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu
2015-11-30NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo
2015-11-18NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo
2015-11-18NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo
2015-11-18NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo
2015-11-18NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo
2015-11-18NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde
2015-11-16NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde
2015-11-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan
2015-11-16NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan
2015-09-25NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud
2015-09-17NetworkPkg: Fix connection issue after correct SPD and re-enable IPsecJiaxin Wu
2015-09-17NetworkPkg: TrafficDirection not saved in IPsecConfig.Fu Siyuan
2015-09-17NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan
2015-09-15NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan
2015-09-15NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan
2015-09-15NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan
2015-09-15NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan
2015-09-15NetworkPkg: Enlarge receive block size of HTTP boot driver.Fu Siyuan
2015-09-11NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo
2015-09-08NetworkPkg: Fix suspicious dereference of pointer 'FieldCount'Jiaxin Wu
2015-09-06NetworkPkg: Fix the HttpCloseConnection fail issueZhang Lubo
2015-09-02NetworkPkg: remove redundant words in function comment.Fu Siyuan
2015-09-01MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in...Samer El-Haj-Mahmoud
2015-08-28NetworkPkg: Fix IpSec run into infinite loop issue in some caseJiaxin Wu
2015-08-28NetworkPkg: Add Dns and HttpUtilities driver UNI filesJiaxin Wu
2015-08-27NetworkPkg: Convert the UNIX to DOS end of line formatJiaxin Wu
2015-08-26NetworkPkg: Update HttpDxe driver to consume EFI_HTTP_UTILITIES_PROTOCOLJiaxin Wu
2015-08-26NetworkPkg: Update the DnsDhcp.c to use BSD licenseJiaxin Wu
2015-08-24NetworkPkg: Add HTTP utilities driverJiaxin Wu
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin