summaryrefslogtreecommitdiff
path: root/nuttx/net/udp
Commit message (Expand)AuthorAgeFilesLines
* 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
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-042-3/+8
* Remove all inclusion of uip.hGregory Nutt2014-07-045-5/+0
* NET: More renamingGregory Nutt2014-07-043-7/+7
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
* NET: Some minor clean-upGregory Nutt2014-06-301-1/+1
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-302-3/+3
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-6/+6
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-19/+15
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-282-1/+6
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-285-5/+5
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0
* Clean-up naming associated with network checksumsGregory Nutt2014-06-272-1/+3
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-276-9/+9
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-6/+6