Giri P Mudusuru 
							
						 
					 
					
						
						
						
						
							
						
						
							2048c585b4 
							
						 
					 
					
						
						
							
							MdeModulePkg: Fix typos in comments and variables  
						
						... 
						
						
						
						- abstrated to abstracted
  - accessibla to accessible
  - addres to address
  - apropriate to appropriate
  - arry to array
  - availabe to available
  - avaliable to available
  - becasue to because
  - correponding to corresponding
  - etablished to established
  - exeuction to execution
  - extensiable to extensible
  - fileds to fields
  - loadding to loading
  - ptototypes to prototypes
  - prococol protocol
  - requried to required
  - resoruce to resource
  - runing to running
  - uild to build
Cc: Star Zeng <star.zeng@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com> 
						
						
					 
					
						2016-07-11 10:29:48 +08:00 
						 
				 
			
				
					
						
							
							
								Fu Siyuan 
							
						 
					 
					
						
						
						
						
							
						
						
							0507449955 
							
						 
					 
					
						
						
							
							MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.  
						
						... 
						
						
						
						This patch updates the MNP driver to recycle TX buffer asynchronously, instead 
of using a while loop wait after each transmit command.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com> 
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19624  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2016-01-08 02:38:34 +00:00 
						 
				 
			
				
					
						
							
							
								Fu Siyuan 
							
						 
					 
					
						
						
						
						
							
						
						
							8ff272ee83 
							
						 
					 
					
						
						
							
							Fix “reconnect -r” ASSERT after VLAN configured.  
						
						... 
						
						
						
						Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Zhang, Chao B <chao.b.zhang@intel.com>
Reviewed-by: Jin, Eric <eric.jin@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15048  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-01-06 02:17:12 +00:00 
						 
				 
			
				
					
						
							
							
								Wu Jiaxin 
							
						 
					 
					
						
						
						
						
							
						
						
							bdebd2cecf 
							
						 
					 
					
						
						
							
							Fix a bug for vlan ping failure.  
						
						... 
						
						
						
						Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jin Eric <eric.jin@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15017  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-12-23 08:43:09 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							ef89996c70 
							
						 
					 
					
						
						
							
							Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is configured through VlanConfig protocol, this ensure that interesting applications could still get chance to receive all layer 2 frames.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10771  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-08-04 01:15:50 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
						
						
							
						
						
							e5eed7d364 
							
						 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-24 09:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							412d1ed9fc 
							
						 
					 
					
						
						
							
							Add check of MediaPresentSupported field in SNP mode data to support UNDI without cable detect capability.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10256  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-03-16 13:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							dd29f3edb9 
							
						 
					 
					
						
						
							
							For network dynamic media support:  
						
						... 
						
						
						
						1. add library function NetLibDetectMedia to NetLib for media detection
2. update MnpDxe to periodically poll for media status update and check for media status before packet transmit
3. update Ip4Dxe to return ModeData using Mnp->GetModeData()
4. update IScsiDxe to check for media status before try to do DHCP and session login
5. update UefiPxeBcDxe to check for media status before PXE start
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9919  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-03 04:37:53 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							779ae35798 
							
						 
					 
					
						
						
							
							Add VLAN support.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9649  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-30 13:47:55 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							766c7483c3 
							
						 
					 
					
						
						
							
							Update network drivers to use FreePool() instead of gBS->FreePool().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9424  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-13 06:13:59 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							aeddd42532 
							
						 
					 
					
						
						
							
							1. update timeout interval time from 10ms to 50ms  
						
						... 
						
						
						
						2. refine MnpDxe code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9063  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-13 06:37:36 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							d8d26fb207 
							
						 
					 
					
						
						
							
							Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8897  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-11 22:51:51 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							a4df47f109 
							
						 
					 
					
						
						
							
							1. remove duplicated NetLibDispatchDpc() calling in Pool function.  
						
						... 
						
						
						
						2. use mde library
3. add security check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8860  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-10 06:59:07 +00:00 
						 
				 
			
				
					
						
							
							
								ywu21 
							
						 
					 
					
						
						
						
						
							
						
						
							6e4bac4dac 
							
						 
					 
					
						
						
							
							fix some checklist issues  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7417  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-03 07:56:54 +00:00 
						 
				 
			
				
					
						
							
							
								jgong5 
							
						 
					 
					
						
						
						
						
							
						
						
							3e8c18da04 
							
						 
					 
					
						
						
							
							code scrub fix  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7290  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-16 00:09:52 +00:00 
						 
				 
			
				
					
						
							
							
								niry 
							
						 
					 
					
						
						
						
						
							
						
						
							c57273b0d8 
							
						 
					 
					
						
						
							
							Change the file headers and some function comments.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7206  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-08 04:47:41 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							48bd50c5a1 
							
						 
					 
					
						
						
							
							1. Fixed issue when calculating timeout value in timeout function in MNP module.  
						
						... 
						
						
						
						2. Added and refine some comments.
3. Enable UefiPxeBc Module to accept all broadcast packets for UDP Read&Write interface.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6781  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-01 01:59:45 +00:00 
						 
				 
			
				
					
						
							
							
								niry 
							
						 
					 
					
						
						
						
						
							
						
						
							b6c4ecad36 
							
						 
					 
					
						
						
							
							fix code style issue and add function header  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6570  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-18 04:52:51 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							fe1e36e550 
							
						 
					 
					
						
						
							
							Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6296  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-30 06:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							190344219a 
							
						 
					 
					
						
						
							
							Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6111  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-14 15:34:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							982a9eaea2 
							
						 
					 
					
						
						
							
							enhanced UefiPxeBcDxe to support  
						
						... 
						
						
						
						1. AutoArp. 2. SendGuid. 3 TftpError. 4. IcmpError. 5. RouteTable. 6. ArpCache.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4981  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-02 08:45:36 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e48e37fce2 
							
						 
					 
					
						
						
							
							Use Mde library and definition instead of some native definitions in NetLib, to simply network library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4693  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-14 09:40:22 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							36ee91ca36 
							
						 
					 
					
						
						
							
							1. Add DPC protocol and DpcLib library in MdeModulePkg.  
						
						... 
						
						
						
						2. Add DpcDxe module and DxeDpcLib module in MdeModulePkg
3. Port network stack module to use DPC.
4. Use MIN, and MAX defined in MdePkg to replace NET_MIN and NET_MAX.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4307  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-20 05:42:23 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							67a58d0ffd 
							
						 
					 
					
						
						
							
							Clean up Network Components to support GCC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4062  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-10-09 09:30:52 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							687a2e5f69 
							
						 
					 
					
						
						
							
							1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 have passed SCT.  
						
						... 
						
						
						
						2. Enable Network stack to pass ICC build.
3. Sync Network library instances' module names with their filenames.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3692  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-23 02:19:41 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							772db4bb33 
							
						 
					 
					
						
						
							
							Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3492  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-30 02:37:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							4eb65aff71 
							
						 
					 
					
						
						
							
							Fixed EBC build issues.  
						
						... 
						
						
						
						Fixed ICC build issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3431  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-25 05:32:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							8a67d61da4 
							
						 
					 
					
						
						
							
							Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3416  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-24 08:06:37 +00:00