Age | Commit message (Expand) | Author |
2016-03-04 | MdeModulePkg: Fix IPv4 double free | Samer El-Haj-Mahmoud |
2016-03-02 | MdeModulePkg: Change the default IPv4 config policy | Jiaxin Wu |
2015-12-17 | MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4Dxe | Liming Gao |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-09-30 | MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IP | Samer El-Haj-Mahmoud |
2015-08-31 | MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in... | Samer El-Haj-Mahmoud |
2015-08-20 | MdeModulePkg: Fix default router table and interface missing error | Jiaxin Wu |
2015-08-18 | MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnection | Jiaxin Wu |
2015-08-11 | MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro... | Jiaxin Wu |
2015-07-10 | MdeModulePkg: Code logic optimization for Ip4Dxe driver | fanwang2 |
2015-07-07 | MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, | jiaxinwu |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-06-30 | Fix a bug in IP4 driver when computing the network broadcast adress. | Fu, Siyuan |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-05-07 | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan |
2014-04-10 | Fix a bug in IP driver that the fragment overlap check may be skipped incorre... | Fu Siyuan |
2013-09-18 | Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_... | Fu Siyuan |
2013-04-25 | Fix ping command issue in IP4 driver. | sfu5 |
2013-03-11 | Fix a bug in IP4 driver which may cause “reconnect –r” hang. | sfu5 |
2013-03-11 | Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided... | sfu5 |
2012-12-17 | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 |
2012-11-01 | Add more check to make code more safely. | ydong10 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten |
2011-09-29 | Add pointer check for NULL before dereference it. | ydong10 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu |
2011-06-14 | 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur... | qianouyang |
2011-04-20 | Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. | qianouyang |
2010-10-20 | Fix build issue in IPv4. | qianouyang |
2010-10-18 | Refine code to make code run more safely. | ydong10 |
2010-10-15 | Fix minor gcc build break. | andrewfish |
2010-10-15 | Update IPsec.h file to follow approved ECR which will be collected into futur... | qianouyang |
2010-08-20 | Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()... | hhuan13 |
2010-08-12 | Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ... | xdu2 |
2010-05-21 | Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq... | qianouyang |
2010-04-24 | Update the copyright notice format | hhtian |
2010-04-16 | Fixed GCC 4.4 build issues due to EFIAPI not being used when required. | geekboy15a |
2010-03-28 | fixed IP fragment issue which caused the MTU used by IP is less than the one ... | qianouyang |
2010-03-18 | Bug Fix: IPv4 Fragment is not correct when VLAN is enable. | qianouyang |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-03 | For network dynamic media support: | xdu2 |
2010-01-25 | Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m... | tye1 |
2010-01-08 | refine the code and add more security check. | vanjeff |
2009-12-30 | Add VLAN support. | xdu2 |
2009-12-30 | Code clean up in NetLib: | xdu2 |
2009-11-13 | Update network drivers to use FreePool() instead of gBS->FreePool(). | xdu2 |
2009-11-11 | 1. Add Link MTU support to IP4 and TCP4 driver. | tye |