summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netinit.c
Commit message (Expand)AuthorAgeFilesLines
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-4/+15
* Eliminate some nshlib warngingsGregory Nutt2014-09-161-0/+3
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-19/+18
* NSH net monitor: use a seamphore instead of boolean; use sem_timedwait inste...Gregory Nutt2014-08-171-21/+57
* Minor corrections during integration of link status monitorGregory Nutt2014-08-171-1/+1
* Extend the NSH network initialization logic. There is now an option that wil...Gregory Nutt2014-08-171-4/+285
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+0
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-061-6/+63
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-061-4/+16
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-061-6/+6
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-8/+8
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-271-11/+31
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-111-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-1/+1
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-031-2/+2
* DNS fixes from Darcy Gongpatacongo2012-10-281-1/+9
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
* Fix some questionable MAC addressespatacongo2012-07-191-4/+4
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-2/+2
* Additional changes for clean NSH buildpatacongo2011-03-191-3/+4
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-10/+10
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+169