summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2018-01-112-27/+19
* MdeModulePkg: Add error handling when IP address is Class EWang Fan2018-01-031-3/+12
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-182-4/+5
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+12
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-081-1/+1
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-282-21/+12
* MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu2016-09-061-8/+20
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-112-4/+4
* MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-234-225/+119
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu2015-07-262-5/+13
* MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb'Ard Biesheuvel2015-06-191-4/+0
* MdeModulePkg: Fix DHCP4 driver hang issue in some case. Wu Jiaxin2015-06-181-1/+14
* MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency.Wu Jiaxin2015-06-181-10/+23
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-6/+12
* Refine code to make it more safely.Eric Dong2014-06-261-1/+2
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-135-33/+218
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-173-23/+23
* Add pointer check for NULL before dereference it.sfu52011-11-231-2/+6
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-214-4/+73
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-7/+7
* Refine code to make code run safely.ydong102010-09-162-3/+3
* Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22010-08-121-5/+6
* Fixed tracker #203752, Dhcp4 assert issue.hhuan132010-06-021-2/+4
* Update the copyright notice formathhtian2010-04-2410-20/+20
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-164-0/+10
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2010-02-232-4/+22
* For network dynamic media support:xdu22010-02-031-0/+1
* refine the code and add more security check.vanjeff2010-01-082-38/+39
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-12/+12
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-111-3/+1
* [Change summary]:tye2009-11-044-173/+164
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-306-71/+86
* 1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued ...tye2009-10-213-11/+24
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-104-36/+32
* add security check.vanjeff2009-07-092-2/+4
* add security check.vanjeff2009-07-081-0/+1
* add security check.vanjeff2009-06-292-4/+6
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-082-13/+39
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Remove several unicode in comments.qhuang82009-02-111-4/+4
* Clean Network Driver to include Uefi.h, not PiDxe.h. lgao42009-02-092-2/+2
* Fixed OPTIONAL/comma issuejgong52009-01-162-2/+2
* code scrub fixjgong52009-01-169-426/+325
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-2/+2