audk/MdeModulePkg/Universal/Network
hhuan13 2e4c2a049b Improve PXE Over IPv4 performance:
1. Stop UdpWrite instance upon return from EfiPxeBcUdpWrite() to avoid mass pkgs enqueue to this useless instance in Udp layer.
2. Enhance Udp timeout logic to prevent the worst case happen, and set PxeUdp instance to 50ms to avoid enqueue mass pkgs in background.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10861 6f19259b-4bc3-4df7-8a09-765794883524
2010-09-09 09:30:19 +00:00
..
ArpDxe Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCacheTable before firing timer ArpService->PeriodicTimer. This remove the race condition in ArpCreateService(): it is possible for the timer event to trigger before the lists are initialized which will results in a hang in ArpTimerHandler(). 2010-07-05 02:11:05 +00:00
Dhcp4Dxe Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in pair. 2010-08-12 04:46:11 +00:00
DpcDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
IScsiDxe Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case no configuration data for login. So when VLAN form Add/Remove items, iScsi form cannot update MAC address. 2010-07-30 08:54:45 +00:00
Ip4ConfigDxe Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkServiceBindingProtocolGuid instead of gEfiManagedNetworkProtocolGuid. 2010-08-04 02:46:10 +00:00
Ip4Dxe Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()->Ip4IpSecProcessPacket() line 511, each time "reconnect -r", IpSb is re-allocated in IpDriver.Start(). But only when the first time, IpSb->OldMaxPacketSize = IpSb->MaxPacketSize; For the sequential reconnect, IpSb->OldMaxPacketSize is left dirty. Somtimes it is 0, causing the next sending packages generate exception. 2010-08-20 06:29:55 +00:00
MnpDxe Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is configured through VlanConfig protocol, this ensure that interesting applications could still get chance to receive all layer 2 frames. 2010-08-04 01:15:50 +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 The patch acknowledges the TCP zero window probe message, either the format with 1 byte new data, or no new data. It also increases exponentially the interval between successive probes when performing TCP zero window probe. 2010-08-27 07:57:45 +00:00
Udp4Dxe Improve PXE Over IPv4 performance: 2010-09-09 09:30:19 +00:00
UefiPxeBcDxe Improve PXE Over IPv4 performance: 2010-09-09 09:30:19 +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