summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* Clean-up packet socket namingGregory Nutt2014-06-254-22/+94
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Clean up IGMP namingGregory Nutt2014-06-258-60/+14
* Clean up ICMP namingGregory Nutt2014-06-254-32/+17
* Clean up all UDP-related namingGregory Nutt2014-06-245-35/+12
* Clean up all TCP-related namingGregory Nutt2014-06-245-69/+12
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-242-18/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-2412-22/+22
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-247-7/+7
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-244-4/+4
* Update ChangelogGregory Nutt2014-06-232-3/+6
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-233-0/+123
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-221-0/+8
* 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