summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)Author
2019-02-19NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start.Jiaxin Wu
2019-02-12NetworkPkg/Ip6Dxe: Uninstall protocols when error happen in Driver Binding St...Jiaxin Wu
2019-01-23NetworkPkg/DnsDxe: Remove unnecessary NULL pointer check.Jiaxin Wu
2019-01-23NetworkPkg/IScsiDxe: Remove unnecessary NULL pointer check.Jiaxin Wu
2019-01-15NetworkPkg/Dhcp6Dxe: Remove an unused global variable.Songpeng Li
2019-01-15NetworkPkg/IScsiDxe: Remove unused global variables.Songpeng Li
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal
2019-01-10NetworkPkg/IScsiDxe: Use UEFILib APIs to uninstall protocols.Ashish Singhal
2018-12-24NetworkPkg: Remove some clarification from UefiPxeBcDxe.infSiyuan Fu
2018-12-24NetworkPkg: Remove some clarification from IScsiDxe.infSiyuan Fu
2018-12-24NetworkPkg: Remove some clarification from TcpDxe.infSiyuan Fu
2018-11-23NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attemptsVijayenthiran Subramaniam
2018-11-01NetworkPkg/TlsDxe: Fix failure to process multiple TLS records.Jiaxin Wu
2018-11-01NetworkPkg/Mtftp6Dxe: Remove the trailing white spaces.Jiaxin Wu
2018-10-29NetworkPkg/Mtftp6Dxe: Correct the total received and saved block number.Jiaxin Wu
2018-10-22NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.Jiaxin Wu
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu
2018-10-22NetworkPkg/TlsDxe: Remove the redundant library class.Jiaxin Wu
2018-10-09NetworkPkg/UefiPxeBcDxe: Correct comments to align with the input parameter.Jiaxin Wu
2018-09-29NetworkPkg/HttpUtilitiesDxe: fix read memory access overflow.Li, Songpeng
2018-09-29NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot.Songpeng Li
2018-09-27NetworkPkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in Md...Jiaxin Wu
2018-09-27NetworkPkg/IScsiDxe: Add the clarification compared to IScsiDxe in MdeModulePkg.Jiaxin Wu
2018-09-27NetworkPkg/TcpDxe: Add the clarification compared to Tcp4Dxe in MdeModulePkg.Jiaxin Wu
2018-09-27NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize.Jiaxin Wu
2018-09-27NetworkPkg: Define one PCD for PXE to specify MTFTP windowsize.Jiaxin Wu
2018-09-27NetworkPkg/Mtftp6Dxe: Support windowsize in read request operation.Jiaxin Wu
2018-09-17NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol i...edk2-devel-bounces@lists.01.org
2018-08-23NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li
2018-08-23NetworkPkg: TcpDxe: Remove the redundant code.Songpeng Li
2018-08-23NetworkPkg: IpSecDxe: Remove the redundant code.Songpeng Li
2018-08-23NetworkPkg: IScsiDxe: Remove the redundant code and definition.Songpeng Li
2018-08-22NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrievalLaszlo Ersek
2018-08-16NetworkPkg/TlsAuthConfigDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc2
2018-08-03NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.Jiaxin Wu
2018-07-12NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.Jiaxin Wu
2018-06-28NetworkPkg: Clean up source filesLiming Gao
2018-06-21MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan
2018-05-07NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib].Jiaxin Wu
2018-04-13NetworkPkg/TlsDxe: clean up byte order conversion for EfiTlsCipherListLaszlo Ersek
2018-04-13NetworkPkg/TlsDxe: verify DataSize for EfiTlsCipherListLaszlo Ersek
2018-03-28NetworkPkg/TlsAuthConfigDxe: preserve TlsCaCertificate variable attributesLaszlo Ersek
2018-03-28NetworkPkg/HttpDxe: sanity-check the TlsCaCertificate variable before useLaszlo Ersek
2018-03-28NetworkPkg/HttpDxe: drop misleading comment / status code in cert configLaszlo Ersek
2018-03-28NetworkPkg/HttpDxe: use error handler epilogue in TlsConfigCertificate()Laszlo Ersek
2018-03-28NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsingLaszlo Ersek
2018-03-26NetworkPkg: Correct HttpTlsCipherList.h file format to DOSLiming Gao
2018-03-22NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu
2018-03-22NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.Jiaxin Wu