summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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; ↵Gregory Nutt2014-06-24146-257/+257
| | | | Rename *_internal.h header files in net/ to just *.h
* 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 ↵Gregory Nutt2014-06-249-309/+692
| | | | net/tcp/tcp_send_buffered.c, net/tcp/tcp_send_unbuffered.c, and pkt/pkt_send.c
* Update ChangelogGregory Nutt2014-06-233-4/+16
|
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because ↵Gregory Nutt2014-06-236-32/+141
| | | | the share too much code; move sending of packet socket data from net_send_unbufferer.c to a new uip/uip_pktsend.c file for consistency
* TCP write buffering: This corrects some of the basic transfer problems. But ↵Gregory Nutt2014-06-232-26/+19
| | | | there are more
* 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 ↵Gregory Nutt2014-06-2311-6/+2885
| | | | | | | | form Max
* | 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
| |
* | Net: First bug fixes for modified write buffer logicGregory Nutt2014-06-223-1/+11
| |
* | First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-2227-232/+1081
|/
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-225-6/+6
|