summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-203-3/+3
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-1/+1
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-172-16/+22
* Move some useful internal macros from udp_send.c and put them in ip.h where t...Gregory Nutt2015-02-171-16/+4
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-163-23/+39
* IPv4 mapping to IPv6 implementation. Just for UDP. From Macs NeklyudovGregory Nutt2015-02-163-12/+76
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-154-0/+6
* Stray semicolon caused compile failure when IPv6 enabledGregory Nutt2015-02-141-1/+1
* Networking: Divide net_intiialize() into net_setup() and net_initialize() to ...Gregory Nutt2015-02-143-10/+91
* Add some inclusions of nuttx/net.h to two files. Without these there can be ...Gregory Nutt2015-02-132-0/+2
* Networking: Fix a compilation error recently introduced into the raw packet l...Gregory Nutt2015-02-111-1/+1
* Networking: Fix several build errors/warning with IPv4 + IPv6 + multiple netw...Gregory Nutt2015-02-102-13/+56
* IOB Configuration: Default number of IOB changes must be more than zero is U...Gregory Nutt2015-02-101-2/+2
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-0918-49/+56
* Networking: Clean up and consolidate some clunky stuff by adding new net_tim...Gregory Nutt2015-02-097-54/+56
* Networking: Fix some errors that crept in with IPv6Gregory Nutt2015-02-061-8/+8
* Remove inclusion of some un-necessary header files.Gregory Nutt2015-02-062-2/+0
* IPv6: Separate function that converts prefix lengths to a netmaskGregory Nutt2015-02-067-66/+160
* Make some conditional compilation consistentGregory Nutt2015-02-051-0/+2
* IPv6 fixes: Both ICMPv6 autonomous auto-configuration and the ICMPv6 router ...Gregory Nutt2015-02-052-4/+4
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-051-3/+3
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt2015-02-052-0/+39
* Forgot to add this file before a previous commitGregory Nutt2015-02-051-0/+254
* ICMPv6: Add option to send Router Advertisement Messages.Gregory Nutt2015-02-053-0/+105
* IPv6: Add a netmaks for the local link addressGregory Nutt2015-02-052-3/+12
* Minor logic simplificationGregory Nutt2015-02-041-3/+1
* ICMPv6 Auto-configuration: If no router reponds to the Router Solicitation, ...Gregory Nutt2015-02-044-26/+48
* ICMPv6: Separate out Neighbor Advertise message so that we can reuse itGregory Nutt2015-02-044-88/+222
* Remove unnecessary, inappropriate inclusion of ARP head file in IPv6 codeGregory Nutt2015-02-041-1/+0
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-043-30/+61
* Forgot to add a file from a previous commitGregory Nutt2015-02-031-0/+421
* ICMPv6: Fix some multi-cast addressesGregory Nutt2015-02-031-18/+8
* Minor updates to comments, debug messages, documentationGregory Nutt2015-02-031-3/+3
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-032-7/+22
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-035-80/+106
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-039-174/+954
* Costmetic updates to commentsGregory Nutt2015-02-031-14/+14
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-0/+13
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-031-1/+1
* Add some comments to C filesGregory Nutt2015-02-031-0/+65
* ICMPv6: Add file/build structure that will eventually support ICMPv6 auto-co...Gregory Nutt2015-02-024-0/+105
* Restore 20Msec defaultGregory Nutt2015-02-021-1/+1
* Networking: Apply the same ARP fix for the Neighbor Solicitation logicGregory Nutt2015-02-023-6/+20
* Networking: Fixes another CONFIG_NET_NOINTS issues. When called sem_timedwa...Gregory Nutt2015-02-023-6/+18
* Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for t...Gregory Nutt2015-02-021-2/+1
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-0219-108/+927
* IPv6: Eliminate a warning from UDP codeGregory Nutt2015-02-021-0/+1
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-028-18/+88
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-0210-185/+89
* Cosmetic update to a few commentsGregory Nutt2015-02-011-1/+1