1. c476450 NetworkPkg: reset DHCP child when leaving PXE LoadFile. by Fu Siyuan · 9 years ago
  2. bf9f7ce NetworkPkg: remove unnecessary timeout event when setting IPv6 address. by Fu Siyuan · 9 years ago
  3. 94d449f NetworkPkg: PXE Driver's LoadFile protocol should check FilePath by Zhang Lubo · 9 years ago
  4. ac99793 NetworkPkg: Fix the issue cannot boot to UEFI Network after reset by Zhang Lubo · 9 years ago
  5. 6104732 NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status. by Zhang Lubo · 9 years ago
  6. c960bdc NetworkPkg:Replace unsafe string functions. by Zhang Lubo · 10 years ago
  7. c7d0583 NetworkPkg/UefiPxeBcDxe: Fix code style in INF file. by jiaxinwu · 10 years ago
  8. 2b0c2ba Coding style change in UefiPxeBcDxe.inf by jiaxinwu · 10 years ago
  9. 2bbe955 Add IPV6 support from UNDI by Ye Ting · 10 years ago
  10. 903d1fa PXE driver bug fix. by Fu Siyuan · 10 years ago
  11. e29fc50 PXE driver bug fix. by Fu Siyuan · 10 years ago
  12. 07f986f Fix a bug that the gateway is not necessary in a simple PXE network. by Gary Lin · 10 years ago
  13. 8f586b8 NetworkPkg: Source fixes and cleanup for ARMGCC compiles by Randy Pawell · 10 years ago
  14. ae97201 1. Update PXE driver to support PXEv6 boot cross subnet. by Fu, Siyuan · 10 years ago
  15. 537dafa NetworkPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  16. 332be0d NetworkPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  17. 8ef3af3 NetworkPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  18. a361d39 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  19. 4e07e87 The pointer argument should be set to NULL if not used not FALSE. by Fu, Siyuan · 10 years ago
  20. 393a316 Refine code to make it more safely. by Eric Dong · 11 years ago
  21. cd9944d Fix default VENDOR_CLASS in DHCP discover. by Larry Cleeton · 11 years ago
  22. 0e7f6f5 Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStationIp. by Mauro Faccenda · 11 years ago
  23. 620f846 Fix bug that PXEv4 boot fail if PXEv6 is performed firstly. by Fu Siyuan · 11 years ago
  24. 8cb9297 1. Update the parsing logic of DHCP message in PXE driver. by Fu Siyuan · 11 years ago
  25. ecec420 Update PXE driver to support PXE forced mode. by Fu Siyuan · 11 years ago
  26. 928927d Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which was incorrectly called NIC_IP4_CONFIG_INFO.Perment by Samer El-Haj-Mahmoud elhaj · 11 years ago
  27. 3d2367a Fix bug in PXE driver: memory may be freed before use. by sfu5 · 12 years ago
  28. 30a95d4d3 Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set. by sfu5 · 12 years ago
  29. 6879581 Update dual network stack drivers to produce multiple Driver Binding Protocol. by sfu5 · 12 years ago
  30. ef117a6 Remove unused [Guids] section from PXE inf file. by sfu5 · 12 years ago
  31. f402291 Initialize DefaultInfo before using it. by sfu5 · 12 years ago
  32. 1ac9cb8 Remove the useless goto statements in PXE driver. by sfu5 · 12 years ago
  33. a1c0d0f Fix corrupt PXE boot menu display issue. by sfu5 · 12 years ago
  34. 216f797 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. by sfu5 · 12 years ago
  35. 75dce34 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected. by sfu5 · 12 years ago
  36. 9063c32 Fix bugs in PXE driver when using option 43 for boot server list and boot menu prompt. by sfu5 · 12 years ago
  37. ed2bfec Update PXE driver to wait for IPv6 duplicate address detection to finish. by sfu5 · 13 years ago
  38. d40002b 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at the same server. by sfu5 · 13 years ago
  39. 357af28 Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and Mtftp process. by sfu5 · 13 years ago
  40. ce28035 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function. by sfu5 · 13 years ago
  41. 501793f Adopt new IPv4/IPv6 device path for network modules. by niruiyu · 13 years ago
  42. 9bdc659 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  43. 01d89e9 NetworkPkg/UefiPxeBcDxe: Fix GCC build issue by jljusten · 13 years ago
  44. eb2710a 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=octet, other mode is rejected. by sfu5 · 13 years ago
  45. ef2455b Fix bug for UefiPxeBcDxe driver to catch the return status. by sfu5 · 13 years ago
  46. 4496ff7 1. Refine the error handling when the PXE-v4 DHCP offer isn't valid by hhuan13 · 13 years ago
  47. f43b7a5 Refine file comments to follow coding style. by ydong10 · 13 years ago
  48. 2f3f1a6 1.Fix a icc build break by hhuan13 · 13 years ago
  49. d5aff67 1. Enhanced error handling in case PXE DHCP process error happens. by hhuan13 · 13 years ago
  50. 129b8b0 1. Fix bugs for PXE-IPv6 to accommodate the situation: by hhuan13 · 13 years ago
  51. 19ddbb2 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetSystemGuid() by hhuan13 · 14 years ago
  52. 15ee13f Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
  53. 1812735 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unnecessary re-configure UdpRead operation. by hhuan13 · 14 years ago
  54. 278c601 1. Add error handling for PXE-IPV6. by hhuan13 · 14 years ago
  55. d6d78ac Fix a bug in PxeBcDriver (When disconnect PxeBc driver under shell environment will cause a exception) by hhuan13 · 14 years ago
  56. 76389e1 NetworkPkg: comments clean up. by xdu2 · 14 years ago
  57. 852b634 Fixed a bug for OPTION_NII(62) defined in RFC 5970. by hhuan13 · 14 years ago
  58. 15f3fc8 To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protocol on IPV4/V6 child handle separately. by hhuan13 · 14 years ago
  59. c01fa59 Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published. by hhuan13 · 14 years ago
  60. a3bcde7 Add NetworkPkg (P.UDK2010.UP3.Network.P1) by hhtian · 14 years ago