summaryrefslogtreecommitdiff
path: root/nuttx/net/icmp
Commit message (Expand)AuthorAgeFilesLines
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-0/+4
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-171-2/+2
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-154-6/+6
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-181-0/+13
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-6/+2
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-063-9/+10
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-2/+2
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-2/+2
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-054-9/+9
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-045-2/+13
* Remove all inclusion of uip.hGregory Nutt2014-07-043-3/+0
* NET: in-progress change... don't useGregory Nutt2014-07-042-2/+2
* NET: More renamingGregory Nutt2014-07-044-6/+6
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
* NET: Some minor clean-upGregory Nutt2014-06-301-1/+1
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-3/+3
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-292-8/+8
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-293-4/+4
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-292-2/+2
* NET: Renaming of IP address typesGregory Nutt2014-06-293-4/+4
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-283-7/+7
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-284-4/+4
* 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-4/+0
* Clean-up naming associated with network checksumsGregory Nutt2014-06-272-1/+3
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-275-7/+7
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-5/+5
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-264-11/+15
* Clean up some networking configuration menusGregory Nutt2014-06-251-1/+4
* Clean up IGMP namingGregory Nutt2014-06-252-1/+95
* Clean up ICMP namingGregory Nutt2014-06-254-34/+39
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-244-9/+9
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-244-4/+4
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-244-4/+4
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-301-0/+29
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-305-0/+1035