Age | Commit message (Expand) | Author | Files | Lines |
2015-02-03 | */Contributions.txt: Update example email address | Jordan Justen | 1 | -2/+2 |
2015-01-16 | Refine the abstract information in header comment section for NetworkPkg. | Shumin Qiu | 1 | -1/+2 |
2015-01-13 | MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ... | Daryl McDaniel | 1 | -2/+2 |
2014-12-19 | Code refine. Check the original length of array to avoid buffer over flow. | Qiu Shumin | 1 | -0/+1 |
2014-12-18 | Fix a bug that the gateway is not necessary in a simple PXE network. | Gary Lin | 1 | -3/+5 |
2014-12-04 | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 8 | -27/+39 |
2014-11-12 | Fix a bug in DHCP6 driver when using DUID LLT. | Fu Siyuan | 1 | -3/+3 |
2014-10-31 | EDK II Contributions.txt: Update patch format information | Jordan Justen | 1 | -13/+29 |
2014-10-21 | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2 | -8/+0 |
2014-09-24 | Enhance TargetName check when save iSCSI configuration. | Ye Ting | 1 | -1/+18 |
2014-09-18 | 1. Update PXE driver to support PXEv6 boot cross subnet. | Fu, Siyuan | 7 | -40/+311 |
2014-09-12 | Fix a bug that Dhcp6CalculateLeaseTime() function use incorrect offset on the... | Fu, Siyuan | 1 | -4/+2 |
2014-09-03 | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 13 | -0/+0 |
2014-09-02 | Update NetworkPkg package version to 0.95. | Fu Siyuan | 2 | -2/+2 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2 | -0/+0 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2 | -0/+0 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 1 | -8/+21 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 24 | -0/+0 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 12 | -129/+241 |
2014-08-25 | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 1 | -0/+14 |
2014-08-25 | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 2 | -1/+6 |
2014-08-15 | Use string pointer instead string buffer to avoid string copy operation. | Fu, Siyuan | 3 | -9/+14 |
2014-08-08 | Update network stack code to use StrnCpy instead of StrCpy. | Fu, Siyuan | 5 | -12/+12 |
2014-08-04 | The pointer argument should be set to NULL if not used not FALSE. | Fu, Siyuan | 1 | -3/+3 |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong | 5 | -4/+12 |
2014-07-10 | Fix a memory use after free bug in DHCP6 driver. | Fu, Siyuan | 1 | -2/+29 |
2014-06-25 | Refine code to make it more safely. | Eric Dong | 5 | -7/+11 |
2014-05-15 | Fix some build issues (ARM toolchain). | Olivier Martin | 1 | -2/+0 |
2014-05-07 | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 13 | -699/+20 |
2014-04-25 | Fix default VENDOR_CLASS in DHCP discover. | Larry Cleeton | 1 | -2/+2 |
2014-04-23 | Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio... | Mauro Faccenda | 5 | -8/+8 |
2014-04-10 | Fix a bug in IP driver that the fragment overlap check may be skipped incorre... | Fu Siyuan | 1 | -2/+2 |
2014-03-17 | Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va... | Fu Siyuan | 3 | -9/+15 |
2014-01-22 | Fix CRLF format | Tian, Hot | 7 | -69/+69 |
2014-01-22 | Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi... | Fu Siyuan | 3 | -13/+22 |
2014-01-15 | Fix bug that PXEv4 boot fail if PXEv6 is performed firstly. | Fu Siyuan | 1 | -1/+5 |
2014-01-13 | 1. Update the parsing logic of DHCP message in PXE driver. | Fu Siyuan | 1 | -19/+40 |
2014-01-10 | Fix bug in unload function: Check if component name protocol exist, only unin... | Fu Siyuan | 3 | -49/+268 |
2014-01-09 | Update NetworkPkg package version to 0.94. | Fu Siyuan | 2 | -6/+6 |
2014-01-06 | Bug fix: IpSec driver treats BOOLEAN as EFI_STATUS in error handling code. | Fu Siyuan | 1 | -3/+2 |
2014-01-06 | Update PXE driver to support PXE forced mode. | Fu Siyuan | 1 | -11/+35 |
2013-12-17 | Fix a bug in TCP driver’s component name print function. | Fu Siyuan | 1 | -2/+2 |
2013-12-10 | 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h. | Fu Siyuan | 1 | -4/+8 |
2013-11-29 | Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP. | Fu Siyuan | 1 | -3/+3 |
2013-11-19 | Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno... | Wu Jiaxin | 1 | -3/+3 |
2013-10-29 | Fix a K9 error.Result of GetVariable2() function that may return NULL will be... | Wu Jiaxin | 1 | -1/+2 |
2013-10-25 | Fix a bug about the iSCSI DHCP dependency issue. | Wu Jiaxin | 3 | -11/+139 |
2013-10-18 | Fix an issue that execute "map -r" in NT32 simulator cannot reinstate iSCSI s... | Ye Ting | 1 | -5/+6 |
2013-10-18 | Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi... | Ye Ting | 1 | -2/+3 |
2013-10-01 | Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w... | Samer El-Haj-Mahmoud elhaj | 1 | -1/+1 |