summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeIpIoLib
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao3-2353/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-21/+3
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-3/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao2-68/+68
2018-01-17MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().Wang Fan1-1/+1
2018-01-16MdeModulePkg: Did some code enhancement for DxeIpIoLib.Wang Fan1-19/+33
2018-01-16MdeModulePkg: Freed the received packet buffer if it is not expected.Wang Fan1-4/+14
2017-12-22MdeModulePkg/IpIoLib: Check the input parameters before use them.Fu Siyuan1-16/+57
2017-12-22MdeModulePkg/IpIoDxe: Update API description to match the function implementa...Fu Siyuan1-8/+26
2017-12-22MdeModulePkg/IpIoLib: add more error handling code to DxeIpIoLib.Fu Siyuan1-36/+57
2017-12-18MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan1-2/+10
2017-08-23MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu1-2/+1
2017-04-24MdeModulePkg: Discard received broadcast message in DxeIpIoLib.Fu Siyuan1-0/+6
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-1/+8
2016-10-27MdeModulePkg/Library: Fix typos in comments and variablesGary Lin1-1/+1
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan1-28/+50
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-3/+4
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-15/+13
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang1-99/+90
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+1
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun31-4/+3
2010-02-241. Correct File header to ## @filelgao41-17/+17
2009-12-30Code clean up in NetLib:xdu21-5/+5
2009-11-17Updated the IpIoLiband and the change includes: qouyang1-0/+2
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-1/+8
2009-11-04[Change summary]:tye1-2/+2
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-20/+20
2009-10-27Fix the EBC build problem in DxeIpIoLib of r9374.tye1-30/+80
2009-10-26NetLib:tye1-205/+895
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2-3/+5
2009-05-20Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney1-0/+2
2009-04-02Enhance the file header description.niry1-1/+4
2009-03-25Fix coding style issue.niry1-1/+1
2009-01-13fix file header issuesywu212-22/+20
2009-01-12checking coding style issues:ywu211-152/+150
2008-12-30enhanced function headerjgong51-60/+77
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-11-05Remove over specific protocol for library DxeIpIoLibklu21-4/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-15/+1
2008-04-111. add public functions header.vanjeff1-0/+10
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-38/+38
2007-12-18Sync the latest version from R8.vanjeff1-6/+0
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-13/+96
2007-09-06Changed the code style. it could pass EBC and ICC build.vanjeff1-44/+41
2007-08-301. Fixed one bug in Undi driver. vanjeff2-7/+7
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+2