1. 2bbe955 Add IPV6 support from UNDI by Ye Ting · 10 years ago
  2. 7db61f6 OptionRomPkg: Update UndiRuntimeDxe driver. by Liming Gao · 10 years ago
  3. 53db912 Refine code to make it more safely. by Eric Dong · 11 years ago
  4. a4a4489 Fix OptionRomPkg build failure. by Qian Ouyang · 11 years ago
  5. 61f2ab9 Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UNDI, PXE_SW_UNDI to support greater than 256NICs in UNDI (Request by UEFI2.4 Mantis991). by Qian Ouyang · 11 years ago
  6. 906e1cb 1. Add EFI_COMPONENT_NAME2_PROTOCOL support for UNDI driver. by sfu5 · 12 years ago
  7. 4a823e2 The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is performing actions in the incorrect order. The call to UninstallMultipleProtocolInterfaces() removes all the protocols from the child handle, which means ChildHandleBuffer[Index] is no longer valid. After the call to UninstallMultipleProtocolInterfaces(), ChildHandleBuffer[Index] is used again in a call to CloseProtocol(). The handle is not valid, so CloseProtocol() returns an error and generates an ASSERT(). by mdkinney · 12 years ago
  8. c1ff10e Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of NII_TABLE. by vanjeff · 13 years ago
  9. f415234 Fix an issue that upper layer driver can not use NIC card in its driver binding stop(). by tye1 · 14 years ago
  10. 80448f6 Refine some code to make code run safely. by ydong10 · 14 years ago
  11. ac1ca10 Update the copyright notice format by hhtian · 15 years ago
  12. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  13. 135ec2d Update UNDI driver to expose dynamic media detect capability. by xdu2 · 15 years ago
  14. cd41792 Enable Undi driver to support multicast MAC address mapped from IPv6 address by tye · 15 years ago
  15. 51ebae6 add UndiRuntimeDxe from MdeModulePkg to OptionRomPkg. by vanjeff · 15 years ago