summaryrefslogtreecommitdiff
path: root/nuttx/net/arp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-3/+3
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+1
* NET: Move routing table functions to net/routeGregory Nutt2014-06-261-1/+1
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+2
* Clean up some networking configuration menusGregory Nutt2014-06-251-0/+3
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-3/+3
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-242-2/+2
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-243-3/+3
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-0/+11
* NET: Fix an error in networking Make.defs fileGregory Nutt2014-06-031-3/+0
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-301-0/+28
* Files that I forgot to add in the previous commitsGregory Nutt2014-05-301-0/+53
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-303-25/+159
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-302-0/+704