summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Networking: Hook in ICMPv6 polling operations into periodic network logicGregory Nutt2015-01-192-10/+47
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-194-8/+15
|\
| * Update ChangeLogGregory Nutt2015-01-191-2/+4
| * Fixes some issues found by the PX4 team using Coverity. From Pavel KrienkoGregory Nutt2015-01-193-6/+11
* | Networking: Fix to ICMPv6 logic: Needs to set source and destination address...Gregory Nutt2015-01-192-27/+54
* | TM4C Ethernet: Fix the ICMPv6 multicast addressGregory Nutt2015-01-191-1/+5
* | Networking: Costmetic changesGregory Nutt2015-01-191-17/+17
* | Networking: Update ICMPv6 message numbersGregory Nutt2015-01-192-38/+36
* | Networking: Fix an IPv6 bug: Wrong network byte order in comparisonGregory Nutt2015-01-191-11/+12
* | Tiva Ethernet: Add support for receiving IPv6 multicast framesGregory Nutt2015-01-191-6/+67
|/
* Update ChangeLogGregory Nutt2015-01-191-0/+3
* apps/netutils/netlib: All IOCTLs must use a valid address family -- even if ...Gregory Nutt2015-01-195-10/+62
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-192-4/+8
|\