summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2015-01-181-0/+4
* Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt2015-01-182-0/+24
* Tiva Ethernet: Don't try to print IPv4 address if IPv4 is not enabledGregory Nutt2015-01-181-0/+4
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-6/+11
* Fix a few more dangling IPv6 issues found by code inspectionGregory Nutt2015-01-186-58/+81
* Networking: Some fixes for compilation when both IPv4 and IPv6 are enabledGregory Nutt2015-01-188-81/+62
* Update ChangeLogGregory Nutt2015-01-181-0/+2
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-1818-362/+617
* Networking: Add IPv6 suppport to TCP application level sending logicGregory Nutt2015-01-171-5/+57
* Networking: Fix a simple IPv6 compile errorGregory Nutt2015-01-171-4/+31
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-171-1/+1
|\
| * Missing # in #if in previous commitGregory Nutt2015-01-171-1/+1
* | Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-173-5/+10
|\|
| * Networking: Fix some errors detected by Travis in configuration that have TCP...Gregory Nutt2015-01-173-5/+10
* | Networking: Straighten up use if IPv6/IPv4 in TCP connection logicGregory Nutt2015-01-174-149/+474
* | Networking: Straighten up use if IPv6/IPv4 in TCP connection logicGregory Nutt2015-01-173-50/+78
|/
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-171-0/+3
|\
| * Spark: Certain combinations of conditional compilation results in compilation...Gregory Nutt2015-01-171-0/+3
* | Fix a few warnings introduced with the last commitGregory Nutt2015-01-172-2/+2
* | Networking: Detangling IPv6/4 logic in UDP connection structuresGregory Nutt2015-01-175-107/+282
* | Networking: Save the IP domain in the connection structureGregory Nutt2015-01-176-23/+31
* | Networking: Calculation of TCP and UDP checksums differ with IPv4 and IPv6Gregory Nutt2015-01-171-19/+83
|/
* Tiva Ethernet: Back out previous change... it is WRONGGregory Nutt2015-01-171-12/+0
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-172-35/+190
|\
| * Tive Ethernet: Fix some race conditions in the driver that become apparent wh...Gregory Nutt2015-01-172-26/+176
| * Tiva Ethernet: Costmetic changes to comments and debug stringsGregory Nutt2015-01-171-8/+8
| * Tiva Ethernet: Remove assertion. Just log and error and continueGregory Nutt2015-01-171-1/+6
* | Networking: Oops. Forgot to add a couple of files that were part of an earl...Gregory Nutt2015-01-172-0/+221
* | Update ChangeLogGregory Nutt2015-01-171-0/+2
* | Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-179-75/+108
* | Update ChangeLogGregory Nutt2015-01-171-0/+5
* | net/socket and net/tcp: When we are ready to receive data or when we have out...Gregory Nutt2015-01-176-37/+361
* | Update ChangeLogGregory Nutt2015-01-171-5/+12
* | include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-1713-32/+338
* | Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-1718-34/+8
|/
* Update ChangeLogGregory Nutt2015-01-161-0/+2
* Networking: Move net/ipv6 to net/neighborGregory Nutt2015-01-167-27/+32
* TM4C Ethernet: Add some assertionsGregory Nutt2015-01-161-1/+10
* Update ChangeLogGregory Nutt2015-01-161-0/+3
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-1610-53/+153
* Update ChangeLogGregory Nutt2015-01-161-0/+7
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-1615-97/+90
* Update ChangeLogGregory Nutt2015-01-161-1/+4
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-1638-312/+782
* Update ChangeLogGregory Nutt2015-01-161-0/+6
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-1617-75/+113
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-168-133/+524
* Update ChangeLogGregory Nutt2015-01-151-0/+2
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-158-10/+146
* Update ChangeLogGregory Nutt2015-01-151-0/+5