summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-75/+82
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
* Remove executable property from source and make filespatacongo2012-09-1311-0/+0
* Email address change in nuttx/patacongo2012-09-1330-30/+30
* NFS updatepatacongo2012-06-081-2/+3
* NFS updatepatacongo2012-06-081-1/+1
* More IPv6 ramblingpatacongo2012-06-081-1/+1
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-4/+4
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-2/+2
* Update PIC32 Ethernet driverpatacongo2012-03-094-8/+10
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0342-633/+633
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-1/+1
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-4/+9
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-3/+5
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-232-15/+41