summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)Author
2016-01-06NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek
2016-01-06NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu
2016-01-06NetworkPkg IpSecDxe: Fix a typo in function descriptionHao Wu
2016-01-06NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu
2015-12-30NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu
2015-12-25NetworkPkg: Fix suspicious dereference of pointer before NULL checkJiaxin Wu
2015-12-24NetworkPkg: Update module inf to include the missing uni fileLiming Gao
2015-12-23NetworkPkg: Update NetworkPkg.uni to UTF-8 file formatYe Ting
2015-12-23NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan
2015-12-23NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definitionJiaxin Wu
2015-12-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-18NetworkPkg: Update iSCSI driver to check existing AIP instancesYe Ting
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo
2015-12-17NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen
2015-12-10NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu
2015-11-30NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo
2015-11-26NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo
2015-11-13NetworkPkg: Httpboot will fail the 2nd time result by wrong TCP state.Zhang Lubo
2015-11-10NetworkPkg: Report Http Errors to screen when http layer occurs an errorZhang Lubo
2015-11-09NetworkPkg:Fix the issue that cannot parse ipv6 address correctly.Zhang Lubo
2015-11-09NetworkPkg:Enable Http Boot over Ipv6 stackZhang Lubo
2015-11-06NetworkPkg:Missing CloseEvent() in HttpResponseWorkerNagaraj Hegde
2015-10-30NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan
2015-10-06NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud
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-16NetworkPkg: Fix connection issue after correct SPD and re-enable IPsecJiaxin Wu
2015-09-16NetworkPkg: TrafficDirection not saved in IPsecConfig.Fu Siyuan
2015-09-16NetworkPkg: Enhance the NULL pointer check before dereference it.Fu Siyuan
2015-09-15NetworkPkg: Correct the missed code in r18449.Fu Siyuan
2015-09-14NetworkPkg: Update Http driver to use DPC mechanism.Fu Siyuan
2015-09-14NetworkPkg: RxToken event not closed in Http.Response().Fu Siyuan
2015-09-14NetworkPkg: Avoid memory allocation for each HTTP message exchange.Fu Siyuan
2015-09-14NetworkPkg: Update cache management in HTTP boot driver.Fu Siyuan
2015-09-14NetworkPkg: Enlarge receive block size of HTTP boot driver.Fu Siyuan
2015-09-10NetworkPkg: 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-08-31MdeModulePkg/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