summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Input.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-36/+72
2012-11-01Add more check to make code more safely.ydong101-1/+3
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-2/+2
2011-09-29Add pointer check for NULL before dereference it.ydong101-2/+12
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.qianouyang1-1/+1
2010-10-20Fix build issue in IPv4. qianouyang1-1/+1
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...qianouyang1-78/+168
2010-08-20Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan131-11/+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 formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+2
2010-01-25Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m...tye11-3/+3
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-3/+3
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-0/+230
2009-11-04[Change summary]:tye1-11/+11
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney1-1/+1
2009-06-29add security check.vanjeff1-1/+5
2009-02-06Pass ECCjgong51-3/+3
2009-01-16code scrub fixjgong51-64/+41
2008-11-11Scrubbed more.jgong51-17/+20
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-6/+0
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-44/+44
2007-12-18Sync the latest version from R8.vanjeff1-1/+1
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-0/+6
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-2/+2
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-0/+1235