]> git.proxmox.com Git - mirror_edk2.git/history - NetworkPkg
Expand the PcdSrIovSystemPageSize type to PcdsPatchableInModule.
[mirror_edk2.git] / NetworkPkg /
2013-07-10 Fu SiyuanRoll back the changes in revision 14294 since it will...
2013-07-02 Ari ZiglerFix a bug in Mtftp6 retransmission mechanism of the...
2013-06-14 Ye TingFixed the issue that IPv6 network stack assert infreque...
2013-05-22 lgao4Correct the incorrect Copyright or License in EDKII...
2013-05-14 sfu5Fix bug in PXE driver: memory may be freed before use.
2013-05-13 lgao4Update Code to pass EBC compiler.
2013-05-09 sfu5Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL...
2013-04-25 sfu5Update dual network stack drivers to produce multiple...
2013-04-25 sfu5Get ParentDevicePath by using attribute EFI_OPEN_PROTOC...
2013-04-23 sfu5Remove unused [Guids] section from PXE inf file.
2013-04-19 tye1Add transit bit check for detecting partial response...
2013-03-20 sfu5Making the IP6_CONFIG_DATA_RECORD the same size for...
2013-03-20 sfu5Remove HiiUpdateForm from ExtractConfig fucntion.
2013-03-11 sfu5Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return...
2013-03-11 sfu5Initialize DefaultInfo before using it.
2013-02-20 sfu5Remove the useless goto statements in PXE driver.
2013-02-01 sfu5Fix corrupt PXE boot menu display issue.
2013-01-15 tye1Update IPv6 configuration UI: 1) keep addresses blank...
2013-01-08 sfu5Fix several RFC compliance issues in DHCP6 driver as...
2012-12-24 sfu51. Fix buffer overflow bugs in SNP, MNP and IP6 driver.
2012-12-17 sfu5Fix GCC build fail issue for MdeModulePkg and NetworkPkg.
2012-12-13 sfu51. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName...
2012-10-17 tye1Add manual configured gateway address back after system...
2012-10-17 sfu51. Fix a bug in PXE driver that the PXE boot do not...
2012-10-17 qianouyangFix code potential errors in IPsec.
2012-10-11 lzeng14Add missing braces around initializer.
2012-08-24 sfu5Fix bugs in PXE driver when using option 43 for boot...
2012-08-22 sfu5Add additional delay in DHCP6 InfoRequest interface...
2012-08-10 tye1Fix issue that TCP server will not response to SYN...
2012-07-04 sfu5Update PXE driver to wait for IPv6 duplicate address...
2012-05-31 ydong10Fixed build failed.
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-04-28 tye1Fixes issues with "Discard Changes and Exit" option...
2012-04-24 hhtianUpdate copyright format
2012-04-12 tye1Removes irrelevant parameter during negotiation to...
2012-04-12 ydong10Add check before using it to avoid access violation.
2012-04-11 jljustenEDK II Packages: Add Contributions.txt and License...
2012-04-10 ydong10Update code to avoid potential access violation.
2012-02-07 sfu51. Fix a bug for PXEv6 when Proxy PXE server and DHCP...
2011-12-16 sfu5Reconfigure the UdpRead instance if an error occurred...
2011-12-15 ydong10Update for NetworkPkg.
2011-12-14 qianouyangUpdate NetworkPkg package version from 0.92 to 0.93.
2011-12-08 qianouyangIpsecConfigApp add the check for the required options...
2011-12-05 qianouyangFix a ECC error - the parameter's name in comments...
2011-11-25 sfu51. Fix a bug to initialize the UdpRead instance in...
2011-11-23 qianouyang1.Update IPsec driver to set the Transform structure...
2011-10-28 tye1Clean NV flag in ‘Save Changes’ in IP6 menu.
2011-10-28 tye1Update error handling code if failing attach socket...
2011-10-26 niruiyuAdopt new IPv4/IPv6 device path for network modules.
2011-10-08 sfu5Add pointer check for NULL before dereference it.
2011-09-29 qianouyangCorrect inconsistent information in IpsecConfig.efi...
2011-09-28 qianouyangBefore decrypting the packet, Ipsec will check if the...
2011-09-18 lgao4Clean up the private GUID definition in module Level.
2011-09-16 ydong10Update the Ip6Dxe and IScsiDxe to keep the old behavior...
2011-09-10 jljustenNetworkPkg/UefiPxeBcDxe: Fix GCC build issue
2011-09-09 sfu51. Support netboot6 tftp URL format like tftp://[aaaa...
2011-09-01 sfu5Fix bug for UefiPxeBcDxe driver to catch the return...
2011-08-31 tye11. Update iSCSI UI to be more user-friendly.
2011-08-31 tye1Remove out of date copyright from command help info.
2011-08-24 tye1Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in...
2011-08-24 erictianRemove CONST modifier to be spec compliance
2011-08-24 hhuan131. Refine the error handling when the PXE-v4 DHCP offer...
2011-08-24 ydong10Refine file comments to follow coding style.
2011-08-17 tye1Add IScsiDxe driver to NetworkPkg in order to support...
2011-08-16 hhuan131.Fix a icc build break
2011-08-12 hhuan131. Enhanced error handling in case PXE DHCP process...
2011-08-12 hhuan131. Fix bugs for PXE-IPv6 to accommodate the situation:
2011-07-18 hhuan131. Fix a bug : netboot6 client hangs if DHCPv6 Advertis...
2011-07-14 hhuan131. Update NetworkPkg\PXE driver to consume netlib libra...
2011-07-14 hhuan131. Update DHCPv6 to use DUID-UUID option
2011-07-05 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-06-14 qianouyang1. In IPv4 and IPv6 driver, before calling IPsec, a...
2011-06-09 hhuan131. Fix PXE performance issue : enhance EfiPxeBcSetIpFil...
2011-06-08 lzeng14String Reference Cleanup.
2011-06-01 hhuan131. Add error handling for PXE-IPV6.
2011-05-31 qianouyangUpdate the IPsec driver to check in invalid parameter...
2011-05-20 ydong10Refine all R9 call back function to return EFI_UNSUPPOR...
2011-04-20 qianouyangUpdate the relevant drivers to use the correct GUID...
2011-04-01 ydong10NetworkPkg.dsc:
2011-03-10 mdkinneyUpdate DebugLib to provide support for "err" command...
2011-02-18 hhuan13Fix a bug in PxeBcDriver (When disconnect PxeBc driver...
2011-01-25 qianouyangNetworkPkg: Update the IpsecConfig application to fix...
2011-01-21 xdu2NetworkPkg: comments clean up.
2011-01-21 xdu2NetworkPkg: Add IN/OUT modifier.
2011-01-20 xdu2NetworkPkg-IpSecDxe: Remove extra space in function...
2011-01-20 qianouyangNetworkPkg: Update the IpsecDxe driver related PCDs...
2011-01-05 qianouyangNetworkPkg: Update Ipsecconfig Application to print...
2011-01-03 jljustenNetworkPkg/IpSecDxe: Add missing EFIAPI for callback...
2011-01-01 qianouyangFix build issue.
2010-12-31 qianouyangAdd IPsec/Ikev2 support.
2010-12-29 qianouyangUpdate Ipsecconfig application.
2010-12-09 ydong10update the comments.
2010-12-09 ydong10Co-work with patch V11137 to refine the Hii menu.
2010-12-03 hhuan13Fixed a bug for OPTION_NII(62) defined in RFC 5970.
2010-12-01 hhuan13To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc...
2010-11-18 tye1Fix a potential issue in calling Cpu->GetTimerValue...
2010-11-17 qianouyangFixed the K9 failure.
2010-11-16 hhuan13Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errat...
2010-11-01 xdu21. Update IPsec driver to produce EFI_IPSEC2_PROTOCOL...
2010-11-01 xdu2Update ipsecconfig and ping6 due to ShellLib update.
next