summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg: Remove trailing white spaceFu Siyuan2018-09-101-1/+1
* ShellPkg: Update Ifconfig command to accept 32bit subnet mask.Fu Siyuan2018-09-031-0/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-64/+64
* ShellPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-181-4/+4
* Ifconfig : Fixed False information about Media State.Meenakshi Aggarwal2017-10-131-4/+7
* ShellPkg: Add check logic for the gateway validity.Zhang Lubo2017-01-191-1/+18
* ShellPkg/IfConfig: Handle memory allocation failureRuiyu Ni2016-07-181-20/+57
* ShellPkg: Update 'ifconfig -r' implementationJiaxin Wu2016-03-031-5/+26
* ShellPkg: Revert git 'd6cf1af9' fixJiaxin Wu2016-03-021-103/+14
* ShellPkg: Fix ifconfig hang issue with incomplete parametersJiaxin Wu2015-12-101-14/+47
* ShellPkg: Fix wrong return status for Ifconfig.cJiaxin Wu2015-12-041-33/+69
* ShellPkg: Get media status in ifconfig commandJiaxin Wu2015-08-311-6/+19
* ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some caseJiaxin Wu2015-08-201-15/+100
* ShellPkg: Remove Status definition in function scope jiaxinwu2015-07-081-3/+0
* ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu2015-07-081-1464/+975
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-14/+33
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Network1 profile commands response outputTapan Shah2015-02-031-13/+13
* ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan2014-09-021-2/+2
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-291-8/+8
* ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips2013-10-041-3/+4
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-5/+5
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-1/+1
* Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng142012-04-241-2/+2
* Refine comments and two code style.ydong102011-09-021-4/+4
* add comments to function declarations and definitions and updated to match co...jcarsey2011-04-051-3/+3
* Comment's added and fixed.jcarsey2011-04-011-1/+6
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-301-5/+16
* remove unused variable.jcarsey2011-03-301-3/+3
* Add Network1 profile.jcarsey2011-03-251-0/+1746