summaryrefslogtreecommitdiff
path: root/nuttx/net/udp
Commit message (Expand)AuthorAgeFilesLines
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-171-8/+11
* Move some useful internal macros from udp_send.c and put them in ip.h where t...Gregory Nutt2015-02-171-16/+4
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-162-19/+33
* IPv4 mapping to IPv6 implementation. Just for UDP. From Macs NeklyudovGregory Nutt2015-02-162-8/+48
* Networking: Fix several build errors/warning with IPv4 + IPv6 + multiple netw...Gregory Nutt2015-02-101-1/+1
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-092-4/+4
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-021-5/+33
* IPv6: Eliminate a warning from UDP codeGregory Nutt2015-02-021-0/+1
* Networking: Any linger UDP read-ahead buffers must be freed when UDP socket i...Gregory Nutt2015-01-301-0/+7
* Networking: Should fix a few compile errors/warnings reported by TravisGregory Nutt2015-01-302-3/+5
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-304-5/+362
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-303-0/+227
* Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-283-6/+515
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-1/+8
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-231-2/+2
* Networking: Eliminate a warning with UDP checksums are suppressedGregory Nutt2015-01-231-0/+2
* Networking: Fix issues with UDP packet length and checksum calculations when...Gregory Nutt2015-01-232-21/+67
* Networking: UDP checksums must always be used with IPv6Gregory Nutt2015-01-231-2/+4
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-201-2/+2
* NSH library: Disable put and get commends of TFTP client is not enabled; dis...Gregory Nutt2015-01-191-1/+1
* Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt2015-01-191-2/+3
* Networking: Some fixes for compilation when both IPv4 and IPv6 are enabledGregory Nutt2015-01-181-6/+2
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-183-53/+89
* Networking: Detangling IPv6/4 logic in UDP connection structuresGregory Nutt2015-01-172-106/+277
* Networking: Save the IP domain in the connection structureGregory Nutt2015-01-172-17/+19
* Networking: Oops. Forgot to add a couple of files that were part of an earl...Gregory Nutt2015-01-171-0/+111
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-174-7/+45
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-172-3/+0
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-161-12/+19
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-162-6/+6
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-14/+13
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-163-20/+17
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-151-1/+9
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-155-39/+138
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-141-2/+3
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-141-1/+1
* Update comments and read meGregory Nutt2014-11-231-1/+15
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-221-54/+18
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-0/+8
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-26/+23
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-212-9/+136
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-11/+16
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-153-7/+7
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-081-1/+1
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-062-4/+4
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-1/+1
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-052-9/+198
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-053-10/+10