summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu52012-02-072-18/+38
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-162-21/+29
* Update for NetworkPkg.ydong102011-12-154-328/+345
* Update NetworkPkg package version from 0.92 to 0.93.qianouyang2011-12-142-2/+2
* IpsecConfigApp add the check for the required options (--local, --remote, Aut...qianouyang2011-12-082-11/+41
* Fix a ECC error - the parameter's name in comments is inconsistent with the o...qianouyang2011-12-052-2/+2
* 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu52011-11-251-0/+22
* 1.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang2011-11-236-409/+414
* Clean NV flag in ‘Save Changes’ in IP6 menu.tye12011-10-281-1/+1
* Update error handling code if failing attach socket with new PCB in TcpDxe mo...tye12011-10-281-2/+2
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-263-4/+20
* Add pointer check for NULL before dereference it.sfu52011-10-086-34/+204
* 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