summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Costmetic changes after review for sense of OK (should be zero)Gregory Nutt2014-06-191-6/+4
* Fix file names in new net/pkt/Make.defsGregory Nutt2014-06-191-4/+4
* Costmetic update to comments/README fileGregory Nutt2014-06-182-4/+6
* SAMA5D4: Fix ISRAM base address: 0x00200000, not like the SAMA5D3 SRAM at 0...Gregory Nutt2014-06-184-6/+28
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-186-249/+289
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-187-17/+62
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-1810-335/+89
* Update ChangeLogGregory Nutt2014-06-181-0/+3
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-182-1/+290
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+63
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1813-42/+23
* Update ChangeLogGregory Nutt2014-06-181-0/+7
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-5/+18
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-0/+30
* Notify Ethernet driver of TX data availability on raw socket. From Daniel La...Gregory Nutt2014-06-181-0/+5
* Cosmetic cleanupGregory Nutt2014-06-182-16/+6
* SAMA5D4: XDMAC driver now compiles error/warning free (still untested)Gregory Nutt2014-06-173-197/+156
* Update ChangeLogGregory Nutt2014-06-171-0/+2
* SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some ...Gregory Nutt2014-06-174-581/+584
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-167-21/+319
* kconfig2html: Exceed original maximum number of selectsGregory Nutt2014-06-161-1/+1
* hex2bin: Fix un-necessary seeks because expected address was not being updatedGregory Nutt2014-06-161-1/+7
* Update ChangeLogGregory Nutt2014-06-161-0/+5
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-164-15/+346
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
* hex2bin: Needs a little larger stackGregory Nutt2014-06-162-2/+17