Age | Commit message (Expand) | Author |
2011-09-09 | 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation. | sfu5 |
2011-09-01 | Fix bug for UefiPxeBcDxe driver to catch the return status. | sfu5 |
2011-08-24 | Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a... | tye1 |
2011-08-24 | Remove CONST modifier to be spec compliance | erictian |
2011-08-24 | 1. Refine the error handling for PXE-v4 driver. | hhuan13 |
2011-07-14 | 1. Define a netlib library function NetLibGetSystemGuid() | hhuan13 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu |
2011-07-04 | MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi... | xdu2 |
2011-06-14 | 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur... | qianouyang |
2011-06-09 | 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn... | hhuan13 |
2011-06-08 | String Reference Cleanup. | lzeng14 |
2011-06-04 | Fix X64 clang warnings. | andrewfish |
2011-05-20 | Refine some call back function to return EFI_UNSUPPORTED for all unsupported ... | ydong10 |
2011-05-04 | 1. Fixed a issue in Ip4Config.c | hhuan13 |
2011-04-28 | 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc... | hhuan13 |
2011-04-25 | 1. Enabled IP4 layer auto configuration in case cable swap is detected. | hhuan13 |
2011-04-21 | Fix issue that iscsi initiator name with 223 bytes can not be saved. | tye1 |
2011-04-20 | Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. | qianouyang |
2011-04-07 | Fix ICC build error. | tye1 |
2011-04-06 | Update ISID to fixed value: first 3 bytes are derived from MAC address while ... | tye1 |
2010-12-09 | Add missing Handle parameter for UninstallMultipleProtocolInterfaces(). | xdu2 |
2010-12-09 | update the comments. | ydong10 |
2010-12-09 | Co-work with patch V11137 to refine the Hii menu. | ydong10 |
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-09-16 | Refine code to make code run safely. | ydong10 |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-09-09 | Improve PXE Over IPv4 performance: | hhuan13 |
2010-08-27 | The patch acknowledges the TCP zero window probe message, either the format w... | tye1 |
2010-08-27 | To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t... | hhuan13 |
2010-08-20 | Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()... | hhuan13 |
2010-08-18 | 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. | hhuan13 |
2010-08-15 | Roll back BlockSize to 0x8000 for PXE performance concern. | hhuan13 |
2010-08-12 | Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ... | xdu2 |
2010-08-04 | Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS... | xdu2 |
2010-08-04 | Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con... | xdu2 |
2010-07-30 | Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ... | hhuan13 |
2010-07-30 | Fix one issue: Some last IP settings may be lost when IP setting was re-set. | vanjeff |
2010-07-13 | Refine code. | vanjeff |
2010-07-08 | Remove ASSERT and change to if () | hhuan13 |
2010-07-08 | Fix a bug by adding * for Ptr8 | hhuan13 |
2010-07-07 | Fix a bug: | hhuan13 |
2010-07-05 | Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCac... | xdu2 |
2010-07-05 | 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configur... | xdu2 |
2010-07-01 | Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block... | hhuan13 |
2010-06-29 | Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans... | hhuan13 |
2010-06-13 | Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ... | qianouyang |
2010-06-02 | Fixed tracker #203752, Dhcp4 assert issue. | hhuan13 |