summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the way PHY interrupts work: disable automatically. Then we have to ↵Gregory Nutt2014-08-171-19/+18
| | | | re-subscribe each time after the interrupt fires
* NSH net monitor: use a seamphore instead of boolean; use sem_timedwait ↵Gregory Nutt2014-08-171-21/+57
| | | | instead of a boolean to communicate
* 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 ↵Gregory Nutt2014-08-171-4/+285
| | | | will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up.
* More of the PHY event notification logic change: Fix some compile errors ↵Gregory Nutt2014-08-161-1/+0
| | | | when full feature is enabled; Add some missing ioctol logic
* NSH networking: There is now a configuration option that will bring up the ↵Gregory Nutt2014-08-061-6/+63
| | | | network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
* NSH Networking: Also add an option to let platform-specific logic select ↵Gregory Nutt2014-08-061-4/+16
| | | | the MAC address.
* 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. ↵Gregory Nutt2014-07-041-0/+2
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* 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 ↵Gregory Nutt2014-04-111-1/+1
| | | | header files
* 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 ↵patacongo2012-11-271-1/+1
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-031-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gongpatacongo2012-10-281-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Fix some questionable MAC addressespatacongo2012-07-191-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4956 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-2/+2
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Additional changes for clean NSH buildpatacongo2011-03-191-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3400 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+169
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3