| Commit message (Expand) | Author | Age | Files | Lines |
* | Add IPV6 support from UNDI | Ye Ting | 2015-04-30 | 3 | -4/+117 |
* | Remove duplicate DAD entry in IP6 driver to fix DAD fail issue. | Fu Siyuan | 2015-04-29 | 2 | -13/+19 |
* | Fix some grammar and converge formatting of the two versions of TcpInput.c | BALATON Zoltan | 2015-04-17 | 1 | -39/+55 |
* | Save initial TSVal from TCP connection initiation packets. | BALATON Zoltan | 2015-04-13 | 1 | -1/+3 |
* | PXE driver bug fix. | Fu Siyuan | 2015-03-26 | 2 | -12/+10 |
* | PXE driver bug fix. | Fu Siyuan | 2015-03-24 | 1 | -1/+2 |
* | Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_... | Fu Siyuan | 2015-03-18 | 1 | -4/+4 |
* | NetworkPkg: Fix typo. | Shumin Qiu | 2015-03-16 | 4 | -13/+13 |
* | NetworkPkg: Code refine to avoid NULL pointer dereferenced. | Shumin Qiu | 2015-02-13 | 1 | -1/+4 |
* | DHCP6 bug fix: | Gary Lin | 2015-02-11 | 1 | -1/+14 |
* | Open default Tcp child via BY_CHILD_CONTROLLER. | Wu Jiaxin | 2015-02-05 | 1 | -2/+34 |
* | Initialize data and correct faulty logic in TcpComponentNameGetControllerName... | Wu Jiaxin | 2015-02-04 | 1 | -2/+4 |
* | Verified ChildHandle, and correct the name for a child. | Wu Jiaxin | 2015-02-04 | 1 | -53/+72 |
* | */Contributions.txt: Update example email address | Jordan Justen | 2015-02-03 | 1 | -2/+2 |
* | Refine the abstract information in header comment section for NetworkPkg. | Shumin Qiu | 2015-01-16 | 1 | -1/+2 |
* | MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ... | Daryl McDaniel | 2015-01-13 | 1 | -2/+2 |
* | Code refine. Check the original length of array to avoid buffer over flow. | Qiu Shumin | 2014-12-19 | 1 | -0/+1 |
* | Fix a bug that the gateway is not necessary in a simple PXE network. | Gary Lin | 2014-12-18 | 1 | -3/+5 |
* | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 2014-12-04 | 8 | -27/+39 |
* | Fix a bug in DHCP6 driver when using DUID LLT. | Fu Siyuan | 2014-11-12 | 1 | -3/+3 |
* | EDK II Contributions.txt: Update patch format information | Jordan Justen | 2014-10-31 | 1 | -13/+29 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2014-10-21 | 2 | -8/+0 |
* | Enhance TargetName check when save iSCSI configuration. | Ye Ting | 2014-09-24 | 1 | -1/+18 |
* | 1. Update PXE driver to support PXEv6 boot cross subnet. | Fu, Siyuan | 2014-09-18 | 7 | -40/+311 |
* | Fix a bug that Dhcp6CalculateLeaseTime() function use incorrect offset on the... | Fu, Siyuan | 2014-09-12 | 1 | -4/+2 |
* | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 13 | -0/+0 |
* | Update NetworkPkg package version to 0.95. | Fu Siyuan | 2014-09-02 | 2 | -2/+2 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -8/+21 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 24 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 12 | -129/+241 |
* | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 2014-08-25 | 1 | -0/+14 |
* | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 2014-08-25 | 2 | -1/+6 |
* | Use string pointer instead string buffer to avoid string copy operation. | Fu, Siyuan | 2014-08-15 | 3 | -9/+14 |
* | Update network stack code to use StrnCpy instead of StrCpy. | Fu, Siyuan | 2014-08-08 | 5 | -12/+12 |
* | The pointer argument should be set to NULL if not used not FALSE. | Fu, Siyuan | 2014-08-04 | 1 | -3/+3 |
* | Update code to support VS2013 tool chain. | Eric Dong | 2014-07-28 | 5 | -4/+12 |
* | Fix a memory use after free bug in DHCP6 driver. | Fu, Siyuan | 2014-07-10 | 1 | -2/+29 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-25 | 5 | -7/+11 |
* | Fix some build issues (ARM toolchain). | Olivier Martin | 2014-05-15 | 1 | -2/+0 |
* | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 2014-05-07 | 13 | -699/+20 |
* | Fix default VENDOR_CLASS in DHCP discover. | Larry Cleeton | 2014-04-25 | 1 | -2/+2 |
* | Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio... | Mauro Faccenda | 2014-04-23 | 5 | -8/+8 |
* | Fix a bug in IP driver that the fragment overlap check may be skipped incorre... | Fu Siyuan | 2014-04-10 | 1 | -2/+2 |
* | Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va... | Fu Siyuan | 2014-03-17 | 3 | -9/+15 |
* | Fix CRLF format | Tian, Hot | 2014-01-22 | 7 | -69/+69 |
* | Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi... | Fu Siyuan | 2014-01-22 | 3 | -13/+22 |
* | Fix bug that PXEv4 boot fail if PXEv6 is performed firstly. | Fu Siyuan | 2014-01-15 | 1 | -1/+5 |
* | 1. Update the parsing logic of DHCP message in PXE driver. | Fu Siyuan | 2014-01-13 | 1 | -19/+40 |