audk/MdeModulePkg/Universal/Network
vanjeff 7659d0c92f [Description]:
Fixed one bug in PciBus. PciBus doesn't clear the bridges bus number for all the root bridges before scanning any of them.
[Description]:
 The static IP configuration no long works in the EDK 1.04 network package. The cause is that changing the type of EFI_IP4_IPCONFIG_DATA.RouteTable from a variable length array to a pointer is not clean. If the whole structure is read from variable, the pointer is invalid.
[Solution]
Fix the pointer before using it
[Impaction]:
 Ip4ConfigDxe module.
[Reference Info]:
 EDK tracker 1134 - Static IP configuration no long works. 



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5291 6f19259b-4bc3-4df7-8a09-765794883524
2008-05-26 08:16:25 +00:00
..
ArpDxe Use Mde library and definition instead of some native definitions in NetLib, to simply network library. 2008-02-14 09:40:22 +00:00
Dhcp4Dxe enhanced UefiPxeBcDxe to support 2008-04-02 08:45:36 +00:00
DpcDxe Use Mde library and definition instead of some native definitions in NetLib, to simply network library. 2008-02-14 09:40:22 +00:00
IScsiDxe 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. 2008-05-23 05:30:08 +00:00
Ip4ConfigDxe [Description]: 2008-05-26 08:16:25 +00:00
Ip4Dxe BaseTools/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Route.h: 2008-03-11 17:33:53 +00:00
MnpDxe enhanced UefiPxeBcDxe to support 2008-04-02 08:45:36 +00:00
Mtftp4Dxe Use Mde library and definition instead of some native definitions in NetLib, to simply network library. 2008-02-14 09:40:22 +00:00
PxeBcDxe edk2/MdeModulePkg/Universal/Network/PxeBcDxe/Pxe_bc_mtftp.c: 2008-03-11 18:07:42 +00:00
PxeDhcp4Dxe edk2/MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4.h: 2008-03-11 17:59:31 +00:00
SnpDxe apply for doxgen format. 2008-04-10 08:49:28 +00:00
Tcp4Dxe edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h: 2008-03-11 17:48:25 +00:00
Udp4Dxe edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h: 2008-03-11 17:48:25 +00:00
UefiPxeBcDxe sync alignment issue on IPF. 2008-04-03 05:58:21 +00:00