| Commit message (Expand) | Author | Age | Files | Lines |
* | NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler | Hao Wu | 2016-07-26 | 1 | -2/+2 |
* | NetworkPkg: Update PXE driver to follow edk2 coding standards. | Fu Siyuan | 2016-07-12 | 2 | -5/+5 |
* | NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. | Zhang Lubo | 2016-06-23 | 5 | -129/+67 |
* | NetworkPkg: Ignore BootFileName if it is overloaded. | Fu Siyuan | 2016-05-06 | 1 | -2/+5 |
* | NetworkPkg: Do not use hard coded TTL/ToS in PXE driver. | Fu Siyuan | 2016-05-05 | 3 | -15/+25 |
* | NetworkPkg: Reword PXE download message | Samer El-Haj-Mahmoud | 2016-02-14 | 1 | -1/+2 |
* | NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia' | Zhang Lubo | 2016-02-03 | 1 | -1/+1 |
* | NetworkPkg:Fix Network memory leak when calling GetModeData interface | Zhang Lubo | 2016-01-28 | 2 | -3/+32 |
* | NetworkPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | NetworkPkg: reset DHCP child when leaving PXE LoadFile. | Fu Siyuan | 2015-10-16 | 1 | -0/+10 |
* | NetworkPkg: remove unnecessary timeout event when setting IPv6 address. | Fu Siyuan | 2015-10-15 | 1 | -47/+50 |
* | NetworkPkg: PXE Driver's LoadFile protocol should check FilePath | Zhang Lubo | 2015-09-10 | 1 | -0/+4 |
* | NetworkPkg: Fix the issue cannot boot to UEFI Network after reset | Zhang Lubo | 2015-07-29 | 6 | -1/+88 |
* | NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status. | Zhang Lubo | 2015-07-26 | 1 | -3/+5 |
* | NetworkPkg:Replace unsafe string functions. | Zhang Lubo | 2015-07-08 | 4 | -25/+34 |
* | NetworkPkg/UefiPxeBcDxe: Fix code style in INF file. | jiaxinwu | 2015-05-20 | 1 | -1/+1 |
* | Coding style change in UefiPxeBcDxe.inf | jiaxinwu | 2015-05-08 | 1 | -2/+2 |
* | Add IPV6 support from UNDI | Ye Ting | 2015-04-30 | 3 | -4/+117 |
* | PXE driver bug fix. | Fu Siyuan | 2015-03-26 | 2 | -12/+10 |
* | PXE driver bug fix. | Fu Siyuan | 2015-03-24 | 1 | -1/+2 |
* | Fix a bug that the gateway is not necessary in a simple PXE network. | Gary Lin | 2014-12-18 | 1 | -3/+5 |
* | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 2014-12-04 | 2 | -4/+2 |
* | 1. Update PXE driver to support PXEv6 boot cross subnet. | Fu, Siyuan | 2014-09-18 | 6 | -34/+295 |
* | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -27/+38 |
* | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 2014-08-25 | 1 | -0/+4 |
* | The pointer argument should be set to NULL if not used not FALSE. | Fu, Siyuan | 2014-08-04 | 1 | -3/+3 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-25 | 1 | -0/+1 |
* | Fix default VENDOR_CLASS in DHCP discover. | Larry Cleeton | 2014-04-25 | 1 | -2/+2 |
* | Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio... | Mauro Faccenda | 2014-04-23 | 5 | -8/+8 |
* | Fix bug that PXEv4 boot fail if PXEv6 is performed firstly. | Fu Siyuan | 2014-01-15 | 1 | -1/+5 |
* | 1. Update the parsing logic of DHCP message in PXE driver. | Fu Siyuan | 2014-01-13 | 1 | -19/+40 |
* | Update PXE driver to support PXE forced mode. | Fu Siyuan | 2014-01-06 | 1 | -11/+35 |
* | Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w... | Samer El-Haj-Mahmoud elhaj | 2013-10-01 | 1 | -1/+1 |
* | Fix bug in PXE driver: memory may be freed before use. | sfu5 | 2013-05-14 | 1 | -3/+4 |
* | Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set. | sfu5 | 2013-05-09 | 2 | -2/+13 |
* | Update dual network stack drivers to produce multiple Driver Binding Protocol. | sfu5 | 2013-04-25 | 2 | -107/+414 |
* | Remove unused [Guids] section from PXE inf file. | sfu5 | 2013-04-23 | 1 | -6/+1 |
* | Initialize DefaultInfo before using it. | sfu5 | 2013-03-11 | 1 | -0/+1 |
* | Remove the useless goto statements in PXE driver. | sfu5 | 2013-02-20 | 2 | -28/+10 |
* | Fix corrupt PXE boot menu display issue. | sfu5 | 2013-02-01 | 1 | -2/+2 |
* | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 | 2012-12-13 | 3 | -5/+76 |
* | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 | 2012-10-17 | 5 | -3/+24 |
* | Fix bugs in PXE driver when using option 43 for boot server list and boot men... | sfu5 | 2012-08-24 | 5 | -56/+111 |
* | Update PXE driver to wait for IPv6 duplicate address detection to finish. | sfu5 | 2012-07-04 | 3 | -5/+76 |
* | 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t... | sfu5 | 2012-02-07 | 2 | -18/+38 |
* | Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M... | sfu5 | 2011-12-16 | 2 | -21/+29 |
* | 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function. | sfu5 | 2011-11-25 | 1 | -0/+22 |
* | Adopt new IPv4/IPv6 device path for network modules. | niruiyu | 2011-10-26 | 1 | -1/+1 |