summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-161-3/+3
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-161-12/+26
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-14/+23
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-1/+2
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-30/+31
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+7
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-141-0/+2
* Move IPv6 files from net/uip to net/ipv6Gregory Nutt2014-06-281-7/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-29/+1
* Add missing source of netdev/KconfigGregory Nutt2014-06-271-6/+1
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-0/+6
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-0/+1
* NET: Move routing table functions to net/routeGregory Nutt2014-06-261-12/+1
* Clean up some networking configuration menusGregory Nutt2014-06-251-14/+13
* Add missing CONFIG_NET_GUARDSIZE to KconfigGregory Nutt2014-06-191-0/+11
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-181-249/+3
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-19/+23
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+19
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+1
* Add CONFIG_NET_ETHERNET (not used yet)Gregory Nutt2014-06-011-0/+11
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-301-54/+3
* SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SA...Gregory Nutt2014-03-121-2/+2
* 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
* 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-141-1/+5
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-1/+2
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-131-5/+43
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-0/+8
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-131-0/+7
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-3/+9
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+1
* Add a user interface to manage the routing tableGregory Nutt2013-10-021-1/+1
* Simple routing table hooked into network build systemGregory Nutt2013-10-011-1/+14
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-291-1/+1
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-3/+11
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-171-22/+0
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-061-8/+24
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-0/+7
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-2/+33
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+6
* Resync new repository with old repo r5166patacongo2012-09-171-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-2/+2
* Remove several unused configuration valuespatacongo2012-09-081-7/+7
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-3/+30
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-051-1/+1
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+19