summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add basic build structure for Unix domain socketsGregory Nutt2015-01-241-1/+2
* Networking: net/neighbor/Make.defs was not being included by MakefileGregory Nutt2015-01-191-0/+1
* Networking: Make a home for ICMPv6Gregory Nutt2015-01-141-1/+2
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-33/+5
* Move net/uip/uip_checksum.c to net/utils/net_chksum.c; fix missing Make.defs ...Gregory Nutt2014-06-271-0/+1
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-8/+2
* Repartition network intialization functionsGregory Nutt2014-06-261-0/+5
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-1/+1
* NET: Move routing table functions to net/routeGregory Nutt2014-06-261-7/+1
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-241-6/+0
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-181-0/+1
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-181-0/+1
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+1
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+1
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-301-0/+1
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-301-2/+3
* A few build fixes from last, big ARP relocation changeGregory Nutt2014-05-301-3/+0
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-301-5/+7
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-1/+2
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-141-1/+1
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-2/+8
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-1/+1
* Clean-up routing table design.Gregory Nutt2013-10-051-5/+6
* Simple routing table hooked into network build systemGregory Nutt2013-10-011-0/+6
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-0/+6
* Update to previous change from Max HoltzbergGregory Nutt2013-09-061-1/+1
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-061-3/+7
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-3/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-3/+3
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-1/+1
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-8/+23
* Add getsockname()patacongo2011-05-301-2/+2
* Add netdev_unregister()patacongo2011-03-251-1/+1
* More support for SLIP data link protocolpatacongo2011-03-121-3/+6
* Still fleshing out THTTPD examplepatacongo2009-07-181-1/+2
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-5/+5
* Add infrastructure to support poll()patacongo2008-11-161-1/+1
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-1/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-6/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
* Add netdev_foreach()patacongo2007-12-111-2/+3