summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for NuttX-7.3 releasenuttx-7.3Gregory Nutt2014-06-254-29/+393
* Update ChangeLogGregory Nutt2014-06-251-0/+2
* Clean up some networking configuration menusGregory Nutt2014-06-256-18/+29
* Update ChangeLogGregory Nutt2014-06-251-0/+2
* Clean-up packet socket namingGregory Nutt2014-06-2521-116/+178
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-2526-30/+31
* Clean up IGMP namingGregory Nutt2014-06-2529-160/+340
* Clean up ICMP namingGregory Nutt2014-06-2512-77/+66
* Add support for the SAM4CM. From Max NeklyudovGregory Nutt2014-06-2529-35/+2080
* Update changelogGregory Nutt2014-06-241-0/+1
* Clean up all UDP-related namingGregory Nutt2014-06-2424-134/+148
* Clean up all TCP-related namingGregory Nutt2014-06-2441-491/+608
* Forget to add a file in last commitGregory Nutt2014-06-242-0/+102
* Update ChangeLogGregory Nutt2014-06-241-1/+2
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-2491-595/+503
* Upate changelogGregory Nutt2014-06-241-0/+3
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-2425-59/+161
* Update changelogGregory Nutt2014-06-241-2/+19
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-24146-257/+257
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2479-84/+84
* Contents of iob.h should not be compiled if CONFIG_NET_IOB is not setGregory Nutt2014-06-241-0/+4
* Update changelogGregory Nutt2014-06-241-0/+3
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2459-74/+67
* Update changelogGregory Nutt2014-06-241-0/+2
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-242-0/+12
* Update changelogGregory Nutt2014-06-241-0/+3
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-249-309/+692
* Update ChangelogGregory Nutt2014-06-233-4/+16
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-236-32/+141
* TCP write buffering: This corrects some of the basic transfer problems. But ...Gregory Nutt2014-06-232-26/+19
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-232-3/+5
|\
| * Update changelogGregory Nutt2014-06-231-1/+2
| * httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0Gregory Nutt2014-06-231-2/+3
* | Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-2312-6/+2888
|\|
| * Updated ChangeLogGregory Nutt2014-06-231-0/+3
| * Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All f...Gregory Nutt2014-06-2311-6/+2885
* | Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-234-5/+10
|\|
| * Update ChangeLogGregory Nutt2014-06-231-0/+5
| * Remove some spurious spaces in field selectorsGregory Nutt2014-06-231-3/+3
| * Fix typos in AVR32 Kconfig files. From Stefan SperlingGregory Nutt2014-06-232-2/+2
* | Merge from masterGregory Nutt2014-06-233-2/+5
|\|
| * Update changelogGregory Nutt2014-06-231-1/+3
| * Fix conditional compilation for CLOCK_MONTONIC. From Manuel StühnGregory Nutt2014-06-232-2/+2
* | TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-237-30/+73
* | TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-236-29/+73
* | TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-229-46/+61
* | Write buffering: Fix a minor retransmission problemGregory Nutt2014-06-221-15/+22
* | TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-2222-21/+164
* | TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-223-96/+145