summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellNetwork1CommandsLib
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2015-08-31ShellPkg: Get media status in ifconfig commandJiaxin Wu
2015-08-25ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel
2015-08-20ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some caseJiaxin Wu
2015-08-07ShellPkg: Refine global variable name to follow EDK II coding style.Kinney, Michael D
2015-08-06ShellPkg: Fix issue about ping fail with IPv4Jiaxin Wu
2015-07-14ShellPkg: Fix ping IPv6 stack usage mode failure issueJiaxin Wu
2015-07-08ShellPkg: Remove Status definition in function scope jiaxinwu
2015-07-08ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-03-17ShellPkg: Fix typo in ShellPkg.Qiu Shumin
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2015-02-03ShellPkg: Update Network1 profile commands response outputTapan Shah
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
2014-09-02ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2014-08-29Cleanup UefiShellNetwork1CommandsLib commands help output string to :Tapan Shah
2014-08-04Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey
2012-04-24Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng14
2011-09-21Clean up the private GUID definition in module Level.lgao4
2011-09-09ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey
2011-09-02Refine comments and two code style.ydong10
2011-06-08remove empty sections in INF files.jcarsey
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey
2011-04-01Comment's added and fixed.jcarsey
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey
2011-03-30remove unused variable.jcarsey
2011-03-25Add Network1 profile.jcarsey