summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* net/tcp/tcp_conn.c: Fix a logic error when CONFIG_NETDEV_MULTINIC is selecte...Gregory Nutt2015-01-021-0/+4
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-7/+0
* Update comments and READMEGregory Nutt2014-11-241-2/+1
* Fix included IPv6 file nameGregory Nutt2014-11-241-1/+1
* Update comments and read meGregory Nutt2014-11-232-2/+16
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-2314-51/+150
* Network routing: Refuse to perform routing table lookups for the Broadcast I...Gregory Nutt2014-11-232-0/+9
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
* Extensions to ECP conneciton structure for the case of multiple networks. Se...Gregory Nutt2014-11-222-16/+102
* Add a commentGregory Nutt2014-11-221-0/+4
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-224-118/+19
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-224-53/+35
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-0/+8
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-26/+23
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-212-9/+136
* File missed in previous commitGregory Nutt2014-11-211-196/+0
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-215-3/+135
* Network: Add a file of IPv6 globalsGregory Nutt2014-11-214-1/+268
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-173-5/+5
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-172-12/+18
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-162-6/+6
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-163-20/+37
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-167-9/+9
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-168-22/+35
* Add link MTU size to network device structure.Gregory Nutt2014-11-161-1/+4
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-1/+2
* Network: netdev_register() must assign the device name appropriately accordin...Gregory Nutt2014-11-151-5/+17
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-2/+3
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-1524-67/+84
* Merge remote-tracking branch 'origin/master' into llhdrlenGregory Nutt2014-11-154-9/+9
|\
| * Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-9/+9
* | Resove merge conflictsGregory Nutt2014-11-151-4/+1
|/
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-153-34/+35
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-153-15/+70
* NET: Fix some some more ARP/Ethernet releated configurationGregory Nutt2014-11-141-2/+2
* Costmetic changeGregory Nutt2014-11-141-1/+1
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-143-3/+21
* I don't think that the net_route function has ever worked correctly. The sou...Gregory Nutt2014-11-141-2/+2
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-081-1/+1
* AIO now also supports socket transfersGregory Nutt2014-10-111-1/+1
* Update everything under nuttx/net to use the corrected syslog interfacesGregory Nutt2014-10-082-45/+14
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-065-9/+9
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-3/+3
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-215-10/+10
* ARP reuestion logc needs to do the right thing if (1) the address is a broadc...Gregory Nutt2014-08-201-1/+56
* ARP request logic is no longer EXPERIMENTALGregory Nutt2014-08-201-1/+0
* ARP: Fix bid conversion from msec to nsecGregory Nutt2014-08-192-1/+5