summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix CRLF formatTian, Hot2014-01-227-69/+69
* Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan2014-01-223-13/+22
* Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan2014-01-151-1/+5
* 1. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan2014-01-131-19/+40
* Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan2014-01-103-49/+268
* Update NetworkPkg package version to 0.94.Fu Siyuan2014-01-092-6/+6
* Bug fix: IpSec driver treats BOOLEAN as EFI_STATUS in error handling code.Fu Siyuan2014-01-061-3/+2
* Update PXE driver to support PXE forced mode.Fu Siyuan2014-01-061-11/+35
* Fix a bug in TCP driver’s component name print function.Fu Siyuan2013-12-171-2/+2
* 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan2013-12-101-4/+8
* Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP.Fu Siyuan2013-11-291-3/+3
* Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno...Wu Jiaxin2013-11-191-3/+3
* Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin2013-10-291-1/+2
* Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin2013-10-253-11/+139
* Fix an issue that execute "map -r" in NT32 simulator cannot reinstate iSCSI s...Ye Ting2013-10-181-5/+6
* Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting2013-10-181-2/+3
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-1/+1
* 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