| Commit message (Expand) | Author | Age | Files | Lines |
* | NetworkPkg: Fix issue in Ip6Dxe SetData | Jiaxin Wu | 2016-04-14 | 1 | -37/+35 |
* | NetworkPkg: Add new macros and refine codes | Zhang Lubo | 2016-04-11 | 5 | -15/+15 |
* | NetworkPkg: Change the default IPv6 config policy | Jiaxin Wu | 2016-03-02 | 4 | -31/+78 |
* | NetworkPkg: better sanity check on Ipv6 prefix length | Samer El-Haj-Mahmoud | 2016-02-14 | 1 | -3/+4 |
* | NetworkPkg:Fix Network memory leak when calling GetModeData interface | Zhang Lubo | 2016-01-28 | 1 | -1/+27 |
* | NetworkPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 3 | -0/+0 |
* | NetworkPkg: remove redundant words in function comment. | Fu Siyuan | 2015-09-02 | 1 | -1/+0 |
* | MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in... | Samer El-Haj-Mahmoud | 2015-08-31 | 3 | -0/+46 |
* | Remove Framework HII "class\subclass" in all VFR | Dandan Bi | 2015-05-21 | 1 | -2/+0 |
* | Remove duplicate DAD entry in IP6 driver to fix DAD fail issue. | Fu Siyuan | 2015-04-29 | 2 | -13/+19 |
* | NetworkPkg: Fix typo. | Shumin Qiu | 2015-03-16 | 1 | -2/+2 |
* | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 2014-12-04 | 1 | -2/+1 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2014-10-21 | 1 | -3/+0 |
* | 1. Update PXE driver to support PXEv6 boot cross subnet. | Fu, Siyuan | 2014-09-18 | 1 | -6/+16 |
* | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -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 | -13/+28 |
* | Use string pointer instead string buffer to avoid string copy operation. | Fu, Siyuan | 2014-08-15 | 1 | -4/+4 |
* | Update network stack code to use StrnCpy instead of StrCpy. | Fu, Siyuan | 2014-08-08 | 1 | -4/+4 |
* | Update code to support VS2013 tool chain. | Eric Dong | 2014-07-28 | 1 | -1/+3 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-25 | 1 | -1/+2 |
* | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 2014-05-07 | 4 | -184/+4 |
* | Fix a bug in IP driver that the fragment overlap check may be skipped incorre... | Fu Siyuan | 2014-04-10 | 1 | -2/+2 |
* | Fixed the issue that IPv6 network stack assert infrequently – assert once e... | Ye Ting | 2013-06-14 | 1 | -34/+45 |
* | Making the IP6_CONFIG_DATA_RECORD the same size for both IA32 and X64 builds. | sfu5 | 2013-03-20 | 2 | -4/+4 |
* | Remove HiiUpdateForm from ExtractConfig fucntion. | sfu5 | 2013-03-20 | 1 | -12/+1 |
* | Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ... | tye1 | 2013-01-15 | 2 | -259/+228 |
* | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 | 2012-12-24 | 1 | -1/+1 |
* | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 | 2012-12-17 | 2 | -2/+4 |
* | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 | 2012-12-13 | 9 | -107/+286 |
* | Add manual configured gateway address back after system reset. | tye1 | 2012-10-17 | 1 | -0/+12 |
* | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 | 2012-10-17 | 8 | -20/+20 |
* | Fixes issues with "Discard Changes and Exit" option in IPv6 driver's Advance ... | tye1 | 2012-04-28 | 1 | -12/+14 |
* | Update for NetworkPkg. | ydong10 | 2011-12-15 | 2 | -199/+207 |
* | Clean NV flag in ‘Save Changes’ in IP6 menu. | tye1 | 2011-10-28 | 1 | -1/+1 |
* | Add pointer check for NULL before dereference it. | sfu5 | 2011-10-08 | 1 | -18/+30 |
* | Clean up the private GUID definition in module Level. | lgao4 | 2011-09-18 | 4 | -19/+10 |
* | Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio... | ydong10 | 2011-09-16 | 2 | -2/+2 |
* | Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a... | tye1 | 2011-08-24 | 4 | -149/+169 |
* | 1. Fix bugs for PXE-IPv6 to accommodate the situation: | hhuan13 | 2011-08-12 | 1 | -7/+19 |
* | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 2011-07-05 | 3 | -7/+7 |
* | 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur... | qianouyang | 2011-06-14 | 1 | -2/+16 |
* | Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupporte... | ydong10 | 2011-05-20 | 1 | -98/+105 |
* | Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. | qianouyang | 2011-04-20 | 2 | -2/+2 |
* | NetworkPkg: comments clean up. | xdu2 | 2011-01-21 | 3 | -6/+4 |
* | update the comments. | ydong10 | 2010-12-09 | 1 | -1/+1 |
* | Co-work with patch V11137 to refine the Hii menu. | ydong10 | 2010-12-09 | 2 | -3/+3 |
* | Fixed the K9 failure. | qianouyang | 2010-11-17 | 1 | -2/+7 |
* | 1. Update IPsec driver to produce EFI_IPSEC2_PROTOCOL which is defined by UEF... | xdu2 | 2010-11-01 | 5 | -147/+243 |