summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2018-09-27NetworkPkg: Define one PCD for PXE to specify MTFTP windowsize.Jiaxin Wu2-0/+12
2018-09-27NetworkPkg/Mtftp6Dxe: Support windowsize in read request operation.Jiaxin Wu6-24/+90
2018-09-17NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol i...edk2-devel-bounces@lists.01.org1-4/+4
2018-08-23NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li2-33/+0
2018-08-23NetworkPkg: TcpDxe: Remove the redundant code.Songpeng Li2-48/+2
2018-08-23NetworkPkg: IpSecDxe: Remove the redundant code.Songpeng Li3-161/+0
2018-08-23NetworkPkg: IScsiDxe: Remove the redundant code and definition.Songpeng Li2-34/+0
2018-08-22NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrievalLaszlo Ersek1-1/+26
2018-08-16NetworkPkg/TlsAuthConfigDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek2-141/+1
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc210-13/+13
2018-08-03NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu1-3/+15
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu3-54/+78
2018-06-28NetworkPkg: Clean up source filesLiming Gao180-3640/+3640
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2-1/+4
2018-05-07NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib].Jiaxin Wu1-0/+1
2018-04-13NetworkPkg/TlsDxe: clean up byte order conversion for EfiTlsCipherListLaszlo Ersek1-1/+4
2018-04-13NetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherListLaszlo Ersek1-2/+10
2018-03-28NetworkPkg/TlsAuthConfigDxe: preserve TlsCaCertificate variable attributesLaszlo Ersek1-7/+8
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek2-1/+67
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek1-2/+0
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek1-5/+4
2018-03-28NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsingLaszlo Ersek1-2/+2
2018-03-26NetworkPkg: Correct HttpTlsCipherList.h file format to DOSLiming Gao1-38/+38
2018-03-22NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu2-40/+52
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu3-39/+111
2018-03-22NetworkPkg/TlsDxe: Handle the multiple TLS record messages encryption/decrypt...Jiaxin Wu2-28/+52
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