summaryrefslogtreecommitdiff
path: root/NetworkPkg/IpSecDxe/Ikev2
AgeCommit message (Expand)AuthorFilesLines
2017-03-06NetworkPkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-02-21NetworkPkg/IpSecDxe: Add check to avoid possible divide by zeroHao Wu1-1/+7
2016-12-06NetworkPkg/IpSecDxe: correct one comment and remove the unused bufJiaxin Wu1-17/+1
2016-09-06NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE valueJiaxin Wu1-1/+10
2016-08-18NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu4-16/+28
2016-08-18NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failureJiaxin Wu1-3/+2
2016-06-30NetworkPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek1-1/+1
2016-06-27NetworkPkg: Avoid potential NULL pointer dereferenceJiaxin Wu4-11/+184
2016-06-21NetworkPkg: Remove ASSERT and use error handling in IpSecDxeJiaxin Wu5-87/+356
2016-03-25NetworkPkg: IpSecDxe: remove set but unused variablesLaszlo Ersek1-2/+0
2015-08-14NetworkPkg: Fix hang issue after system reconnected when IPSec has set upJiaxin Wu2-7/+5
2015-07-01NetworkPkg: Remove unused variables from IpSecDxe to fix GCC build.Samer El-Haj-Mahmoud4-26/+5
2015-03-16NetworkPkg: Fix typo.Shumin Qiu1-3/+3
2014-08-08Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan1-2/+2
2014-06-25Refine code to make it more safely.Eric Dong1-1/+2
2014-01-22Fix CRLF formatTian, Hot3-20/+20
2014-01-06Bug fix: IpSec driver treats BOOLEAN as EFI_STATUS in error handling code.Fu Siyuan1-3/+2
2011-11-231.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang2-240/+238
2011-10-08Add pointer check for NULL before dereference it.sfu53-13/+164
2011-01-21NetworkPkg: Add IN/OUT modifier.xdu21-4/+4
2011-01-20NetworkPkg: Update the IpsecDxe driver related PCDs in NetworkPkg.dec.qianouyang1-19/+19
2011-01-03NetworkPkg/IpSecDxe: Add missing EFIAPI for callback functionsjljusten1-22/+23
2010-12-31Add IPsec/Ikev2 support.qianouyang9-0/+11091