audk/MdeModulePkg
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
..
Application Update code to pass packaging tool. 2011-05-30 09:56:57 +00:00
Bus fix file name lowercase/uppercase inconsistent issue. 2011-06-14 03:44:16 +00:00
Core Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED. 2011-06-10 03:05:40 +00:00
Include Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. 2011-06-07 04:49:10 +00:00
Library Update ALTCFG reference from default name token to default ID. 2011-04-19 03:04:06 +00:00
Logo Update the copyright notice format 2010-04-24 09:49:11 +00:00
Universal 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
MdeModulePkg.dec Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. 2011-06-07 04:49:10 +00:00
MdeModulePkg.dsc Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-03-11 17:46:36 +00:00