summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2019-11-11NetworkPkg: Add YAML file for CI buildsMichael D Kinney2-0/+67
2019-11-02NetworkPkg/HttpDxe: Set the HostName for the verification (CVE-2019-14553)Wu, Jiaxin2-4/+18
2019-11-02NetworkPkg/TlsDxe: Add the support of host validation to TlsDxe driver (CVE-2...Wu, Jiaxin1-3/+41
2019-10-29NetworkPkg/SnpDxe: Use PcdGetBool() instead of FixedPcdGetBool in Snp.cSiyuan, Fu1-2/+2
2019-10-24NetworkPkg: Add missing components to DSC fileSean Brogan1-0/+6
2019-10-21NetworkPkg/SnpDxe: Add PCD to remove ExitBootServices event from SNP driver.Rabeda, Maciej4-20/+35
2019-10-17NetworkPkg/Ip6Dxe: Fix typo in commentPhilippe Mathieu-Daude1-1/+1
2019-10-09NetworkPkg/TcpDxe: fix SockFreeFoo() parameter listLaszlo Ersek1-2/+2
2019-10-09NetworkPkg/Ip4Dxe: fix NetLibDestroyServiceChild() callLaszlo Ersek1-2/+2
2019-10-09NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces callsLaszlo Ersek6-7/+7
2019-10-09NetworkPkg/DxeNetLib: fix type typo in NetLibGetMacAddress()Laszlo Ersek1-1/+1
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao19-19/+0
2019-10-08NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined in NetworkPkg.decLiming Gao1-1/+1
2019-10-08NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.decLiming Gao2-0/+13
2019-10-08NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkgLiming Gao4-0/+73
2019-10-04NetworkPkg: add missing newline at end of fileLeif Lindholm1-1/+1
2019-08-15NetworkPkg: Move Dpc.h from MdeModulePkg to NetworkPkgShenglei Zhang3-2/+98
2019-08-15NetworkPkg: Add Dpc protocolShenglei Zhang1-0/+4
2019-05-27NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkgLiming Gao29-0/+4063
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao147-24/+64905
2019-05-08NetworkPkg: Add package level include DSC fileLiming Gao2-21/+41
2019-05-08NetworkPkg: Add DSC/FDF include segment files to NetworkPkg.Liming Gao5-0/+275
2019-05-08NetworkPkg DSC: Add the required ARM library to pass ARM buildLiming Gao1-1/+3
2019-04-29NetworkPkg: Add missing string token in NetworkPkg.uniXue, ShengfengX1-1/+13
2019-04-29NetworkPkg: Remove IpSec driver and applicationWang, Fan53-29709/+0
2019-04-22NetworkPkg/UefiPxeBcDxe:Add two PCD to control PXE.Xue, ShengfengX4-4/+29
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney296-2066/+296
2019-03-01NetworkPkg: Fix Duplicate FreePool Error in WCMWang, Fan4-1/+11
2019-02-28NetworkPkg: Add WiFi Connection Manager to NetworkPkgWang Fan23-0/+7320
2019-02-28NetworkPkg/DnsDxe: [CVE-2018-12178] Check the received packet size before par...Jiaxin Wu2-10/+69
2019-02-19NetworkPkg/Ip6Dxe: Clean the invalid IPv6 configuration during driver start.Jiaxin Wu1-4/+22
2019-02-12NetworkPkg/Ip6Dxe: Uninstall protocols when error happen in Driver Binding St...Jiaxin Wu1-9/+19
2019-01-23NetworkPkg/DnsDxe: Remove unnecessary NULL pointer check.Jiaxin Wu1-13/+9
2019-01-23NetworkPkg/IScsiDxe: Remove unnecessary NULL pointer check.Jiaxin Wu1-5/+1
2019-01-15NetworkPkg/Dhcp6Dxe: Remove an unused global variable.Songpeng Li2-3/+0
2019-01-15NetworkPkg/IScsiDxe: Remove unused global variables.Songpeng Li1-2/+0
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal6-70/+35
2019-01-10NetworkPkg/IScsiDxe: Use UEFILib APIs to uninstall protocols.Ashish Singhal1-20/+11
2018-12-24NetworkPkg: Remove some clarification from UefiPxeBcDxe.infSiyuan Fu1-6/+0
2018-12-24NetworkPkg: Remove some clarification from IScsiDxe.infSiyuan Fu1-10/+0
2018-12-24NetworkPkg: Remove some clarification from TcpDxe.infSiyuan Fu1-6/+0
2018-11-23NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attemptsVijayenthiran Subramaniam1-0/+8
2018-11-01NetworkPkg/TlsDxe: Fix failure to process multiple TLS records.Jiaxin Wu1-2/+2
2018-11-01NetworkPkg/Mtftp6Dxe: Remove the trailing white spaces.Jiaxin Wu1-1/+1
2018-10-29NetworkPkg/Mtftp6Dxe: Correct the total received and saved block number.Jiaxin Wu5-18/+28
2018-10-22NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.Jiaxin Wu1-21/+39
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu2-17/+17
2018-10-22NetworkPkg/TlsDxe: Remove the redundant library class.Jiaxin Wu1-2/+1
2018-10-09NetworkPkg/UefiPxeBcDxe: Correct comments to align with the input parameter.Jiaxin Wu2-2/+14
2018-09-29NetworkPkg/HttpUtilitiesDxe: fix read memory access overflow.Li, Songpeng1-1/+7