summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe
AgeCommit message (Expand)AuthorFilesLines
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu1-3/+2
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2-55/+134
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan5-14/+77
2016-10-31NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan1-3/+7
2016-10-31NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo1-2/+6
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2-14/+30
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo5-38/+261
2016-07-26NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu1-2/+2
2016-07-12NetworkPkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2-5/+5
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo5-129/+67
2016-05-06NetworkPkg: Ignore BootFileName if it is overloaded.Fu Siyuan1-2/+5
2016-05-05NetworkPkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan3-15/+25
2016-02-14NetworkPkg: Reword PXE download messageSamer El-Haj-Mahmoud1-1/+2
2016-02-03NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia'Zhang Lubo1-1/+1
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2-3/+32
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+10
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan1-47/+50
2015-09-10NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo1-0/+4
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-1/+88
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-3/+5
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo4-25/+34
2015-05-20NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu1-1/+1
2015-05-08Coding style change in UefiPxeBcDxe.infjiaxinwu1-2/+2
2015-04-30Add IPV6 support from UNDIYe Ting3-4/+117
2015-03-26PXE driver bug fix.Fu Siyuan2-12/+10
2015-03-24PXE driver bug fix.Fu Siyuan1-1/+2
2014-12-18Fix a bug that the gateway is not necessary in a simple PXE network.Gary Lin1-3/+5
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2-4/+2
2014-09-181. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan6-34/+295
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-27/+38
2014-08-25Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin1-0/+4
2014-08-04The pointer argument should be set to NULL if not used not FALSE.Fu, Siyuan1-3/+3
2014-06-25Refine code to make it more safely.Eric Dong1-0/+1
2014-04-25Fix default VENDOR_CLASS in DHCP discover.Larry Cleeton1-2/+2
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda5-8/+8
2014-01-15Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan1-1/+5
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan1-19/+40
2014-01-06Update PXE driver to support PXE forced mode.Fu Siyuan1-11/+35
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj1-1/+1
2013-05-14Fix bug in PXE driver: memory may be freed before use.sfu51-3/+4
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-2/+13
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52-107/+414
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-6/+1
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-02-20Remove the useless goto statements in PXE driver.sfu52-28/+10
2013-02-01Fix corrupt PXE boot menu display issue.sfu51-2/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu53-5/+76