summaryrefslogtreecommitdiff
path: root/nuttx/net/arp
Commit message (Expand)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-091-1/+1
* Networking: Clean up and consolidate some clunky stuff by adding new net_tim...Gregory Nutt2015-02-092-14/+4
* Networking: Fixes another CONFIG_NET_NOINTS issues. When called sem_timedwa...Gregory Nutt2015-02-023-6/+18
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-022-2/+2
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-023-5/+3
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-021-4/+4
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-211-1/+1
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-202-4/+4
* Fix typo in function nameGregory Nutt2015-01-202-2/+2
* Networking: Costmetic changesGregory Nutt2015-01-191-17/+17
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-171-2/+0
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-3/+3
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-161-2/+2
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-156-19/+19
* Networking: Make a home for ICMPv6Gregory Nutt2015-01-141-3/+3
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-1/+1
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-232-4/+4
* Network routing: Refuse to perform routing table lookups for the Broadcast I...Gregory Nutt2014-11-231-0/+1
* Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-9/+9
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-2/+3
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-9/+7
* 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-142-3/+19
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* 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
* arp_poll(): inished the implementation of logic to send ARP requests. Comple...Gregory Nutt2014-08-184-38/+201
* 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-181-2/+5
* 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
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-061-1/+1
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-062-1/+10
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-064-70/+186
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-6/+6
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-042-0/+3
* NET: More renamingGregory Nutt2014-07-041-10/+10
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-292-7/+7
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-8/+8
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-2/+0
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0