summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2016-12-06NetworkPkg/IpSecDxe: correct one comment and remove the unused bufJiaxin Wu1-17/+1
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan9-18/+91
2016-10-31NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan1-3/+7
2016-10-31NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo1-2/+6
2016-10-31NetworkPkg: Fix the wrong Timer event checkJiaxin Wu1-2/+2
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan4-21/+45
2016-10-27NetworkPkg/TcpDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek3-6/+6
2016-10-27NetworkPkg/IpsecConfig: remove module-local ARRAY_SIZE macroLaszlo Ersek1-4/+0
2016-10-27NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZELaszlo Ersek1-0/+2
2016-10-26NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2-15/+44
2016-10-26NetworkPkg: Enhance the code in DNS driver.Zhang Lubo1-0/+4
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo5-38/+261
2016-10-26NetworkPkg: Fix typos in commentsGary Lin8-82/+82
2016-10-21NetworkPkg: Coding style refine for IpSecDxeJiaxin Wu2-10/+10
2016-10-14NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting4-17/+55
2016-10-12NetworkPkg: Remove redundant code in HTTP boot driver.Fu Siyuan1-3/+0
2016-10-09NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.Zhang Lubo5-26/+26
2016-09-26NetworkPkg: Clean the previous address since the policy changedJiaxin Wu1-30/+29
2016-09-20NetworkPkg: Correct the DNS token return status by RCODEJiaxin Wu1-64/+40
2016-09-07NetworkPkg/DnsDxe: Handle CNAME type responded from the name serverJiaxin Wu1-29/+52
2016-09-06NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE valueJiaxin Wu3-21/+112
2016-08-18NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu4-16/+28
2016-08-18NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failureJiaxin Wu1-3/+2
2016-08-18NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo1-0/+2
2016-08-18NetworkPkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-08-08NetworkPkg DSC: Add build option to disable deprecated APIsHao Wu1-0/+3
2016-08-01NetworkPkg: Add missed character in copyright.Fu Siyuan3-3/+3
2016-07-26NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu1-2/+2
2016-07-26NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compilerHao Wu1-1/+5
2016-07-22Fix IPv6 HTTPClient vendor class dataMichael Chang1-1/+1
2016-07-18NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-12NetworkPkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2-5/+5
2016-07-11NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo1-1/+1
2016-07-11NetworkPkg: Fix typos in commentsGiri P Mudusuru12-27/+27
2016-06-30NetworkPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek1-1/+1
2016-06-30NetworkPkg: Stop the HTTP Boot service after the boot image download complete.Fu Siyuan1-1/+5
2016-06-27NetworkPkg: Avoid potential NULL pointer dereferenceJiaxin Wu5-14/+194
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo20-418/+155
2016-06-23NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo6-9/+30
2016-06-21NetworkPkg: Replace ASSERT with error handling in DnsDxeJiaxin Wu1-18/+38
2016-06-21NetworkPkg: Remove ASSERT and use error handling in IpSecDxeJiaxin Wu8-97/+379
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng8-52/+87
2016-06-17NetworkPkg: Fix unspecified address use case in IpsecConfigJiaxin Wu3-15/+21
2016-06-14NetworkPkg/TcpDxe: Fix GCC build failureJiaxin Wu1-2/+0
2016-06-13NetworkPkg: Fix DNS GeneralLookUp failure in some caseJiaxin Wu2-8/+23
2016-06-13NetworkPkg: Remove TokenEntry from Token list before freedJiaxin Wu1-0/+8
2016-06-13NetworkPkg: Fix IPv6 boot failure in diff net segment issueJiaxin Wu1-9/+9
2016-06-13NetworkPkg: Handling timeout case in httpboot driverJiaxin Wu4-3/+56
2016-06-13NetworkPkg: HttpDxe response/cancel issue fixJiaxin Wu3-103/+77