summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IpSecDxe
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.Jiaxin Wu2018-10-221-21/+39
* NetworkPkg: IpSecDxe: Remove the redundant code.Songpeng Li2018-08-233-161/+0
* NetworkPkg: Removing ipf which is no longer supported from edk2.chenc22018-08-141-1/+1
* NetworkPkg: Clean up source filesLiming Gao2018-06-2830-824/+824
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2018-06-211-1/+1
* NetworkPkg: Refine casting expression result to bigger sizeHao Wu2017-03-063-8/+8
* NetworkPkg/IpSecDxe: Add check to avoid possible divide by zeroHao Wu2017-02-211-1/+7
* NetworkPkg/IpSecDxe: correct one comment and remove the unused bufJiaxin Wu2016-12-061-17/+1
* NetworkPkg: Fix typos in commentsGary Lin2016-10-262-58/+58
* NetworkPkg: Coding style refine for IpSecDxeJiaxin Wu2016-10-212-10/+10
* NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE valueJiaxin Wu2016-09-063-21/+112
* NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu2016-08-184-16/+28
* NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failureJiaxin Wu2016-08-181-3/+2
* NetworkPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek2016-06-301-1/+1
* NetworkPkg: Avoid potential NULL pointer dereferenceJiaxin Wu2016-06-275-14/+194
* NetworkPkg: Remove ASSERT and use error handling in IpSecDxeJiaxin Wu2016-06-218-97/+379
* NetworkPkg: IpSecDxe: remove set but unused variablesLaszlo Ersek2016-03-251-2/+0
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-281-1/+26
* NetworkPkg: Fix IpSec SPD and SAD mapping issue when SPD is updatedJiaxin Wu2016-01-181-22/+46
* NetworkPkg IpSecDxe: Fix a typo in function descriptionHao Wu2016-01-061-1/+1
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* NetworkPkg: Fix connection issue after correct SPD and re-enable IPsecJiaxin Wu2015-09-161-6/+1
* NetworkPkg: TrafficDirection not saved in IPsecConfig.Fu Siyuan2015-09-162-6/+9
* NetworkPkg: Fix IpSec run into infinite loop issue in some caseJiaxin Wu2015-08-281-1/+4
* NetworkPkg: Fix hang issue after system reconnected when IPSec has set upJiaxin Wu2015-08-145-11/+30
* NetworkPkg: Fix bug in IpSecImpl.c caused by missing parenthesesBruce Cran2015-07-261-1/+1
* NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.jiaxinwu2015-07-083-20/+37
* NetworkPkg: Remove mZeroGuid definition in IpSecDxeHao Wu2015-07-072-4/+2
* NetworkPkg: Remove unused variables from IpSecDxe to fix GCC build.Samer El-Haj-Mahmoud2015-07-015-30/+6
* NetworkPkg: Fix typo.Shumin Qiu2015-03-161-3/+3
* NetworkPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-16/+25
* Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan2014-08-081-2/+2
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+3
* Refine code to make it more safely.Eric Dong2014-06-251-1/+2
* Fix CRLF formatTian, Hot2014-01-227-69/+69
* Bug fix: IpSec driver treats BOOLEAN as EFI_STATUS in error handling code.Fu Siyuan2014-01-061-3/+2
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-253-134/+366
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-2/+43
* Fix code potential errors in IPsec.qianouyang2012-10-172-7/+9
* Add missing braces around initializer.lzeng142012-10-112-8/+8
* Fix a ECC error - the parameter's name in comments is inconsistent with the o...qianouyang2011-12-052-2/+2
* 1.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang2011-11-236-409/+414
* Add pointer check for NULL before dereference it.sfu52011-10-085-16/+174
* Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang2011-09-281-11/+37
* Clean up the private GUID definition in module Level.lgao42011-09-181-2/+1
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-051-3/+3
* 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang2011-06-141-1/+1
* Update the IPsec driver to check in invalid parameter of ProcessExt() accordi...qianouyang2011-05-313-29/+36