summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-223-9/+116
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-212-12/+2
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-185-636/+0
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-188-1372/+27
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1812-3795/+0
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-181-1/+1
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-27/+0
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-128-26/+782
* NET: Improvements to TCP connection fallback logic; Not needed with SO_LINGER...Gregory Nutt2014-06-021-6/+17
* Notify upper layer when TIME_WAIT or FIN_WAIT2_2 timeout occursGregory Nutt2014-06-021-0/+5
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-304-976/+0
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-301-13/+0
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-3011-2056/+13
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-303-710/+7
* Change all variadic macros to C99 styleGregory Nutt2014-05-222-8/+8
* More trailing whilespace removalGregory Nutt2014-04-1313-202/+202
* Make sure that there is one space after forGregory Nutt2014-04-121-3/+3
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* net/uip: Review all files in this directory for coding style and spellingGregory Nutt2014-04-1234-142/+181
* net/: IGMP-related bugfixes from Manuel StühnGregory Nutt2014-03-241-3/+10
* Back out part of write buffering change. David G reports that this causes pr...Gregory Nutt2014-02-151-2/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-5/+8
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-141-1/+1
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-147-19/+32
* All of Jason Jaing's write buffering logic has been incorporated, but not eve...Gregory Nutt2014-01-143-17/+54
* More TCP write buffer code. Part of big change from Jason JiangGregory Nutt2014-01-131-5/+46
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-133-15/+193
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-131-9/+22
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-135-20/+19
* NET: prevent tcp_connect callback from being double freed. From Max Holtzberg.Gregory Nutt2014-01-131-1/+14
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-2/+4
* Move tcp connection into SYN_RCVD state after aception instead of bypassing a...Gregory Nutt2013-10-171-9/+0
* TCP: Change how initial MSS is handled. From Max HoltzbergGregory Nutt2013-10-172-28/+13
* Changed the meaning of the uip_*input functions. They now return success when...Gregory Nutt2013-10-116-57/+50
* Missing one change in the last commitGregory Nutt2013-10-081-1/+1
* uip_tcpcallback: Simplify handling of callback return flagsGregory Nutt2013-10-081-7/+5
* Update to net_close() improvement from Max HoltzbergGregory Nutt2013-10-082-10/+17
* Make net_close() nonblocking and free unestablished connections if no free co...Gregory Nutt2013-10-061-17/+45
* SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver ...Gregory Nutt2013-10-061-7/+7
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-3/+14
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-051-1/+1
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-301-0/+4
* Networking: Important bug fix. The backlog buffer pointer was not being inc...Gregory Nutt2013-09-061-0/+1
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-064-89/+105
* Network ARP harvesting: Corect backward condition in netmask task. From Max ...Gregory Nutt2013-08-251-7/+7
* Networking code should use kfree, not lib_freeGregory Nutt2013-04-111-1/+1
* 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
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2