Age | Commit message (Expand) | Author | Files | Lines |
2018-09-06 | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 1 | -3/+3 |
2018-06-28 | MdeModulePkg: Clean up source files | Liming Gao | 2 | -68/+68 |
2018-01-17 | MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp(). | Wang Fan | 1 | -1/+1 |
2018-01-16 | MdeModulePkg: Did some code enhancement for DxeIpIoLib. | Wang Fan | 1 | -19/+33 |
2018-01-16 | MdeModulePkg: Freed the received packet buffer if it is not expected. | Wang Fan | 1 | -4/+14 |
2017-12-22 | MdeModulePkg/IpIoLib: Check the input parameters before use them. | Fu Siyuan | 1 | -16/+57 |
2017-12-22 | MdeModulePkg/IpIoDxe: Update API description to match the function implementa... | Fu Siyuan | 1 | -8/+26 |
2017-12-22 | MdeModulePkg/IpIoLib: add more error handling code to DxeIpIoLib. | Fu Siyuan | 1 | -36/+57 |
2017-12-18 | MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in... | Fu Siyuan | 1 | -2/+10 |
2017-08-23 | MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib | Jiaxin Wu | 1 | -2/+1 |
2017-04-24 | MdeModulePkg: Discard received broadcast message in DxeIpIoLib. | Fu Siyuan | 1 | -0/+6 |
2016-10-28 | MdeModulePkg: Update IP4 stack drivers for classless address unicast check. | Fu Siyuan | 1 | -1/+8 |
2016-10-27 | MdeModulePkg/Library: Fix typos in comments and variables | Gary Lin | 1 | -1/+1 |
2016-04-01 | MdeModulePkg: Check received packet size before use it. | Fu Siyuan | 1 | -28/+50 |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 1 | -0/+0 |
2014-12-04 | MdeModulePkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 1 | -3/+4 |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 1 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 1 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 1 | -15/+13 |
2010-06-13 | Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ... | qianouyang | 1 | -99/+90 |
2010-04-24 | Update the copyright notice format | hhtian | 2 | -4/+4 |
2010-04-16 | Fixed GCC 4.4 build issues due to EFIAPI not being used when required. | geekboy15a | 1 | -0/+1 |
2010-03-19 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f... | rsun3 | 1 | -4/+3 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 1 | -17/+17 |
2009-12-30 | Code clean up in NetLib: | xdu2 | 1 | -5/+5 |
2009-11-17 | Updated the IpIoLiband and the change includes: | qouyang | 1 | -0/+2 |
2009-11-11 | 1. Add Link MTU support to IP4 and TCP4 driver. | tye | 1 | -1/+8 |
2009-11-04 | [Change summary]: | tye | 1 | -2/+2 |
2009-10-30 | 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. | tye | 1 | -20/+20 |
2009-10-27 | Fix the EBC build problem in DxeIpIoLib of r9374. | tye | 1 | -30/+80 |
2009-10-26 | NetLib: | tye | 1 | -205/+895 |
2009-07-11 | Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat... | mdkinney | 2 | -3/+5 |
2009-05-20 | Add includes for definitions used by the DxeIpIoLib and DxeNetLib | mdkinney | 1 | -0/+2 |
2009-04-02 | Enhance the file header description. | niry | 1 | -1/+4 |
2009-03-25 | Fix coding style issue. | niry | 1 | -1/+1 |
2009-01-13 | fix file header issues | ywu21 | 2 | -22/+20 |
2009-01-12 | checking coding style issues: | ywu21 | 1 | -152/+150 |
2008-12-30 | enhanced function header | jgong5 | 1 | -60/+77 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 1 | -3/+0 |
2008-11-05 | Remove over specific protocol for library DxeIpIoLib | klu2 | 1 | -4/+0 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 1 | -15/+1 |
2008-04-11 | 1. add public functions header. | vanjeff | 1 | -0/+10 |
2008-02-14 | Use Mde library and definition instead of some native definitions in NetLib, ... | vanjeff | 1 | -38/+38 |
2007-12-18 | Sync the latest version from R8. | vanjeff | 1 | -6/+0 |
2007-11-20 | 1. Add DPC protocol and DpcLib library in MdeModulePkg. | vanjeff | 1 | -13/+96 |
2007-09-06 | Changed the code style. it could pass EBC and ICC build. | vanjeff | 1 | -44/+41 |
2007-08-30 | 1. Fixed one bug in Undi driver. | vanjeff | 2 | -7/+7 |
2007-08-27 | Make MdeModulePkg GCC clean. | qwang12 | 1 | -2/+2 |
2007-08-23 | 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ... | vanjeff | 2 | -15/+44 |
2007-07-26 | Fix the wrong copyright statements. | qhuang8 | 1 | -1/+1 |