]> git.proxmox.com Git - mirror_edk2.git/history - NetworkPkg
OvmfPkg: Modify QemuFwCfgLib to use new IoLib class library
[mirror_edk2.git] / NetworkPkg /
2017-01-06 Jiaxin WuMdePkg, NetworkPkg: Refine the coding style.
2017-01-04 Jiaxin WuNetworkPkg/Ip6Dxe: Fix the potential NULL pointer free
2016-12-29 Jiaxin WuNetworkPkg/NetworkPkg.dsc: Move TLS modules to the...
2016-12-26 Jiaxin WuNetworkPkg: Fix potentially uninitialized local variable
2016-12-26 Jiaxin WuNetworkPkg/HttpDxe: Fix the potential NULL dereference
2016-12-26 Jiaxin WuNetworkPkg/DnsDxe: Fixed the assert issue in DnsDxe
2016-12-22 Jiaxin WuNetworkPkg/NetworkPkg.dsc: Enable TlsDxe and TlsAuthCon...
2016-12-22 Jiaxin WuNetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6
2016-12-22 Jiaxin WuNetworkPkg/TlsAuthConfigDxe: Provide the UI to support...
2016-12-22 Jiaxin WuNetworkPkg/TlsDxe: TlsDxe driver implementation over...
2016-12-22 Hao WuNetworkPkg: Refine UintnToAscDecWithFormat functions...
2016-12-19 Fu SiyuanNetworkPkg: Replace ASSERT with error return code in...
2016-12-06 Jiaxin WuNetworkPkg/IpSecDxe: correct one comment and remove...
2016-11-18 Fu SiyuanNetworkPkg: Check for the max DHCP packet length before...
2016-10-31 Fu SiyuanNetworkPkg: Check for NULL pointer before dereference it.
2016-10-31 Zhang LuboNetworkPkg: Add error handling logic when using Allocat...
2016-10-31 Jiaxin WuNetworkPkg: Fix the wrong Timer event check
2016-10-28 Fu SiyuanNetworkPkg: Update IP4 stack drivers for classless...
2016-10-27 Laszlo ErsekNetworkPkg/TcpDxe: rebase to ARRAY_SIZE()
2016-10-27 Laszlo ErsekNetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()
2016-10-27 Laszlo ErsekNetworkPkg/IpsecConfig: remove module-local ARRAY_SIZE...
2016-10-27 Laszlo ErsekNetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZE
2016-10-26 Zhang LuboNetworkPkg: Support bracketed IPv6 address during a...
2016-10-26 Zhang LuboNetworkPkg: Enhance the code in DNS driver.
2016-10-26 Zhang LuboNetworkPkg: Add dns support for pxe boot based on IPv6.
2016-10-26 Gary LinNetworkPkg: Fix typos in comments
2016-10-21 Jiaxin WuNetworkPkg: Coding style refine for IpSecDxe
2016-10-14 Ye TingNetworkPkg: Record user configured TargetIP/Port in...
2016-10-12 Fu SiyuanNetworkPkg: Remove redundant code in HTTP boot driver.
2016-10-09 Zhang LuboNetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.
2016-09-26 Jiaxin WuNetworkPkg: Clean the previous address since the policy...
2016-09-20 Jiaxin WuNetworkPkg: Correct the DNS token return status by...
2016-09-07 Jiaxin WuNetworkPkg/DnsDxe: Handle CNAME type responded from...
2016-09-06 Jiaxin WuNetworkPkg/IpSecDxe: Generate SPI randomly and correct...
2016-08-18 Jiaxin WuNetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" update
2016-08-18 Jiaxin WuNetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange...
2016-08-18 Zhang LuboNetworkPkg: Fix assert issue in iSCSI driver
2016-08-18 Zhang LuboNetworkPkg: Refine codes of iSCSI driver
2016-08-08 Hao WuNetworkPkg DSC: Add build option to disable deprecated...
2016-08-01 Fu SiyuanNetworkPkg: Add missed character in copyright.
2016-07-26 Hao WuNetworkPkg UefiPxeBcDxe: Fix build error for lastest...
2016-07-26 Hao WuNetworkPkg IScsiDxe: Fix build error for lastest VS2015...
2016-07-22 Michael ChangFix IPv6 HTTPClient vendor class data
2016-07-18 Fu SiyuanNetworkPkg: Fix bug in TCP which not sending out ACK...
2016-07-12 Fu SiyuanNetworkPkg: Update PXE driver to follow edk2 coding...
2016-07-11 Zhang, LuboNetworkPkg: Fix Assert issue in iSCSI driver.
2016-07-11 Giri P MudusuruNetworkPkg: Fix typos in comments
2016-07-01 david weiMerge branch 'master' of https://github.com/tianocore...
2016-06-30 Laszlo ErsekNetworkPkg: fix ASSERT_EFI_ERROR() typos
2016-06-30 Fu SiyuanNetworkPkg: Stop the HTTP Boot service after the boot...
2016-06-27 Jiaxin WuNetworkPkg: Avoid potential NULL pointer dereference
2016-06-23 Zhang LuboNetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6...
2016-06-23 Zhang LuboNetworkPkg: Replace ASSERT with error handling in Http...
2016-06-21 Jiaxin WuNetworkPkg: Replace ASSERT with error handling in DnsDxe
2016-06-21 Jiaxin WuNetworkPkg: Remove ASSERT and use error handling in...
2016-06-21 Star ZengNetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnic...
2016-06-17 Jiaxin WuNetworkPkg: Fix unspecified address use case in IpsecConfig
2016-06-14 Jiaxin WuNetworkPkg/TcpDxe: Fix GCC build failure
2016-06-13 Jiaxin WuNetworkPkg: Fix DNS GeneralLookUp failure in some case
2016-06-13 Jiaxin WuNetworkPkg: Remove TokenEntry from Token list before...
2016-06-13 Jiaxin WuNetworkPkg: Fix IPv6 boot failure in diff net segment...
2016-06-13 Jiaxin WuNetworkPkg: Handling timeout case in httpboot driver
2016-06-13 Jiaxin WuNetworkPkg: HttpDxe response/cancel issue fix
2016-06-13 Jiaxin WuNetworkPkg: Support TCP Cancel function
2016-05-31 Fu, SiyuanNetworkPkg: Stop the timer before clean IP service.
2016-05-26 Jiaxin WuNetworkPkg: Correct HttpConfigure parameter check
2016-05-24 Fu SiyuanNetworkPkg: update code for NULL pointer check.
2016-05-20 Gary LinNetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNo...
2016-05-20 Gary LinNetworkPkg/TcpDxe: Remove the status check of SockProce...
2016-05-16 Nagaraj HegdeNetworkPkg:HttpDxe: Code changes to support HTTP PUT...
2016-05-13 Gary LinNetworkPkg: Make HttpBootGetBootFile return EFI_BUFFER_...
2016-05-12 Zhang, LuboNetworkPkg: Bug fix of iSCSI to support MPIO
2016-05-06 Fu SiyuanNetworkPkg: Ignore BootFileName if it is overloaded.
2016-05-06 Fu SiyuanNetworkPkg: Ignore BootFileName if it is overloaded.
2016-05-06 Fu SiyuanNetworkPkg: Fix a memory leak in HTTP boot driver.
2016-05-06 Sunny WangNetworkPkg/HttpBootDxe: Fix for the issue that the...
2016-05-05 Fu SiyuanNetworkPkg: Do not use hard coded TTL/ToS in PXE driver.
2016-05-05 Fu SiyuanNetworkPkg: Use UefiBootManagerLib API to create load...
2016-04-28 Jiaxin WuNetworkPkg: Fix incorrect buffer free in HttpDxe
2016-04-28 Jiaxin WuNetworkPkg: Avoid the indefinite wait case in HttpDxe
2016-04-27 Nagaraj HegdeNetworkPkg:HttpDxe:Consume DxeHttpLib API changes
2016-04-27 Fu SiyuanNetworkPkg: Allow user to create a HTTP corporate boot...
2016-04-22 Zhang LuboNetworkPkg: Fix GCC code build error of iSCSI driver.
2016-04-22 Zhang LuboNetworkPkg: refine codes of iSCSI driver.
2016-04-14 Jiaxin WuNetworkPkg: Fix issue in Ip6Dxe SetData
2016-04-11 Fu SiyuanNetworkPkg: Add RAM disk boot support to HTTP Boot...
2016-04-11 Zhang LuboNetworkPkg: Add new macros and refine codes
2016-04-01 Fu SiyuanNetworkPkg: Check received packet size before use it.
2016-04-01 Fu SiyuanNetworkPkg: Check pointer for NULL before use.
2016-03-25 Laszlo ErsekNetworkPkg: IpSecDxe: remove set but unused variables
2016-03-25 Zhang, LuboNetworkPkg:Fix bug when parsing the dhcp6 option 16
2016-03-25 Zhang LuboNetworkPkg:Fix Http boot download issue.
2016-03-24 Fu SiyuanNetworkPkg: Fix HII related problem in HTTP boot driver.
2016-03-16 Fu SiyuanNetworkPkg: Fix the driver model issue in HTTP Boot...
2016-03-15 Fu SiyuanNetworkPkg: fix function comments in HttpBootDxe.
2016-03-11 Zhang, LuboNetworkPkg: Refine the code of shell app under networkPkg.
2016-03-11 Jiaxin WuNetworkPkg: Fix IpsecConfig GCC build failure issue
2016-03-10 Ghazi BelaamNetworkPkg: Use the New Functions from HttpLib
2016-03-10 Fu SiyuanNetworkPkg: Convert UNI file to UTF8 format.
2016-03-08 Laszlo ErsekNetworkPkg: HttpBootDxe: fix gcc build failure.
next