Commit History

Author SHA1 Message Date
  Gregory Nutt 3b275fcf4e net/: Run nxstyle against all C files. 5 years ago
  Gregory Nutt bb92b98dc0 net/arp/arp_out.c: Fix some backward logic in an if condition. 6 years ago
  Gregory Nutt 3bf96c8e7e net/arp: Improve arp_find() commit 9774d3501027b118256f16695837273505c37068 to reduce the amount and frequency of data copies. 6 years ago
  Gregory Nutt 9774d35010 net/arp: Make the function arp_find() thread-safe. It now returns a copy of the ARP table entry, rather than a potentially unstable reference to the ARP table entry. 6 years ago
  Louis Mayencourt aa1a068999 net/arp: Fix IGMP multicast address computation on Nuttx network stack. This change fixes the IGMP address computation to allow multicast UDP messages. The destination address was created with the incorrect bytes of the given IPv4 address. 6 years ago
  Gregory Nutt c93320ccd6 net/: Fix some issues with regard to UDP broadcast handling. This is Bitbucket Issue #77. This commit tentatively closes the issues, subject to verification. 7 years ago
  Louis Mayencourt b55005669a net/arp/arp_out.c: Fix IGMP Ethernet address computation 7 years ago
  Gregory Nutt 79256573e1 net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment. 7 years ago
  Gregory Nutt 00beb665f5 net/: Remove references to CONFIG_NET_MULTIBUFFER 8 years ago
  Gregory Nutt 43eb04bb8f Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt b0ea870bcc Remove some empty code section comments 8 years ago
  Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 9 years ago
  Gregory Nutt 0b12dbf95d Fix some spacing problems 9 years ago
  Gregory Nutt 3202819328 IPv6 -- various fixed from problems found in testing 9 years ago
  Gregory Nutt cdff532bfa Networking: When sending ICMPv6 advertisements and solicitations, set the NOARP bit so that we don't overwrite the destination MAC address 9 years ago
  Gregory Nutt 41bb57efea Fix typo in function name 9 years ago
  Gregory Nutt 5a441ce03b Networking: Misck IPv6 detanglement 9 years ago
  Gregory Nutt 43d036f587 Network routing: Refuse to perform routing table lookups for the Broadcast IP address. From Brennan Ashton 10 years ago
  Gregory Nutt 25d787ff12 Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN instead 10 years ago
  Gregory Nutt ec429fdf00 PKT sockets: Change how the IFF_NOARP flag is handled. This should be set only when data is moved into the buffer and cleared after tested by the ARP logic. Setting it globally can cause packets to be sent with no valid MAC addresses 10 years ago
  Gregory Nutt 1a7e1fb93b arp_format.c: Move the logic that formats an ARP packet into a separate file where it can be re-used. 10 years ago
  Gregory Nutt 1323ab9352 Move arp_arpin() from arp_inout.c to its own file. Rename arp_inout.c to arpipin.c because that is all that is left in the file 10 years ago
  Gregory Nutt 6f1d354ef1 Move arp_out() from arp_inout.c to its own file 10 years ago