summaryrefslogtreecommitdiffstats
path: root/apps/netutils/netlib
AgeCommit message (Expand)AuthorFilesLines
2015-03-29Add some missing dependencies in Kconfig filesGregory Nutt1-0/+1
2015-02-06apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt3-0/+312
2015-02-03Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt1-17/+14
2015-02-03Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2-0/+114
2015-01-20Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt3-9/+9
2015-01-19apps/netutils/netlib: All IOCTLs must use a valid address family -- even if ...Gregory Nutt5-10/+62
2015-01-19Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt1-0/+2
2015-01-18apps/netutils/netlib: Add new library functions to manipulate IPv6 addressesGregory Nutt13-99/+482
2015-01-18Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt6-20/+31
2014-11-15Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt1-1/+1
2014-10-18Trivial typoGregory Nutt1-1/+1
2014-10-17Fix memcpy of host address in netlib_gethostaddr(). From Brennan AshtonGregory Nutt1-3/+9
2014-09-06Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt1-0/+2
2014-08-17CosmeticGregory Nutt1-0/+1
2014-07-11Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt1-2/+2
2014-07-04Remove all inclusion of uip.hGregory Nutt1-1/+0
2014-07-02NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt13-42/+42
2014-07-02Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt13-17/+17
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt16-0/+1791