Commit History

Author SHA1 Message Date
  Peter Bee e223f60c09 net/socket: move si_send/recv into sendmsg/recvmsg 3 years ago
  Alin Jerpelea 37d5c1b0d9 net: Author Gregory Nutt: update licenses to Apache 3 years ago
  Xiang Xiao 90c52e6f8f Squashed commit of the following: 4 years ago
  Xiang Xiao 44bcd2c44d net/: add NET_ICMP[v6]_NO_STACK for usrsock case 6 years ago
  Gregory Nutt cccc86da09 This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface. 7 years ago
  Gregory Nutt aa2e9c15a5 IP forwarding: Major rearchitecting of the outgoing portion of the IP forwarding logic necessary into to properly received device-related forwarding events. 7 years ago
  Gregory Nutt efdc5b0c29 IP forwarding: Add missing ICMP support. 7 years ago
  Gregory Nutt a7ce1279f9 Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper renaming and removal of IPv4 logic, (2) remove IPv6 logic from files in net/icmp, (3) copied include/nuttx/icmp.h to icmpv6.h and removed IPv4 specific logic, (4) removed all IPv6 logic from icmp.h, (5) IP_HDRLEN became IPv4_HDRLEN and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and ipv6_chksum(), and (7) added partial support for ICMPv6 statistics. 9 years ago
  Gregory Nutt caba61999a Remove CONFIG_DISABLE_CLOCK 10 years ago
  Gregory Nutt 96a6c725d5 NET: Some minor clean-up 10 years ago
  Gregory Nutt 64c8dba8c4 NET: Create net/sockets directory and hook into the build/configuration system 10 years ago
  Gregory Nutt f57024406a Clean up IGMP naming 10 years ago
  Gregory Nutt 0e05230c28 Move ICMP files from net/uip to net/icmp 10 years ago