summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-1317-208/+208
* 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-1236-144/+183
* net/: IGMP-related bugfixes from Manuel StühnGregory Nutt2014-03-242-5/+12
* Simplify last change to netdev_findbyaddrGregory Nutt2014-03-221-13/+7
* net/netdev_findbyaddr.c: Skip network devices that are in the down state. T...Gregory Nutt2014-03-201-6/+26
* SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SA...Gregory Nutt2014-03-121-2/+2
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-251-0/+1
* 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-103-6/+9
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-213-23/+142
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-4/+6
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-161-1/+2
* net/Kconfig: Improved default values and commentsGregory Nutt2014-01-161-23/+54
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-151-1/+0
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-141-2/+14
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-145-11/+15
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-1414-93/+112
* All of Jason Jaing's write buffering logic has been incorporated, but not eve...Gregory Nutt2014-01-144-24/+61
* 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-1310-602/+1413
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-132-14/+65
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-139-33/+40
* NET: prevent tcp_connect callback from being double freed. From Max Holtzberg.Gregory Nutt2014-01-133-3/+18
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-133-23/+287
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-282-4/+6
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-3/+9
* net_sendfile: Let the ACK callback handle the REXMIT flag and don't return u...Gregory Nutt2013-10-171-20/+25
* 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-173-59/+51
* In net_sendfile(), correct parameter passed to netdev_txnotifiy. From Max Ho...Gregory Nutt2013-10-171-1/+1
* Reset TCP timeout timer when data is ACKed, not when data is sent. From Max ...Gregory Nutt2013-10-172-15/+15
* Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)Gregory Nutt2013-10-171-2/+2
* Changed the meaning of the uip_*input functions. They now return success when...Gregory Nutt2013-10-118-68/+51
* Notify the socket layer if a connection is lost before the monitoring callbac...Gregory Nutt2013-10-111-1/+2
* 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-083-49/+41
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-1/+3
* Make net_close() nonblocking and free unestablished connections if no free co...Gregory Nutt2013-10-062-64/+85
* SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver ...Gregory Nutt2013-10-061-7/+7
* Use the new signature of rxnotify caused by the routing table. From Max Holt...Gregory Nutt2013-10-063-7/+6
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-055-11/+249
* Fix some delroute errorsGregory Nutt2013-10-052-5/+5
* Fix ordering of operations in network ioctl handling. We need to able to dis...Gregory Nutt2013-10-051-149/+236
* Add NSH addroute and delroute commandsGregory Nutt2013-10-052-2/+2
* Oops here is a file that I forget to add before a recent commitGregory Nutt2013-10-051-0/+174
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-059-51/+120