audk/MdeModulePkg/Universal/Network
xdu2 74df5026b2 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into one EFI Variable), this remove the limitation that max NIC configuration will depend on PcdMaxVariableSize.
2. remove unnecessary Unload function EfiIp4ConfigUnload (use default Unload function NetLibDefaultUnload instead), remove global array for NIC handle tracking since it’s driver model driver.
3. add Ip4Config Variable reclaim to HiiConfigAccess.RouteConfig() to remove variable for NIC which has been removed from the system.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10628 6f19259b-4bc3-4df7-8a09-765794883524
2010-07-05 02:03:20 +00:00
..
ArpDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
Dhcp4Dxe Fixed tracker #203752, Dhcp4 assert issue. 2010-06-02 07:55:14 +00:00
DpcDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
IScsiDxe Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. 2010-06-02 02:05:47 +00:00
Ip4ConfigDxe 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configuration into one EFI Variable), this remove the limitation that max NIC configuration will depend on PcdMaxVariableSize. 2010-07-05 02:03:20 +00:00
Ip4Dxe Fixed the issue of that IP4driver can’t correctly reassemble the Out of Sequence Fragments. 2010-05-21 09:39:26 +00:00
MnpDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
Mtftp4Dxe Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block data. That issue incurs incorrect network transfer. 2010-07-01 09:08:33 +00:00
SnpDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
Tcp4Dxe Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. 2010-06-13 08:18:10 +00:00
Udp4Dxe Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. 2010-06-13 08:18:10 +00:00
UefiPxeBcDxe Fix 3 K8 issues for PXE module 2010-05-14 07:47:29 +00:00
VlanConfigDxe Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. 2010-06-02 02:05:47 +00:00