Age | Commit message (Expand) | Author | Files | Lines |
2017-09-06 | NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify. | Fu Siyuan | 2 | -18/+14 |
2017-08-17 | NetworkPkg/Ip6Dxe: Fix the bug when checking the DataSize | Jiaxin Wu | 1 | -1/+1 |
2017-08-11 | NetworkPkg/Ip6Dxe: Support SetData interface to clear specific configuration | Jiaxin Wu | 1 | -293/+399 |
2017-08-02 | NetworkPkg/Ip6Dxe: Fix the IPv6 PXE boot option goes missing issue | Jiaxin Wu | 1 | -19/+53 |
2017-06-14 | NetworkPkg: Typo fix and comments correction | Jiaxin Wu | 1 | -3/+3 |
2017-04-20 | NetworkPkg: Fix bug related DAD issue in IP6 driver. | Zhang, Lubo | 1 | -0/+4 |
2017-02-27 | NetworkPkg/Ip6Dxe: Ignore duplicated DNS address check | Jiaxin Wu | 1 | -10/+0 |
2017-02-23 | NetworkPkg: Update the Ethernet interface name. | Zhang Lubo | 1 | -1/+1 |
2017-02-20 | NetworkPkg:Generate the correct operational state of the interface. | Zhang Lubo | 1 | -5/+6 |
2017-01-04 | NetworkPkg/Ip6Dxe: Fix the potential NULL pointer free | Jiaxin Wu | 1 | -3/+7 |
2016-10-26 | NetworkPkg: Fix typos in comments | Gary Lin | 4 | -18/+18 |
2016-09-26 | NetworkPkg: Clean the previous address since the policy changed | Jiaxin Wu | 1 | -30/+29 |
2016-07-11 | NetworkPkg: Fix typos in comments | Giri P Mudusuru | 2 | -4/+4 |
2016-06-23 | NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. | Zhang Lubo | 4 | -8/+8 |
2016-05-31 | NetworkPkg: Stop the timer before clean IP service. | Fu, Siyuan | 1 | -15/+16 |
2016-04-14 | NetworkPkg: Fix issue in Ip6Dxe SetData | Jiaxin Wu | 1 | -37/+35 |
2016-04-11 | NetworkPkg: Add new macros and refine codes | Zhang Lubo | 5 | -15/+15 |
2016-03-02 | NetworkPkg: Change the default IPv6 config policy | Jiaxin Wu | 4 | -31/+78 |
2016-02-14 | NetworkPkg: better sanity check on Ipv6 prefix length | Samer El-Haj-Mahmoud | 1 | -3/+4 |
2016-01-28 | NetworkPkg:Fix Network memory leak when calling GetModeData interface | Zhang Lubo | 1 | -1/+27 |
2015-12-15 | NetworkPkg: Convert all .uni files to utf-8 | Jordan Justen | 3 | -0/+0 |
2015-09-02 | NetworkPkg: remove redundant words in function comment. | Fu Siyuan | 1 | -1/+0 |
2015-08-31 | MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in... | Samer El-Haj-Mahmoud | 3 | -0/+46 |
2015-05-21 | Remove Framework HII "class\subclass" in all VFR | Dandan Bi | 1 | -2/+0 |
2015-04-29 | Remove duplicate DAD entry in IP6 driver to fix DAD fail issue. | Fu Siyuan | 2 | -13/+19 |
2015-03-16 | NetworkPkg: Fix typo. | Shumin Qiu | 1 | -2/+2 |
2014-12-04 | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 1 | -2/+1 |
2014-10-21 | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 1 | -3/+0 |
2014-09-18 | 1. Update PXE driver to support PXEv6 boot cross subnet. | Fu, Siyuan | 1 | -6/+16 |
2014-09-03 | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 1 | -0/+0 |
2014-08-28 | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 1 | -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 | -13/+28 |
2014-08-15 | Use string pointer instead string buffer to avoid string copy operation. | Fu, Siyuan | 1 | -4/+4 |
2014-08-08 | Update network stack code to use StrnCpy instead of StrCpy. | Fu, Siyuan | 1 | -4/+4 |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong | 1 | -1/+3 |
2014-06-25 | Refine code to make it more safely. | Eric Dong | 1 | -1/+2 |
2014-05-07 | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 4 | -184/+4 |
2014-04-10 | Fix a bug in IP driver that the fragment overlap check may be skipped incorre... | Fu Siyuan | 1 | -2/+2 |
2013-06-14 | Fixed the issue that IPv6 network stack assert infrequently – assert once e... | Ye Ting | 1 | -34/+45 |
2013-03-20 | Making the IP6_CONFIG_DATA_RECORD the same size for both IA32 and X64 builds. | sfu5 | 2 | -4/+4 |
2013-03-20 | Remove HiiUpdateForm from ExtractConfig fucntion. | sfu5 | 1 | -12/+1 |
2013-01-15 | Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ... | tye1 | 2 | -259/+228 |
2012-12-24 | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 | 1 | -1/+1 |
2012-12-17 | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 | 2 | -2/+4 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 | 9 | -107/+286 |
2012-10-17 | Add manual configured gateway address back after system reset. | tye1 | 1 | -0/+12 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 | 8 | -20/+20 |
2012-04-28 | Fixes issues with "Discard Changes and Exit" option in IPv6 driver's Advance ... | tye1 | 1 | -12/+14 |
2011-12-15 | Update for NetworkPkg. | ydong10 | 2 | -199/+207 |