summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
Commit message (Expand)AuthorAgeFilesLines
* NSH TFTP get command: Wrong file name used for the destination. From LazloGregory Nutt2014-12-101-1/+1
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-3/+3
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-4/+4
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-041-5/+0
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-11/+11
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-5/+5
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-301-1/+1
* NET: Renaming of IP address typesGregory Nutt2014-06-291-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-271-1/+16
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-27/+27
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-111-2/+2
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-5/+20
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-291-9/+15
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-171-2/+6
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-2/+3
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-0/+1
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-14/+79
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-13/+209
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-4/+19
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-201-2/+13
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-3/+3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+4
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-2/+3
* More FTP bug fixespatacongo2011-06-051-3/+11
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-211-2/+42
* Additional changes for clean NSH buildpatacongo2011-03-191-5/+5
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-8/+8
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+815