Commit Graph

7694 Commits

Author SHA1 Message Date
Gregory Nutt 7bc244ec72 Resolve ChangeLog conflict 2014-06-26 07:31:51 -06:00
Gregory Nutt 9fbb8f9a39 Update ChangeLog 2014-06-26 07:30:04 -06:00
Gregory Nutt 473ba2ba6c NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS= 2014-06-26 07:29:16 -06:00
Gregory Nutt 76f45def78 Update ChangeLog 2014-06-25 16:12:35 -06:00
Gregory Nutt f00ea6ecf9 STM32 I2C reset. Add missing GPIO configuration. From Alex D 2014-06-25 16:08:31 -06:00
Gregory Nutt 350fa87fea Prep for NuttX-7.3 release 2014-06-25 14:09:41 -06:00
Gregory Nutt 47761cbb93 Update ChangeLog 2014-06-25 11:09:58 -06:00
Gregory Nutt 1a2bcebb4a Clean up some networking configuration menus 2014-06-25 11:01:08 -06:00
Gregory Nutt 72dc41db60 Update ChangeLog 2014-06-25 10:35:45 -06:00
Gregory Nutt 579ee6f573 Clean-up packet socket naming 2014-06-25 10:34:52 -06:00
Gregory Nutt 621097b6c8 Rename ip_eth_hdr to eth_hdr_s 2014-06-25 09:57:52 -06:00
Gregory Nutt f57024406a Clean up IGMP naming 2014-06-25 09:52:36 -06:00
Gregory Nutt 92d3075ae0 Clean up ICMP naming 2014-06-25 09:12:47 -06:00
Gregory Nutt 4b3bec6bf3 Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
Gregory Nutt 934335fe53 Update changelog 2014-06-24 18:56:01 -06:00
Gregory Nutt abf04708ce Clean up all UDP-related naming 2014-06-24 18:55:01 -06:00
Gregory Nutt 04985d6d1e Clean up all TCP-related naming 2014-06-24 18:12:49 -06:00
Gregory Nutt e2947c37a1 Forget to add a file in last commit 2014-06-24 15:46:10 -06:00
Gregory Nutt 6a203c783d Update ChangeLog 2014-06-24 15:39:30 -06:00
Gregory Nutt fabcb6d37e TCP Read-Ahead: Convert to use I/O buffer chains 2014-06-24 15:38:00 -06:00
Gregory Nutt 3f4ecebedd Upate changelog 2014-06-24 11:54:59 -06:00
Gregory Nutt e9a588c398 Add throttle support to the I/O buffer logic 2014-06-24 11:53:19 -06:00
Gregory Nutt f9f9244143 Update changelog 2014-06-24 10:14:43 -06:00
Gregory Nutt 5d1f8180d4 Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h 2014-06-24 10:14:15 -06:00
Gregory Nutt 37646044ac Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h 2014-06-24 09:28:44 -06:00
Gregory Nutt db5b31571c Contents of iob.h should not be compiled if CONFIG_NET_IOB is not set 2014-06-24 08:59:29 -06:00
Gregory Nutt 84fc3f5d34 Update changelog 2014-06-24 08:54:19 -06:00
Gregory Nutt 626469e30c Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h 2014-06-24 08:53:28 -06:00
Gregory Nutt 18ea0f3333 Update changelog 2014-06-24 08:34:08 -06:00
Gregory Nutt 4108a67b80 Net PKT: Suppress ARP requests for packet socket transfers 2014-06-24 08:33:58 -06:00
Gregory Nutt 0520270733 Net PKT: Suppress ARP requests for packet socket transfers 2014-06-24 08:22:12 -06:00
Gregory Nutt d87b07f419 Update changelog 2014-06-24 08:04:44 -06:00
Gregory Nutt 38c6e41e8e Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp_send_buffered.c, net/tcp/tcp_send_unbuffered.c, and pkt/pkt_send.c 2014-06-24 08:03:44 -06:00
Gregory Nutt 9022bc63cf Update Changelog 2014-06-23 19:38:10 -06:00
Gregory Nutt 7330704d36 CONFIG_NET_PKT is compatible with current TCP writebuffering logic because 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 2014-06-23 19:25:16 -06:00
Gregory Nutt 718d9993e6 TCP write buffering: This corrects some of the basic transfer problems. But there are more 2014-06-23 17:31:30 -06:00
Gregory Nutt eccefc6ef1 Merge remote-tracking branch 'origin/master' into netiob 2014-06-23 12:19:50 -06:00
Gregory Nutt 6600d1da69 Updated ChangeLog 2014-06-23 12:14:06 -06:00
Gregory Nutt 0c0cb50873 Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All form Max 2014-06-23 12:13:52 -06:00
Gregory Nutt 240092a025 Merge remote-tracking branch 'origin/master' into netiob 2014-06-23 11:36:03 -06:00
Gregory Nutt 5fe252ce25 Update ChangeLog 2014-06-23 11:29:30 -06:00
Gregory Nutt f30cbd1bdf Remove some spurious spaces in field selectors 2014-06-23 11:29:13 -06:00
Gregory Nutt 19c1bd3a45 Fix typos in AVR32 Kconfig files. From Stefan Sperling 2014-06-23 11:20:33 -06:00
Gregory Nutt dbcbbf1adf Merge from master 2014-06-23 11:10:24 -06:00
Gregory Nutt e0c16073fa Update changelog 2014-06-23 11:02:28 -06:00
Gregory Nutt 0daf30675c Fix conditional compilation for CLOCK_MONTONIC. From Manuel Stühn 2014-06-23 11:01:31 -06:00
Gregory Nutt 30843cf46d TCP write buffering: Add an offset to buffer dumping logic 2014-06-23 09:40:17 -06:00
Gregory Nutt 963f8f49c5 TCP write buffering: Add length to buffer dumping instrumentation 2014-06-23 07:31:55 -06:00
Gregory Nutt 6f1651d5f2 TCP write buffering: Extend and fix some buffer dumping logic 2014-06-22 18:53:18 -06:00
Gregory Nutt 14c7e2bc3c Write buffering: Fix a minor retransmission problem 2014-06-22 16:47:32 -06:00