summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Use string pointer instead string buffer to avoid string copy operation.Fu, Siyuan3-9/+14
2014-08-08Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan5-12/+12
2014-08-04The pointer argument should be set to NULL if not used not FALSE.Fu, Siyuan1-3/+3
2014-07-28Update code to support VS2013 tool chain.Eric Dong5-4/+12
2014-07-10Fix a memory use after free bug in DHCP6 driver.Fu, Siyuan1-2/+29
2014-06-25Refine code to make it more safely.Eric Dong5-7/+11
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin1-2/+0
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan13-699/+20
2014-04-25Fix default VENDOR_CLASS in DHCP discover.Larry Cleeton1-2/+2
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda5-8/+8
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan1-2/+2
2014-03-17Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va...Fu Siyuan3-9/+15
2014-01-22Fix CRLF formatTian, Hot7-69/+69
2014-01-22Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan3-13/+22
2014-01-15Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan1-1/+5
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan1-19/+40
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan3-49/+268
2014-01-09Update NetworkPkg package version to 0.94.Fu Siyuan2-6/+6
2014-01-06Bug fix: IpSec driver treats BOOLEAN as EFI_STATUS in error handling code.Fu Siyuan1-3/+2
2014-01-06Update PXE driver to support PXE forced mode.Fu Siyuan1-11/+35
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan1-2/+2
2013-12-101. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan1-4/+8
2013-11-29Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP.Fu Siyuan1-3/+3
2013-11-19Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno...Wu Jiaxin1-3/+3
2013-10-29Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin1-1/+2
2013-10-25Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin3-11/+139
2013-10-18Fix an issue that execute "map -r" in NT32 simulator cannot reinstate iSCSI s...Ye Ting1-5/+6
2013-10-18Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting1-2/+3
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj1-1/+1
2013-07-10Roll back the changes in revision 14294 since it will cause iSCSI security au...Fu Siyuan1-2/+2
2013-07-02Fix a bug in Mtftp6 retransmission mechanism of the ACK.Ari Zigler1-0/+1
2013-06-14Fixed the issue that IPv6 network stack assert infrequently – assert once e...Ye Ting1-34/+45
2013-05-22Correct the incorrect Copyright or License in EDKII source files.lgao42-1/+1
2013-05-14Fix bug in PXE driver: memory may be freed before use.sfu51-3/+4
2013-05-13Update Code to pass EBC compiler.lgao41-5/+6
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-2/+13
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu59-521/+1589
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-6/+1
2013-04-19Add transit bit check for detecting partial response in iSCSI stack.tye11-1/+1
2013-03-20Making the IP6_CONFIG_DATA_RECORD the same size for both IA32 and X64 builds.sfu52-4/+4
2013-03-20Remove HiiUpdateForm from ExtractConfig fucntion.sfu51-12/+1
2013-03-11Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return status correctly.sfu51-5/+10
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-02-20Remove the useless goto statements in PXE driver.sfu52-28/+10
2013-02-01Fix corrupt PXE boot menu display issue.sfu51-2/+2
2013-01-15Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ...tye12-259/+228
2013-01-08Fix several RFC compliance issues in DHCP6 driver as below.sfu55-101/+258
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-1/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu56-6/+12