summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ChangeLogGregory Nutt2014-08-191-1/+1
* ARP: Add signal logic so that we do not have to wait so long with the network...Gregory Nutt2014-08-195-37/+424
* Move some internal networking function protoypes out of the public include/nu...Gregory Nutt2014-08-181-0/+59
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-185-12/+98
* arp_poll(): inished the implementation of logic to send ARP requests. Comple...Gregory Nutt2014-08-185-88/+290
* arp_send.c: Partial implementation of logic to send ARP requests to assure th...Gregory Nutt2014-08-184-0/+368
* PKT sockets: Change how the IFF_NOARP flag is handled. This should be set on...Gregory Nutt2014-08-182-11/+12
* arp_format.c: Move the logic that formats an ARP packet into a separate file ...Gregory Nutt2014-08-184-20/+144
* Move arp_arpin() from arp_inout.c to its own file. Rename arp_inout.c to arpi...Gregory Nutt2014-08-184-49/+116
* Move arp_out() from arp_inout.c to its own fileGregory Nutt2014-08-184-187/+270
* ARP: Add missing configuration option to select dumping of ARP packet headers...Gregory Nutt2014-08-185-73/+200
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+14
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+2
* A little too much was deleted in a recent commitGregory Nutt2014-08-161-0/+2
* Clean missing function headersGregory Nutt2014-08-167-17/+124
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0716-73/+39
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-213-0/+3
* IOB: Change suggested by Rony XlnGregory Nutt2014-07-081-5/+5
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-073-4/+132
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-065-3/+7
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-0625-209/+235
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-066-12/+12
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-0612-92/+92
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-0610-32/+84