summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-up routing table design.Gregory Nutt2013-10-059-94/+193
* Add a user interface to manage the routing tableGregory Nutt2013-10-027-20/+340
* Simple routing table hooked into network build systemGregory Nutt2013-10-016-27/+50
* Partial implementation of a simple network routing table.Gregory Nutt2013-10-014-0/+481
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-302-20/+39
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-291-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-10/+10
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-284-3/+579
* Networking: Fix backward conditional in test to see if address is in ARP tab...Gregory Nutt2013-09-271-1/+1
* Networking: If sending out of the subnet, device lookup by IP will fail. Fal...Gregory Nutt2013-09-271-0/+14
* Can't test for UIP_CLOSED bit in TCP flags; UIP_CLOSED is defined to be 0Gregory Nutt2013-09-251-1/+1
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-171-22/+0
* Networking: Important bug fix. The backlog buffer pointer was not being inc...Gregory Nutt2013-09-061-0/+1
* Missing file change for previous driver-based UDP backlog from Max HoltzbergGregory Nutt2013-09-061-6/+10
* Update to previous change from Max HoltzbergGregory Nutt2013-09-062-2/+2
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-068-100/+253
* Networking: Fix race condition that can cause missing loss-of-connection eve...Gregory Nutt2013-09-061-0/+11
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-3/+3
* Network ARP harvesting: Corect backward condition in netmask task. From Max ...Gregory Nutt2013-08-251-7/+7
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-3/+5
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-2/+2
* Implement UDP sendto() timeouts. Currently disabled because it probably unne...Gregory Nutt2013-04-302-22/+110
* Networking code should use kfree, not lib_freeGregory Nutt2013-04-111-1/+1
* Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not definedGregory Nutt2013-04-053-6/+8
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-11/+10
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11