summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-1447/+1447
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-212/+218
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-10ShellPkg: Remove trailing white spaceFu Siyuan1-1/+1
2018-09-03ShellPkg: Update Ifconfig command to accept 32bit subnet mask.Fu Siyuan1-0/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-64/+64
2017-12-18ShellPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
2017-10-13Ifconfig : Fixed False information about Media State.Meenakshi Aggarwal1-4/+7
2017-01-19ShellPkg: Add check logic for the gateway validity.Zhang Lubo1-1/+18
2016-07-18ShellPkg/IfConfig: Handle memory allocation failureRuiyu Ni1-20/+57
2016-03-03ShellPkg: Update 'ifconfig -r' implementationJiaxin Wu1-5/+26
2016-03-02ShellPkg: Revert git 'd6cf1af9' fixJiaxin Wu1-103/+14
2015-12-10ShellPkg: Fix ifconfig hang issue with incomplete parametersJiaxin Wu1-14/+47
2015-12-04ShellPkg: Fix wrong return status for Ifconfig.cJiaxin Wu1-33/+69
2015-08-31ShellPkg: Get media status in ifconfig commandJiaxin Wu1-6/+19
2015-08-20ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some caseJiaxin Wu1-15/+100
2015-07-08ShellPkg: Remove Status definition in function scope jiaxinwu1-3/+0
2015-07-08ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu1-1464/+975
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-14/+33
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Update Network1 profile commands response outputTapan Shah1-13/+13
2014-09-02ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan1-2/+2
2014-08-30This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey1-8/+8
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips1-3/+4
2013-10-02Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj1-5/+5
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-1/+1
2012-04-24Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng141-2/+2
2011-09-02Refine comments and two code style.ydong101-4/+4
2011-04-06add comments to function declarations and definitions and updated to match co...jcarsey1-3/+3
2011-04-02Comment's added and fixed.jcarsey1-1/+6
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-5/+16
2011-03-30remove unused variable.jcarsey1-3/+3
2011-03-25Add Network1 profile.jcarsey1-0/+1746