summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix corrupt PXE boot menu display issue.sfu52013-02-011-2/+2
* Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ...tye12013-01-152-259/+228
* Fix several RFC compliance issues in DHCP6 driver as below.sfu52013-01-085-101/+258
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-1/+1
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-176-6/+12
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-1342-270/+1602
* Add manual configured gateway address back after system reset.tye12012-10-171-0/+12
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-1728-96/+219
* Fix code potential errors in IPsec.qianouyang2012-10-172-7/+9
* Add missing braces around initializer.lzeng142012-10-112-8/+8
* Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu52012-08-245-56/+111
* Add additional delay in DHCP6 InfoRequest interface to wait for link local ad...sfu52012-08-228-59/+262
* Fix issue that TCP server will not response to SYN packet from TCP client in ...tye12012-08-103-4/+13
* Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu52012-07-044-10/+85
* Fixed build failed.ydong102012-05-312-2/+2
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-302-7/+9
* Fixes issues with "Discard Changes and Exit" option in IPv6 driver's Advance ...tye12012-04-281-12/+14
* Update copyright formathhtian2012-04-241-3/+1
* Removes irrelevant parameter during negotiation to avoid login fail.tye12012-04-122-5/+11
* Add check before using it to avoid access violation.ydong102012-04-121-0/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Update code to avoid potential access violation.ydong102012-04-107-9/+61
* 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