summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2018-03-13NetworkPkg/IScsiDxe: Fix the ISCSI connection failure in certain case.Jiaxin Wu1-1/+1
2018-03-02NetworkPkg/HttpDxe: Support HTTP Delete Method.Jiaxin Wu1-4/+5
2018-03-02NetworkPkg/Udp6Dxe: Fix the failure to leave one multicast group address.Jiaxin Wu1-0/+3
2018-03-02NetworkPkg/HttpBootDxe: Fix the incorrect error message output.Jiaxin Wu2-17/+21
2018-03-02NetworkPkg/HttpBootDxe: Correct the parameter check for the usage of HttpBoot...Jiaxin Wu1-7/+6
2018-02-14NetworkPkg: Read HttpTlsCipherList variable and configure it for HTTPS session.Jiaxin Wu3-3/+95
2018-02-14NetworkPkg: Define one private variable for HTTPS to set Tls CipherList.Jiaxin Wu2-0/+41
2018-02-05NetworkPkg: Add warning message for PXE if failed to read system GUID from SM...Fu Siyuan2-0/+4
2018-01-25NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.Jiaxin Wu2-2/+10
2018-01-23NetworkPkg: Update package version to 0.98Fu Siyuan2-4/+4
2018-01-15NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.Fu Siyuan1-1/+9
2018-01-11NetworkPkg: Add more parameter or return status check in UDP6 driverWang Fan3-22/+45
2018-01-11NetworkPkg: Fix some coding style issues in UDP6 driverWang Fan3-15/+17
2018-01-11NetworkPkg: Fix a memory leak issue in UDP6 driverWang Fan1-0/+3
2018-01-11NetworkPkg: Add ASSERT error handling for UDP6 driverWang Fan2-2/+21
2018-01-10NetworkPkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2018-01-10NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.Jiaxin Wu1-2/+2
2018-01-04NetworkPkg: Update PXE driver to check for NULL pointer before use it.Fu Siyuan1-12/+8
2018-01-04NetworkPkg: Add assert for buffer pointer from DHCP driver.Fu Siyuan1-0/+4
2018-01-04NetworkPkg: Fix memory leak problem in PXE driver.Fu Siyuan2-7/+25
2018-01-04NetworkPkg: Check allocated buffer pointer before use.Fu Siyuan1-1/+4
2018-01-04NetworkPkg: Abort the PXE process if DHCP has been started by other instance.Fu Siyuan1-7/+2
2017-12-28NetworkPkg: Convert source file to DOS formatLiming Gao1-1/+1
2017-12-27NetworkPkg/IScsiDxe: Correct the DnsMode value according the target info.Jiaxin Wu1-0/+1
2017-12-27NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.Jiaxin Wu1-8/+1
2017-12-27NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().Jiaxin Wu1-1/+7
2017-12-27NetworkPkg/TcpDxe: Check TCP payload for release version.Jiaxin Wu2-32/+122
2017-12-26NetworkPkg/TcpDxe: Remove the redundant code.Jiaxin Wu2-66/+1
2017-12-26NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before useJiaxin Wu1-0/+3
2017-12-22NetworkPkg/HttpBootDxe: Break the HttpBoot Callback function when meet redire...Jiaxin Wu1-0/+1
2017-12-22NetworkPkg/HttpBootDxe: Avoid the potential memory leak when eror happen.Jiaxin Wu2-1/+8
2017-12-22NetworkPkg: Recycle the ICMP error message in PXE driver.Fu Siyuan1-16/+14
2017-12-22NetworkPkg: Remove redundant check in PXE driver.Fu Siyuan1-15/+9
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang212-32/+45
2017-12-15NetworkPkg/UefiPxeBcDxe: Allow the NULL configuration for NewStationIP/NewSub...Jiaxin Wu2-12/+16
2017-12-15NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2-4/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Fix Pxe.Dhcp() return status code.Jiaxin Wu2-1/+6
2017-12-13NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+13
2017-12-12NetworkPkg/DnsDxe: Avoid to access the freed memory buffer.Jiaxin Wu1-30/+39
2017-12-12NetworkPkg/DnsDxe: Fix the potential memory leak issue.Jiaxin Wu1-10/+121
2017-12-12NetworkPkg/DnsDxe: Update RetryCount/RetryInterval to comply with UEFI spec.Jiaxin Wu4-48/+67
2017-12-12NetworkPkg/DnsDxe: Remove the unnecessary if condition check in DNS.ConfigJiaxin Wu1-2/+2
2017-12-05NetworkPkg: Update IScsiDxe to pass XCODE buildLiming Gao2-3/+3
2017-11-24NetworkPkg/HttpDxe: Fix the incorrect SizeofHeaders in HttpTcpReceiveHeader().Jiaxin Wu1-7/+3
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan1-1/+7
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan3-0/+24
2017-11-14NetworkPkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-10-30NetworkPkg/IScsiDxe: Add check to avoid use NULL pointerJiaxin Wu1-0/+4
2017-10-30NetworkPkg/HttpBootDxe: Add check to avoid use NULL pointerJiaxin Wu1-23/+27
2017-10-27NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with othe...Jiaxin Wu1-0/+1