audk/MdeModulePkg/Universal/Network
qianouyang 94b928ca59 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structure is allocated and then passed to IPsec, it should be released after it is done to avoid the memory leak.
2. In IPsec driver it wrongly use the HeadLen to calculate the IP header length after the IPsec process. Correct this mistake.

Signed-off-by: qianouyang
Reviewed-by: jjin9
Reviewed-by: ZhangCaoIntel

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11824 6f19259b-4bc3-4df7-8a09-765794883524
2011-06-14 09:45:59 +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 Refine code to make code run safely. 2010-09-16 04:51:25 +00:00
DpcDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
IScsiDxe String Reference Cleanup. 2011-06-08 05:53:18 +00:00
Ip4ConfigDxe Refine some call back function to return EFI_UNSUPPORTED for all unsupported call back type. 2011-05-20 02:48:59 +00:00
Ip4Dxe 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structure is allocated and then passed to IPsec, it should be released after it is done to avoid the memory leak. 2011-06-14 09:45:59 +00:00
MnpDxe Add missing Handle parameter for UninstallMultipleProtocolInterfaces(). 2010-12-09 08:57:16 +00:00
Mtftp4Dxe String Reference Cleanup. 2011-06-08 05:53:18 +00:00
SnpDxe Refine code to make code run safely. 2010-09-16 04:51:25 +00:00
Tcp4Dxe Refine soma code to make code run safely. 2010-09-15 07:48:11 +00:00
Udp4Dxe Improve PXE Over IPv4 performance: 2010-09-09 09:30:19 +00:00
UefiPxeBcDxe 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unnecessary re-configure Udp4Read operation. 2011-06-09 09:25:02 +00:00
VlanConfigDxe Refine some call back function to return EFI_UNSUPPORTED for all unsupported call back type. 2011-05-20 02:48:59 +00:00