summaryrefslogtreecommitdiff
path: root/NetworkPkg/Dhcp6Dxe
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick1-2/+9
2024-02-14NetworkPkg: Dhcp6Dxe: Packet-Length is not updated before appendingDoug Flick1-5/+5
2024-02-14NetworkPkg: Dhcp6Dxe: Removes duplicate check and replaces with macroDoug Flick1-25/+19
2024-02-14NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Related PatchDoug Flick2-17/+75
2024-02-06NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Unit TestsDoug Flick via groups.io4-3/+423
2024-02-06NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 PatchDoug Flick via groups.io2-85/+256
2024-02-06NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Unit TestsDoug Flick via groups.io3-0/+541
2024-02-06NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 PatchDoug Flick via groups.io4-239/+668
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki9-1247/+1183
2020-02-10NetworkPkg/Dhcp6Dxe: Fix various typosAntoine Coeur6-41/+41
2019-12-04NetworkPkg: Fixes to static code analysis hitsMaciej Rabeda1-0/+1
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney12-84/+12
2019-01-15NetworkPkg/Dhcp6Dxe: Remove an unused global variable.Songpeng Li2-3/+0
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu1-9/+9
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao9-57/+57
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-4/+6
2017-12-13NetworkPkg/Dhcp6Dxe: Check Media status before starting DHCP process.Jiaxin Wu1-1/+13
2017-03-06NetworkPkg/Dhcp6Dxe: Handle the Nil UUID caseJiaxin Wu3-4/+7
2016-08-01NetworkPkg: Add missed character in copyright.Fu Siyuan1-1/+1
2016-07-11NetworkPkg: Fix typos in commentsGiri P Mudusuru1-2/+2
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo1-125/+3
2016-04-01NetworkPkg: Check received packet size before use it.Fu Siyuan1-1/+5
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo1-2/+9
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-15NetworkPkg: Add a comment to pcd fieldfanwang21-1/+1
2015-07-01NetworkPkg: Add IPv6 DUID configuration support using platform PCD.Samer El-Haj-Mahmoud2-2/+8
2015-02-13NetworkPkg: Code refine to avoid NULL pointer dereferenced.Shumin Qiu1-1/+4
2015-02-11DHCP6 bug fix:Gary Lin1-1/+14
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-4/+1
2014-11-12Fix a bug in DHCP6 driver when using DUID LLT.Fu Siyuan1-3/+3
2014-09-12Fix a bug that Dhcp6CalculateLeaseTime() function use incorrect offset on the...Fu, Siyuan1-4/+2
2014-09-03NetworkPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2-0/+0
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo1-7/+15
2014-08-15Use string pointer instead string buffer to avoid string copy operation.Fu, Siyuan1-3/+6
2014-08-08Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan1-2/+2
2014-07-10Fix a memory use after free bug in DHCP6 driver.Fu, Siyuan1-2/+29
2014-06-25Refine code to make it more safely.Eric Dong1-4/+4
2014-03-17Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va...Fu Siyuan1-2/+5
2013-03-11Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return status correctly.sfu51-5/+10
2013-01-08Fix several RFC compliance issues in DHCP6 driver as below.sfu55-101/+258
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-1/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu56-46/+189
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu53-18/+18
2012-08-22Add additional delay in DHCP6 InfoRequest interface to wait for link local ad...sfu58-59/+262
2012-07-04Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu51-5/+9
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-2/+2
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan132-1/+6