summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2477-82/+82
* 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-2450-65/+58
* 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-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
* | 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
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-217-45/+159
* SAMA5D4: Add missing mappings for the VDEC and L2CC memory regionsGregory Nutt2014-06-214-2/+23
* Correct type of SAMA5 arm_decodefiq() return valueGregory Nutt2014-06-211-1/+1
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-218-106/+130
* SAMA5: FIQs should be disabled along with IRQs on most exeptions in most conf...Gregory Nutt2014-06-201-22/+11
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-206-19/+128
* SAMA5D4: Fix MATRIX32 base addressGregory Nutt2014-06-201-1/+1
* SAMA5D4: Minor fixes to get working with SAMA5D3 againGregory Nutt2014-06-201-0/+2
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-207-88/+303
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-2014-6/+81
* SAMA5D4-EK: Get ramtest clocking up to 528MHzGregory Nutt2014-06-201-3/+7
* SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit dr...Gregory Nutt2014-06-203-4/+43
* SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clockedGregory Nutt2014-06-193-26/+57
* SAMA5D4: Initial bring-up fixesGregory Nutt2014-06-193-6/+17
* Update ChangeLogGregory Nutt2014-06-191-0/+6
* tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is ...Gregory Nutt2014-06-191-1/+2
* TCP write buffering: Add buffer allocation check from Max (himax)Gregory Nutt2014-06-191-28/+47
* Add missing CONFIG_NET_GUARDSIZE to KconfigGregory Nutt2014-06-191-0/+11
* Fix file names in new net/pkt/Make.defsGregory Nutt2014-06-191-4/+4