summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
Commit message (Collapse)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
| | | | include in net/Makefile
* 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_lock
* 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 ↵Gregory Nutt2014-06-241-6/+0
| | | | net/tcp/tcp_send_buffered.c, net/tcp/tcp_send_unbuffered.c, and pkt/pkt_send.c
* 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 ↵Gregory Nutt2014-01-211-1/+2
| | | | interfaces. From Max Holtzberg
* 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 ↵Gregory Nutt2013-10-051-1/+1
| | | | routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
* 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
| | | | From Max Holtzberg.
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-3/+3
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows ↵patacongo2012-11-111-5/+5
| | | | | | build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4487 42af7a65-404d-4744-a932-0658087f49c3
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4412 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-8/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Add getsockname()patacongo2011-05-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
* Add netdev_unregister()patacongo2011-03-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3415 42af7a65-404d-4744-a932-0658087f49c3
* More support for SLIP data link protocolpatacongo2011-03-121-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* Still fleshing out THTTPD examplepatacongo2009-07-181-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3
* Filename changes needed by ZDS archiverpatacongo2008-12-121-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1452 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@851 42af7a65-404d-4744-a932-0658087f49c3
* Using tool-specific cleanpatacongo2008-01-101-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Reduce make outputpatacongo2008-01-081-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Add netdev_foreach()patacongo2007-12-111-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@439 42af7a65-404d-4744-a932-0658087f49c3