summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-2662-191/+337
| | | | inclusion problem.
* Resolve ChangeLog conflictGregory Nutt2014-06-262-0/+5
|\
| * Update ChangeLogGregory Nutt2014-06-251-0/+4
| |
| * STM32 I2C reset. Add missing GPIO configuration. From Alex DGregory Nutt2014-06-251-0/+3
| |
* | Update ChangeLogGregory Nutt2014-06-261-0/+4
| |
* | NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=Gregory Nutt2014-06-264-2/+5
|/
* Prep for NuttX-7.3 releaseGregory 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; ↵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
| |