summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* Correct inconsistent information in IpsecConfig.efi help report.qianouyang2011-09-291-0/+0
* Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang2011-09-281-11/+37
* Clean up the private GUID definition in module Level.lgao42011-09-1823-100/+110
* Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio...ydong102011-09-163-9/+9
* NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten2011-09-101-5/+5
* 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52011-09-092-25/+98
* Fix bug for UefiPxeBcDxe driver to catch the return status.sfu52011-09-011-1/+7
* 1. Update iSCSI UI to be more user-friendly.tye12011-08-316-173/+181
* Remove out of date copyright from command help info.tye12011-08-312-0/+0
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-244-149/+169
* Remove CONST modifier to be spec complianceerictian2011-08-243-19/+19
* 1. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan132011-08-243-1/+8
* Refine file comments to follow coding style.ydong102011-08-242-2/+2
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-1726-1/+14300
* 1.Fix a icc build breakhhuan132011-08-161-1/+1
* 1. Enhanced error handling in case PXE DHCP process error happens.hhuan132011-08-121-0/+8
* 1. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan132011-08-128-28/+352
* 1. Fix a bug : netboot6 client hangs if DHCPv6 Advertisement received without...hhuan132011-07-181-2/+6
* 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan132011-07-144-141/+5
* 1. Update DHCPv6 to use DUID-UUID optionhhuan132011-07-143-44/+91
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0517-38/+38
* 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang2011-06-142-3/+17
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-53/+116
* String Reference Cleanup.lzeng142011-06-082-6/+6
* 1. Add error handling for PXE-IPV6.hhuan132011-06-011-1/+4
* Update the IPsec driver to check in invalid parameter of ProcessExt() accordi...qianouyang2011-05-313-29/+36
* Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte...ydong102011-05-201-98/+105
* Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2011-04-208-16/+16
* NetworkPkg.dsc: ydong102011-04-011-1/+2
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-101-1/+2
* Fix a bug in PxeBcDriver (When disconnect PxeBc driver under shell environmen...hhuan132011-02-181-1/+10
* NetworkPkg: Update the IpsecConfig application to fix the GCC4.5 build issue.qianouyang2011-01-251-5/+6
* NetworkPkg: comments clean up.xdu22011-01-2119-64/+63
* NetworkPkg: Add IN/OUT modifier.xdu22011-01-215-17/+17
* NetworkPkg-IpSecDxe: Remove extra space in function type definition to beauti...xdu22011-01-201-13/+13
* NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec.qianouyang2011-01-203-35/+47
* NetworkPkg: Update Ipsecconfig Application to print the keys of SAD in concis...qianouyang2011-01-052-30/+52
* NetworkPkg/IpSecDxe: Add missing EFIAPI for callback functionsjljusten2011-01-034-22/+28
* Fix build issue.qianouyang2011-01-012-7/+2
* Add IPsec/Ikev2 support.qianouyang2010-12-3131-1577/+17737
* Update Ipsecconfig application.qianouyang2010-12-295-62/+125
* update the comments.ydong102010-12-091-1/+1
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-092-3/+3
* Fixed a bug for OPTION_NII(62) defined in RFC 5970.hhuan132010-12-032-3/+1
* To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protoc...hhuan132010-12-012-30/+166
* Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (U...tye12010-11-182-14/+14
* Fixed the K9 failure.qianouyang2010-11-171-2/+7
* Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.hhuan132010-11-161-3/+2
* 1. Update IPsec driver to produce EFI_IPSEC2_PROTOCOL which is defined by UEF...xdu22010-11-0112-248/+364
* Update ipsecconfig and ping6 due to ShellLib update.xdu22010-11-014-38/+69