mirror_edk2/MdeModulePkg/Universal/Network
tye c5bcc2e2ab 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued up in the system: these packets will never be freed and will cumulate as time goes on, and then it will cause the system becomes very slow. This issue is reported by HP.
2. Sync HSD #210249 patch: Fix bug in handling certain network errors in EfiDhcp4TransmitReceive() for DHCP4 driver
3. Enhance DhcpCleanLease to clear Netmask as well, so that Dhcp4->GetModeData() could return clean data in Dhcp4Stopped state.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9354 6f19259b-4bc3-4df7-8a09-765794883524
2009-10-21 09:37:10 +00:00
..
ArpDxe Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
Dhcp4Dxe 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued up in the system: these packets will never be freed and will cumulate as time goes on, and then it will cause the system becomes very slow. This issue is reported by HP. 2009-10-21 09:37:10 +00:00
DpcDxe Clean Network Driver to include Uefi.h, not PiDxe.h. 2009-02-09 02:59:07 +00:00
Ip4ConfigDxe Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
Ip4Dxe Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
IScsiDxe fix k8 warning. 2009-09-14 06:21:07 +00:00
MnpDxe 1. update timeout interval time from 10ms to 50ms 2009-08-13 06:37:36 +00:00
Mtftp4Dxe Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. 2009-07-24 17:36:07 +00:00
SnpDxe update include file to use IndustryStandard/Pci.h 2009-08-11 02:36:37 +00:00
Tcp4Dxe Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. 2009-07-11 22:51:51 +00:00
Udp4Dxe 1. update timeout interval time from 10ms to 50ms 2009-08-13 06:37:36 +00:00
UefiPxeBcDxe Make end of line consistent caused by previous check in. 2009-08-24 15:35:55 +00:00