summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Check received packet size before use it.Fu Siyuan2016-04-014-10/+40
* NetworkPkg: Check pointer for NULL before use.Fu Siyuan2016-04-011-0/+4
* NetworkPkg: IpSecDxe: remove set but unused variablesLaszlo Ersek2016-03-251-2/+0
* NetworkPkg:Fix bug when parsing the dhcp6 option 16Zhang, Lubo2016-03-251-2/+2
* NetworkPkg:Fix Http boot download issue.Zhang Lubo2016-03-251-1/+1
* NetworkPkg: Fix HII related problem in HTTP boot driver.Fu Siyuan2016-03-243-17/+85
* NetworkPkg: Fix the driver model issue in HTTP Boot driver.Fu Siyuan2016-03-166-41/+29
* NetworkPkg: fix function comments in HttpBootDxe.Fu Siyuan2016-03-153-2/+4
* NetworkPkg: Refine the code of shell app under networkPkg.Zhang, Lubo2016-03-114-10/+10
* NetworkPkg: Fix IpsecConfig GCC build failure issueJiaxin Wu2016-03-112-7/+7
* NetworkPkg: Use the New Functions from HttpLibGhazi Belaam2016-03-108-721/+35
* NetworkPkg: Convert UNI file to UTF8 format.Fu Siyuan2016-03-101-0/+0
* NetworkPkg: HttpBootDxe: fix gcc build failure.Laszlo Ersek2016-03-081-1/+1
* NetworkPkg: Support print help information using -? command.Zhang, Lubo2016-03-0715-214/+325
* NetworkPkg: Add URI configuration form to HTTP boot driver.Fu Siyuan2016-03-0717-110/+1288
* NetworkPkg: Revert git 'eb213f2f' fixJiaxin Wu2016-03-022-158/+0
* NetworkPkg: Change the default IPv6 config policyJiaxin Wu2016-03-024-31/+78
* NetworkPkg: Use Http11 definitions in HttpDxe and HttpBootDxeSamer El-Haj-Mahmoud2016-02-256-20/+22
* NetworkPkg: Replace the internal function with exposed oneJiaxin Wu2016-02-183-78/+8
* NetworkPkg: better sanity check on Ipv6 prefix lengthSamer El-Haj-Mahmoud2016-02-141-3/+4
* NetworkPkg: Reword PXE download messageSamer El-Haj-Mahmoud2016-02-141-1/+2
* NetworkPkg:Add a new error status code EFI_HTTP_ERRORZhang Lubo2016-02-036-22/+47
* NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia'Zhang Lubo2016-02-031-1/+1
* NetworkPkg: Correct inconsistent function descriptions in DNSJiaxin Wu2016-02-012-503/+665
* NetworkPkg: Change HTTP API typos.Zhang Lubo2016-01-282-37/+38
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-2810-18/+195
* NetworkPkg: Add NOOPT target in NetworkPkg.dscHao Wu2016-01-191-2/+2
* NetworkPkg: Fix SPD entry edit policy issue in IPSecConfig.Jiaxin Wu2016-01-181-23/+18
* NetworkPkg: Fix IpSec SPD and SAD mapping issue when SPD is updatedJiaxin Wu2016-01-181-22/+46
* NetworkPkg: Remove DNS QType and QClass definitionJiaxin Wu2016-01-141-14/+1
* NetworkPkg: Fix some typos in Http boot driver.Paulo Alcantara2016-01-124-11/+11
* NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek2016-01-062-2/+2
* NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu2016-01-062-2/+2
* NetworkPkg IpSecDxe: Fix a typo in function descriptionHao Wu2016-01-061-1/+1
* NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu2016-01-062-4/+8
* NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu2015-12-303-80/+522
* NetworkPkg: Fix suspicious dereference of pointer before NULL checkJiaxin Wu2015-12-251-1/+4
* NetworkPkg: Update module inf to include the missing uni fileLiming Gao2015-12-242-4/+6
* NetworkPkg: Update NetworkPkg.uni to UTF-8 file formatYe Ting2015-12-231-0/+0
* NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.Fu Siyuan2015-12-231-108/+163
* NetworkPkg: Remove unused EFI_HTTP_PROTOCOL definitionJiaxin Wu2015-12-231-3/+0
* NetworkPkg : Remove unused local variables to fix gcc build errors.Samer El-Haj-Mahmoud2015-12-221-4/+0
* NetworkPkg:Fix a bug the 2nd httpboot fail issue.Zhang Lubo2015-12-211-1/+10
* NetworkPkg: Update iSCSI driver to check existing AIP instancesYe Ting2015-12-186-3/+181
* NetworkPkg:Fix the issue Http boot hang when network failed.Zhang Lubo2015-12-181-0/+6
* NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao2015-12-171-1/+1
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-1540-0/+0
* NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu2015-12-101-18/+41
* NetworkPkg: Fix a bug in HttpBootDriverBindingStop() when destroying child.Zhang Lubo2015-11-301-2/+0
* NetworkPkg:Fix NULL pointer dereference issues.Zhang Lubo2015-11-263-31/+40