summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-3/+5
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-2/+2
* Implement UDP sendto() timeouts. Currently disabled because it probably unne...Gregory Nutt2013-04-302-22/+110
* Networking code should use kfree, not lib_freeGregory Nutt2013-04-111-1/+1
* Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not definedGregory Nutt2013-04-053-6/+8
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-11/+10
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-0/+7
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-3/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-9/+10
* Fix a whole in the logic from the previous check-inpatacongo2013-03-071-4/+32
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-2/+17
* Move socket data from TCB to task group structure.patacongo2013-01-261-81/+19
* Add framework to support task groupspatacongo2013-01-251-2/+2
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-3/+1
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-45/+111
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* poll was not checking if the socket was still connectedpatacongo2013-01-211-11/+27
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-204-91/+112
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-18/+25
* Minor tweak to last bugfixpatacongo2013-01-191-6/+16
* Fix a bug where recv[from]() would hang when remote host gracefully closed co...patacongo2013-01-192-2/+24
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-192-3/+131
* Add header files for z180patacongo2012-12-101-0/+2
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-3/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-27/+124
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-75/+82
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+6
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-2/+2
* Resync new repository with old repo r5166patacongo2012-09-172-1/+2
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-131-1/+2
* Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero ...patacongo2012-09-131-0/+18
* Remove executable property from source and make filespatacongo2012-09-1311-0/+0
* Email address change in nuttx/patacongo2012-09-1341-41/+41
* Email address change in apps/patacongo2012-09-131-1/+1
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-1/+4
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-2/+2
* Remove several unused configuration valuespatacongo2012-09-081-7/+7
* Add basic directory structure for the Shenzhou STM32107 board (not much there...patacongo2012-09-071-1/+3
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-072-21/+73
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-051-1/+1
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+19