summaryrefslogtreecommitdiff
path: root/nuttx/net/recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up packet socket namingGregory Nutt2014-06-251-5/+6
* Clean up all UDP-related namingGregory Nutt2014-06-241-8/+9
* Clean up all TCP-related namingGregory Nutt2014-06-241-11/+12
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-51/+45
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-2/+5
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-16/+247
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-141-1/+1
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-8/+8
* Changed the meaning of the uip_*input functions. They now return success when...Gregory Nutt2013-10-111-5/+0
* Use the new signature of rxnotify caused by the routing table. From Max Holt...Gregory Nutt2013-10-061-1/+1
* Clean-up routing table design.Gregory Nutt2013-10-051-0/+4
* Missing file change for previous driver-based UDP backlog from Max HoltzbergGregory Nutt2013-09-061-6/+10
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-26/+11
* 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-191-1/+23
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-2/+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
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-1/+4
* 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-071-18/+43
* First round of compile fixes for IPv6patacongo2012-06-071-2/+2
* Fix a UDP build issuepatacongo2012-04-251-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-10/+14
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-8/+104
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-30/+36
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-10/+73
* Minor improvement in recvfrom()patacongo2011-06-051-30/+32
* Fix a bug in recvfrom()patacongo2011-06-051-18/+51
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-2/+2
* More SLIP integrationpatacongo2011-03-151-16/+16
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-6/+6
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-10/+10
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
* accept() now supports non-blocking operationspatacongo2009-08-021-2/+2
* Add non-blocking capability for TCP socketspatacongo2009-07-191-4/+21
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-14/+14
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
* Fix compile error only noted with ZDSpatacongo2008-12-121-2/+2
* cosmeticpatacongo2008-11-181-1/+3
* Fix recvfrom port bugpatacongo2008-09-061-1/+1
* Verify UDP supportpatacongo2008-09-011-8/+7
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-67/+102
* Add TELNET front end to NSHpatacongo2007-12-021-1/+1