summaryrefslogtreecommitdiff
path: root/apps/netutils/netlib
Commit message (Expand)AuthorAgeFilesLines
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt2015-02-063-0/+312
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-17/+14
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-032-0/+114
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-203-9/+9
* apps/netutils/netlib: All IOCTLs must use a valid address family -- even if ...Gregory Nutt2015-01-195-10/+62
* Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt2015-01-191-0/+2
* apps/netutils/netlib: Add new library functions to manipulate IPv6 addressesGregory Nutt2015-01-1813-99/+482
* Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2015-01-186-20/+31
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-1/+1
* Trivial typoGregory Nutt2014-10-181-1/+1
* Fix memcpy of host address in netlib_gethostaddr(). From Brennan AshtonGregory Nutt2014-10-171-3/+9
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* CosmeticGregory Nutt2014-08-171-0/+1
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-2/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0213-42/+42
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-0213-17/+17
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0216-0/+1791