summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Fix a bug in IP4 driver when computing the network broadcast adress.Fu, Siyuan1-2/+3
2014-06-26Refine code to make it more safely.Eric Dong1-1/+2
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan5-206/+5
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan1-2/+2
2013-09-18Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_...Fu Siyuan1-2/+4
2013-04-25Fix ping command issue in IP4 driver.sfu52-21/+48
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52-19/+48
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu51-36/+30
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-1/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu510-201/+483
2012-11-01Add more check to make code more safely.ydong102-1/+4
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu56-32/+32
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-15/+2
2011-09-29Add pointer check for NULL before dereference it.ydong101-2/+12
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-7/+7
2011-06-141. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang1-9/+29
2011-04-20Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2-2/+2
2010-10-20Fix build issue in IPv4. qianouyang2-2/+2
2010-10-18Refine code to make code run more safely.ydong101-0/+2
2010-10-15Fix minor gcc build break.andrewfish1-1/+1
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang5-114/+210
2010-08-20Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132-11/+3
2010-08-12Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu21-1/+2
2010-05-21Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang1-1/+1
2010-04-24Update the copyright notice formathhtian22-44/+44
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a4-0/+10
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang1-1/+1
2010-03-18Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang1-4/+1
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-03For network dynamic media support:xdu21-8/+5
2010-01-25Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m...tye11-3/+3
2010-01-08refine the code and add more security check.vanjeff2-57/+58
2009-12-30Add VLAN support.xdu21-0/+6
2009-12-30Code clean up in NetLib:xdu23-19/+19
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu27-36/+36
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye8-6/+379
2009-11-04[Change summary]:tye13-164/+143
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney5-10/+10
2009-06-29add security check.vanjeff4-5/+16
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4
2009-02-09Clean Network Driver to include Uefi.h, not PiDxe.h. lgao41-1/+1
2009-02-06Pass ECCjgong51-3/+3
2009-01-16Fixed OPTIONAL/comma issuejgong55-15/+15
2009-01-16code scrub fixjgong521-873/+597
2008-12-16Clean up to update the reference of the these macros:qhuang82-6/+6
2008-12-041)Global variables have been moved backward ahead of functions.jji41-0/+4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-4/+1
2008-11-18synced function headerjgong513-98/+954
2008-11-12Fix ICC build break.qhuang82-6/+9
2008-11-11Scrubbed more.jgong511-170/+171