summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2016-02-01NetworkPkg: Correct inconsistent function descriptions in DNSJiaxin Wu2-503/+665
2016-01-28NetworkPkg: Change HTTP API typos.Zhang Lubo2-37/+38
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo10-18/+195
2016-01-19NetworkPkg: Add NOOPT target in NetworkPkg.dscHao Wu1-2/+2
2016-01-18NetworkPkg: Fix SPD entry edit policy issue in IPSecConfig.Jiaxin Wu1-23/+18
2016-01-18NetworkPkg: Fix IpSec SPD and SAD mapping issue when SPD is updatedJiaxin Wu1-22/+46
2016-01-14NetworkPkg: Remove DNS QType and QClass definitionJiaxin Wu1-14/+1
2016-01-12NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara4-11/+11
2016-01-06NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek2-2/+2
2016-01-06NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu2-2/+2
2016-01-06NetworkPkg IpSecDxe: Fix a typo in function descriptionHao Wu1-1/+1
2016-01-06NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu2-4/+8
2015-12-30NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu3-80/+522
2015-12-25NetworkPkg: Fix suspicious dereference of pointer before NULL checkJiaxin Wu1-1/+4
2015-12-24NetworkPkg: Update module inf to include the missing uni fileLiming Gao2-4/+6
2015-12-23NetworkPkg: Update NetworkPkg.uni to UTF-8 file formatYe Ting1-0/+0
2015-12-23NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan1-108/+163
2015-12-23NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definitionJiaxin Wu1-3/+0
2015-12-22NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud1-4/+0
2015-12-21NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo1-1/+10
2015-12-18NetworkPkg: Update iSCSI driver to check existing AIP instancesYe Ting6-3/+181
2015-12-18NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo1-0/+6
2015-12-17NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao1-1/+1
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen40-0/+0
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