summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* Roll back the changes in revision 14294 since it will cause iSCSI security au...Fu Siyuan2013-07-101-2/+2
* Fix a bug in Mtftp6 retransmission mechanism of the ACK.Ari Zigler2013-07-021-0/+1
* Fixed the issue that IPv6 network stack assert infrequently – assert once e...Ye Ting2013-06-141-34/+45
* Correct the incorrect Copyright or License in EDKII source files.lgao42013-05-222-1/+1
* Fix bug in PXE driver: memory may be freed before use.sfu52013-05-141-3/+4
* Update Code to pass EBC compiler.lgao42013-05-131-5/+6
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-2/+13
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-259-521/+1589
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-251-12/+2
* Remove unused [Guids] section from PXE inf file.sfu52013-04-231-6/+1
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-1/+1
* Making the IP6_CONFIG_DATA_RECORD the same size for both IA32 and X64 builds.sfu52013-03-202-4/+4
* Remove HiiUpdateForm from ExtractConfig fucntion.sfu52013-03-201-12/+1
* Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return status correctly.sfu52013-03-111-5/+10
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Remove the useless goto statements in PXE driver.sfu52013-02-202-28/+10
* 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