summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* Update ChangeLogGregory Nutt2015-01-221-0/+2
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* Cosmetic changes to comments; refresh configurationGregory Nutt2015-01-223-3/+11
* Update ChangeLogGregory Nutt2015-01-221-0/+4
* Correct the MSS calculationGregory Nutt2015-01-221-2/+2
* Correct calculation of initial MSSGregory Nutt2015-01-221-0/+18
* Networking: Back out a previous change. It is incorrectGregory Nutt2015-01-222-5/+11
* Forgot to remove some debug instrumentation in the last commitGregory Nutt2015-01-223-8/+0
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-220-0/+0
|\
| * Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-4/+0
* | Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-226-61/+216
|/
* Networking: New domain field in socket structure is created by socket(), but...Gregory Nutt2015-01-223-3/+5
* Update ChangeLogsGregory Nutt2015-01-222-0/+8
* Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt2015-01-224-10/+40
* apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabl...Gregory Nutt2015-01-221-11/+61
* STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driverGregory Nutt2015-01-211-3/+68
* Networking: Change some debug outputto vebose debug outputGregory Nutt2015-01-215-40/+40
* Networking IPv6: Fix and error when adding a neighbor to the table. Compari...Gregory Nutt2015-01-212-6/+30
* Networking: IPv6 receipt logic errors. Don't save neighbor address in table...Gregory Nutt2015-01-211-24/+55
* Networking: Fix another error in an IPv6 macro. Again ampersand where there ...Gregory Nutt2015-01-211-1/+1
* Fix some errors in memcpy arguments. No ampersands on array arguments.Gregory Nutt2015-01-213-3/+3
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-2121-22/+485
* More typos in debug statementsGregory Nutt2015-01-211-2/+2
* Fix a typo introduced in the last commitGregory Nutt2015-01-211-1/+1
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-215-22/+62
* ICMPv6 Neighbor Advertisement: Need to set O flag or response is not used. ...Gregory Nutt2015-01-211-11/+12
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\
| * Should fix some errors reported by TravisGregory Nutt2015-01-201-5/+5
* | apps/examples/nettest: Fix address initializaiton, HTONS not HTNOLGregory Nutt2015-01-211-8/+8
|/
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-201-1/+1
|\
| * SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_seri...Gregory Nutt2015-01-201-1/+1
* | Update ChangeLogGregory Nutt2015-01-202-2/+6
* | Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-2014-84/+79
* | apps/examples/nettest: Update test so that it can be used to test IPv6 TCP s...Gregory Nutt2015-01-208-24/+545
|/
* Update ChangeLogGregory Nutt2015-01-201-0/+3
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-206-10/+23
* Update ChangeLogGregory Nutt2015-01-201-2/+5
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-2021-25/+276
* Update ChangeLogGregory Nutt2015-01-201-0/+3
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-2020-21/+226
* Update ChangeLogGregory Nutt2015-01-201-1/+6
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-208-15/+552
* Fix typo in function nameGregory Nutt2015-01-202-2/+2
* Fix defaults for IPv6 netmaskGregory Nutt2015-01-201-17/+17
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-2013-213/+731
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-2011-78/+181
* Update the never-used RTL8187 driver foro IPv6 supportGregory Nutt2015-01-201-9/+63
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-2014-28/+28
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-1929-37/+37